Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DAmbientState.java244 public int getSpeedBumpIndex() { in getSpeedBumpIndex() method in AmbientState
DStackScrollAlgorithm.java138 int belowSpeedBump = ambientState.getSpeedBumpIndex(); in updateSpeedBumpState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java238 viewState.belowSpeedBump = mAmbientState.getSpeedBumpIndex() == 0; in updateState()
401 mShelfIcons.setSpeedBumpIndex(mAmbientState.getSpeedBumpIndex()); in updateAppearance()