Searched refs:getDurationScale (Results 1 – 14 of 14) sorted by relevance
304 mStartDelay = (long) (ValueAnimator.getDurationScale() * startDelay); in setStartDelay()319 nSetDuration(mNativePtr.get(), (long) (duration * ValueAnimator.getDurationScale())); in setDuration()
178 final float scale = ValueAnimator.getDurationScale(); in performNextAnimationStep()
231 if (ValueAnimator.getDurationScale() == 0) { in getCurrentDrawableIndexBasedOnScale()
82 mOriginalAnimationScale = ValueAnimator.getDurationScale(); in setUp()
680 float durationScale = ValueAnimator.getDurationScale(); in doAnimationFrame()
1119 float durationScale = ValueAnimator.getDurationScale();1143 float durationScale = ValueAnimator.getDurationScale();1312 float durationScale = ValueAnimator.getDurationScale();
338 public static float getDurationScale() { in getDurationScale() method in ValueAnimator
1547 startDelay *= ValueAnimator.getDurationScale(); in createNativeChildAnimator()1548 duration *= ValueAnimator.getDurationScale(); in createNativeChildAnimator()
955 float scale = ValueAnimator.getDurationScale();
1164 return (int) (originalDuration * ValueAnimator.getDurationScale()); in getAdjustedDuration()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
492 HSPLandroid/animation/ValueAnimator;->getDurationScale()F
4219 method @FloatRange(from=0) public static float getDurationScale();