Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconContainer.java481 boolean shouldForceOverflow(int i, int speedBumpIndex, float iconAppearAmount, in shouldForceOverflow() argument
486 return speedBumpIndex != -1 && i >= speedBumpIndex in shouldForceOverflow()
729 public void setSpeedBumpIndex(int speedBumpIndex) { in setSpeedBumpIndex() argument
731 mSpeedBumpIndex = speedBumpIndex; in setSpeedBumpIndex()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java121 public void resetViewStates(AmbientState ambientState, int speedBumpIndex) { in resetViewStates() argument
136 updateSpeedBumpState(algorithmState, speedBumpIndex); in resetViewStates()
307 int speedBumpIndex) { in updateSpeedBumpState() argument
309 int belowSpeedBump = speedBumpIndex; in updateSpeedBumpState()
DNotificationStackScrollLayout.java1035 int speedBumpIndex = 0; in getSpeedBumpIndex() local
1052 speedBumpIndex = currentIndex; in getSpeedBumpIndex()
1056 mSpeedBumpIndex = speedBumpIndex; in getSpeedBumpIndex()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationShelfTest.kt472 whenever(hostLayoutController.speedBumpIndex).thenReturn(0) in updateState_expansionChanging_shelfAlphaUpdated()