Searched refs:delayPerElement (Results 1 – 2 of 2) sorted by relevance
242 long delayPerElement = ANIMATION_DELAY_PER_ELEMENT_INTERRUPTING; in calculateChildAnimationDelay() local251 long delay = (DELAY_EFFECT_MAX_INDEX_DIFFERENCE - difference) * delayPerElement; in calculateChildAnimationDelay()256 delayPerElement = ANIMATION_DELAY_PER_ELEMENT_MANUAL; in calculateChildAnimationDelay()279 long delay = difference * delayPerElement; in calculateChildAnimationDelay()
297 long delayPerElement = RESET_DELAY_PER_ELEMENT; in reset() local308 long startDelay = delayIndex * delayPerElement; in reset()310 long maxDelay = delayPerElement * (length - 1); in reset()