Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java849 int cyclingInHunHeight = -1; in updateHeadsUpStates() local
892 if (cyclingInHunHeight == -1) { in updateHeadsUpStates()
893 cyclingInHunHeight = childState.height; in updateHeadsUpStates()
923 if (cyclingInHunHeight > 0) { in updateHeadsUpStates()
924 extraTranslation = cyclingInHunHeight - childState.height; in updateHeadsUpStates()
929 extraTranslation = cyclingInHunHeight >= childState.height in updateHeadsUpStates()
930 ? cyclingInHunHeight - childState.height : 0; in updateHeadsUpStates()
936 cyclingInHunHeight = -1; in updateHeadsUpStates()