Searched refs:delayPerElement (Results 1 – 2 of 2) sorted by relevance
256 long delayPerElement = ANIMATION_DELAY_PER_ELEMENT_INTERRUPTING; in calculateChildAnimationDelay() local265 long delay = (DELAY_EFFECT_MAX_INDEX_DIFFERENCE - difference) * delayPerElement; in calculateChildAnimationDelay()270 delayPerElement = ANIMATION_DELAY_PER_ELEMENT_MANUAL; in calculateChildAnimationDelay()292 long delay = difference * delayPerElement; in calculateChildAnimationDelay()
236 long delayPerElement = RESET_DELAY_PER_ELEMENT; in onReset() local246 long startDelay = delayIndex * delayPerElement; in onReset()248 long maxDelay = delayPerElement * (length - 1); in onReset()