Searched refs:mTotalDuration (Results 1 – 4 of 4) sorted by relevance
118 mTotalDuration = ((nsecs_t) mRepeatCount + 1) * mDuration + mStartDelay; in PropertyAnimator()122 if (playTime >= mStartDelay && playTime < mTotalDuration) { in setCurrentPlayTime()126 } else if (mLatestFraction < 1.0f && playTime >= mTotalDuration) { in setCurrentPlayTime()
32 return mTotalDuration; in getTotalDuration()42 nsecs_t mTotalDuration; variable
137 private long mTotalDuration = 0; field in AnimatorSet503 if (mTotalDuration != DURATION_INFINITE) { in setStartDelay()504 mTotalDuration += delta; in setStartDelay()918 if (mNodes.get(i).mTotalDuration != anim.getTotalDuration()) { in createDependencyGraph()980 node.mTotalDuration = node.mAnimation.getTotalDuration(); in createDependencyGraph()988 mTotalDuration = maxEndTime; in createDependencyGraph()1082 return mTotalDuration; in getTotalDuration()1143 long mTotalDuration = 0; field in AnimatorSet.Node
680 private int mTotalDuration; field in AnimatedStateListDrawable.FrameInterpolator702 mTotalDuration = totalDuration; in updateFrames()707 return mTotalDuration; in getTotalDuration()712 final int elapsed = (int) (input * mTotalDuration + 0.5f); in getInterpolation()727 frameElapsed = remaining / (float) mTotalDuration; in getInterpolation()