Home
last modified time | relevance | path

Searched refs:setSpeedBumpIndex (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DAmbientState.java251 public void setSpeedBumpIndex(int shelfIndex) { in setSpeedBumpIndex() method in AmbientState
DNotificationStackScrollLayout.java1070 mAmbientState.setSpeedBumpIndex(newIndex);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconContainer.java581 public void setSpeedBumpIndex(int speedBumpIndex) { in setSpeedBumpIndex() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java383 mShelfIcons.setSpeedBumpIndex(mAmbientState.getSpeedBumpIndex()); in updateAppearance()