Searched refs:delayPerElement (Results 1 – 2 of 2) sorted by relevance
229 long delayPerElement = ANIMATION_DELAY_PER_ELEMENT_INTERRUPTING; in calculateChildAnimationDelay() local238 long delay = (DELAY_EFFECT_MAX_INDEX_DIFFERENCE - difference) * delayPerElement; in calculateChildAnimationDelay()243 delayPerElement = ANIMATION_DELAY_PER_ELEMENT_MANUAL; in calculateChildAnimationDelay()265 long delay = difference * delayPerElement; in calculateChildAnimationDelay()
299 long delayPerElement = RESET_DELAY_PER_ELEMENT; in reset() local310 long startDelay = delayIndex * delayPerElement; in reset()312 long maxDelay = delayPerElement * (length - 1); in reset()