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.java115 public void setSpeedBumpIndex(int speedBumpIndex) { in setSpeedBumpIndex() argument
116 mSpeedBumpIndex = speedBumpIndex; in setSpeedBumpIndex()
DStackScrollAlgorithm.java177 StackScrollAlgorithmState algorithmState, int speedBumpIndex) { in updateSpeedBumpState() argument
185 childViewState.belowSpeedBump = speedBumpIndex != -1 && i >= speedBumpIndex; in updateSpeedBumpState()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java2890 int speedBumpIndex = -1; in makeRankingUpdateLocked() local
2910 if (speedBumpIndex == -1 && in makeRankingUpdateLocked()
2919 speedBumpIndex = keys.size() - 1; in makeRankingUpdateLocked()
2925 speedBumpIndex); in makeRankingUpdateLocked()