Searched refs:ANIMATION_TIME_SCALE (Results 1 - 1 of 1) sorted by relevance

/packages/apps/TV/common/src/com/android/tv/common/ui/setup/animation/
H A DSetupAnimationHelper.java39 private static final float ANIMATION_TIME_SCALE = 1.0f; field in class:SetupAnimationHelper
159 animator.setDuration((long) (animator.getDuration() * ANIMATION_TIME_SCALE));
161 animator.setStartDelay((long) (animator.getStartDelay() * ANIMATION_TIME_SCALE));
177 transition.setDuration((long) (transition.getDuration() * ANIMATION_TIME_SCALE));
179 transition.setStartDelay((long) (transition.getStartDelay() * ANIMATION_TIME_SCALE));
187 return (long) (time * ANIMATION_TIME_SCALE);

Completed in 29 milliseconds