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/stack/
DAmbientState.java202 public int getSpeedBumpIndex() { in getSpeedBumpIndex() method in AmbientState
DStackScrollAlgorithm.java119 int belowSpeedBump = ambientState.getSpeedBumpIndex(); in updateSpeedBumpState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java207 mShelfState.belowSpeedBump = mAmbientState.getSpeedBumpIndex() == 0; in updateState()
341 mShelfIcons.setSpeedBumpIndex(mAmbientState.getSpeedBumpIndex()); in updateAppearance()