Home
last modified time | relevance | path

Searched refs:shelfIndex (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DAmbientState.java248 public void setSpeedBumpIndex(int shelfIndex) { in setSpeedBumpIndex() argument
249 mSpeedBumpIndex = shelfIndex; in setSpeedBumpIndex()
DStackStateAnimator.java278 int shelfIndex = mShelf.getNotGoneIndex(); in calculateDelayGoToFullShade() local
281 if (index > shelfIndex) { in calculateDelayGoToFullShade()
284 index = shelfIndex; in calculateDelayGoToFullShade()