Searched defs:getTotalDuration (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/libs/hwui/
H A DPropertyValuesAnimatorSet.h31 nsecs_t getTotalDuration() { function in class:android::uirenderer::PropertyAnimator
/frameworks/base/core/java/android/accessibilityservice/
H A DGestureDescription.java148 private static long getTotalDuration(List<StrokeDescription> paths) { method in class:GestureDescription
182 if (getTotalDuration(mStrokes) > MAX_GESTURE_DURATION_MS) {
/frameworks/base/core/java/android/animation/
H A DAnimator.java200 public long getTotalDuration() { method in class:Animator
H A DAnimatorSet.java444 handleAnimationEvents(mLastEventId, 0, getTotalDuration());
446 long zeroScalePlayTime = getTotalDuration();
829 if (getTotalDuration() == DURATION_INFINITE) {
833 long duration = getTotalDuration() - mStartDelay;
912 if (mReversing && getTotalDuration() == DURATION_INFINITE) {
918 if ((getTotalDuration() != DURATION_INFINITE && playTime > getTotalDuration() - mStartDelay)
1174 overallPlayTime = getTotalDuration() - overallPlayTime;
1256 currentPlayTime = getTotalDuration() - currentPlayTime;
1406 return getTotalDuration() !
1736 public long getTotalDuration() { method in class:AnimatorSet
[all...]
H A DValueAnimator.java597 public long getTotalDuration() { method in class:ValueAnimator
/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimatedStateListDrawable.java281 anim.setDuration(interp.getTotalDuration());
706 public int getTotalDuration() { method in class:AnimatedStateListDrawable.FrameInterpolator
/frameworks/base/core/java/android/view/
H A DRenderNodeAnimator.java339 public long getTotalDuration() { method in class:RenderNodeAnimator

Completed in 255 milliseconds