Searched refs:delayPerElement (Results 1 – 2 of 2) sorted by relevance
224 long delayPerElement = ANIMATION_DELAY_PER_ELEMENT_INTERRUPTING; in calculateChildAnimationDelay() local233 long delay = (DELAY_EFFECT_MAX_INDEX_DIFFERENCE - difference) * delayPerElement; in calculateChildAnimationDelay()238 delayPerElement = ANIMATION_DELAY_PER_ELEMENT_MANUAL; in calculateChildAnimationDelay()260 long delay = difference * delayPerElement; in calculateChildAnimationDelay()
329 long delayPerElement = RESET_DELAY_PER_ELEMENT; in reset() local340 long startDelay = delayIndex * delayPerElement; in reset()342 long maxDelay = delayPerElement * (length - 1); in reset()