Home
last modified time | relevance | path

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

/packages/apps/TV/common/src/com/android/tv/common/ui/setup/animation/
DFadeAndShortSlide.java185 int delayIndex = getDelayOrder(transitionValues.view, false); in captureStartValues() local
186 if (delayIndex > 0) { in captureStartValues()
188 PROPNAME_DELAY, delayIndex * SetupAnimationHelper.DELAY_BETWEEN_SIBLINGS_MS); in captureStartValues()
197 int delayIndex = getDelayOrder(transitionValues.view, true); in captureEndValues() local
198 if (delayIndex > 0) { in captureEndValues()
200 PROPNAME_DELAY, delayIndex * SetupAnimationHelper.DELAY_BETWEEN_SIBLINGS_MS); in captureEndValues()