Home
last modified time | relevance | path

Searched refs:DELAY_BETWEEN_SIBLINGS_MS (Results 1 – 3 of 3) sorted by relevance

/packages/apps/TV/common/src/com/android/tv/common/ui/setup/animation/
DFadeAndShortSlide.java188 PROPNAME_DELAY, delayIndex * SetupAnimationHelper.DELAY_BETWEEN_SIBLINGS_MS); in captureStartValues()
200 PROPNAME_DELAY, delayIndex * SetupAnimationHelper.DELAY_BETWEEN_SIBLINGS_MS); in captureEndValues()
DSetupAnimationHelper.java34 public static final long DELAY_BETWEEN_SIBLINGS_MS = applyAnimationTimeScale(33); field in SetupAnimationHelper
/packages/apps/TV/common/src/com/android/tv/common/ui/setup/
DSetupActivity.java146 return (mFragmentTransitionDuration + SetupAnimationHelper.DELAY_BETWEEN_SIBLINGS_MS) * 2; in getSharedElementTransitionDuration()