Searched refs:mLastEnd (Results 1 – 2 of 2) sorted by relevance
70 private long mLastEnd; field in AnimationSet209 mLastEnd = mStartOffset + mDuration; in setDuration()234 mLastEnd = mStartOffset + mDuration; in addAnimation()238 mLastEnd = mStartOffset + mDuration; in addAnimation()240 mLastEnd = Math.max(mLastEnd, mStartOffset + a.getStartOffset() + a.getDuration()); in addAnimation()241 mDuration = mLastEnd - mStartOffset; in addAnimation()
78804 Landroid/view/animation/AnimationSet;->mLastEnd:J