Searched refs:speedBumpIndex (Results 1 - 3 of 3) sorted by path

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DAmbientState.java115 public void setSpeedBumpIndex(int speedBumpIndex) { argument
116 mSpeedBumpIndex = speedBumpIndex;
H A DStackScrollAlgorithm.java177 StackScrollAlgorithmState algorithmState, int speedBumpIndex) {
185 childViewState.belowSpeedBump = speedBumpIndex != -1 && i >= speedBumpIndex;
176 updateSpeedBumpState(StackScrollState resultState, StackScrollAlgorithmState algorithmState, int speedBumpIndex) argument
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java2890 int speedBumpIndex = -1;
2910 if (speedBumpIndex == -1 &&
2919 speedBumpIndex = keys.size() - 1;
2925 speedBumpIndex);

Completed in 124 milliseconds