Searched refs:delayPerElement (Results 1 – 2 of 2) sorted by relevance
246 long delayPerElement = RESET_DELAY_PER_ELEMENT; in reset() local257 long startDelay = delayIndex * delayPerElement; in reset()259 long maxDelay = delayPerElement * (length - 1); in reset()
275 long delayPerElement = ANIMATION_DELAY_PER_ELEMENT_INTERRUPTING; in calculateChildAnimationDelay() local284 long delay = (DELAY_EFFECT_MAX_INDEX_DIFFERENCE - difference) * delayPerElement; in calculateChildAnimationDelay()289 delayPerElement = ANIMATION_DELAY_PER_ELEMENT_MANUAL; in calculateChildAnimationDelay()306 long delay = difference * delayPerElement; in calculateChildAnimationDelay()