Searched defs:DELAY_EFFECT_MAX_INDEX_DIFFERENCE (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DStackStateAnimator.java55 public static final int DELAY_EFFECT_MAX_INDEX_DIFFERENCE = 2; field in class:StackStateAnimator
332 difference = Math.max(0, Math.min(DELAY_EFFECT_MAX_INDEX_DIFFERENCE,
334 long delay = (DELAY_EFFECT_MAX_INDEX_DIFFERENCE - difference) * delayPerElement;
354 difference = Math.max(0, Math.min(DELAY_EFFECT_MAX_INDEX_DIFFERENCE,

Completed in 136 milliseconds