Searched defs:speedBumpIndex (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DAmbientState.java125 public void setSpeedBumpIndex(int speedBumpIndex) { argument
126 mSpeedBumpIndex = speedBumpIndex;
H A DStackScrollAlgorithm.java191 StackScrollAlgorithmState algorithmState, int speedBumpIndex) {
199 childViewState.belowSpeedBump = speedBumpIndex != -1 && i >= speedBumpIndex;
190 updateSpeedBumpState(StackScrollState resultState, StackScrollAlgorithmState algorithmState, int speedBumpIndex) argument

Completed in 150 milliseconds