Searched refs:delayIndex (Results 1 – 1 of 1) sorted by relevance
181 int delayIndex = getDelayOrder(transitionValues.view, false); in captureStartValues() local182 if (delayIndex > 0) { in captureStartValues()184 delayIndex * SetupAnimationHelper.DELAY_BETWEEN_SIBLINGS_MS); in captureStartValues()193 int delayIndex = getDelayOrder(transitionValues.view, true); in captureEndValues() local194 if (delayIndex > 0) { in captureEndValues()196 delayIndex * SetupAnimationHelper.DELAY_BETWEEN_SIBLINGS_MS); in captureEndValues()