Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DAmbientState.java125 public void setSpeedBumpIndex(int speedBumpIndex) { in setSpeedBumpIndex() argument
126 mSpeedBumpIndex = speedBumpIndex; in setSpeedBumpIndex()
DStackScrollAlgorithm.java191 StackScrollAlgorithmState algorithmState, int speedBumpIndex) { in updateSpeedBumpState() argument
199 childViewState.belowSpeedBump = speedBumpIndex != -1 && i >= speedBumpIndex; in updateSpeedBumpState()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java3176 int speedBumpIndex = -1; in makeRankingUpdateLocked() local
3196 if (speedBumpIndex == -1 && in makeRankingUpdateLocked()
3205 speedBumpIndex = keys.size() - 1; in makeRankingUpdateLocked()
3211 speedBumpIndex); in makeRankingUpdateLocked()