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

/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.java127 StackScrollAlgorithmState algorithmState, int speedBumpIndex) {
135 childViewState.belowSpeedBump = speedBumpIndex != -1 && i >= speedBumpIndex;
126 updateSpeedBumpState(StackScrollState resultState, StackScrollAlgorithmState algorithmState, int speedBumpIndex) argument

Completed in 73 milliseconds