Home
last modified time | relevance | path

Searched refs:DELAY_EFFECT_MAX_INDEX_DIFFERENCE (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackStateAnimator.java70 public static final int DELAY_EFFECT_MAX_INDEX_DIFFERENCE = 2; field in StackStateAnimator
263 difference = Math.max(0, Math.min(DELAY_EFFECT_MAX_INDEX_DIFFERENCE, in calculateChildAnimationDelay()
265 long delay = (DELAY_EFFECT_MAX_INDEX_DIFFERENCE - difference) * delayPerElement; in calculateChildAnimationDelay()
290 difference = Math.max(0, Math.min(DELAY_EFFECT_MAX_INDEX_DIFFERENCE, in calculateChildAnimationDelay()