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/stack/
DAmbientState.java169 public void setSpeedBumpIndex(int shelfIndex) { in setSpeedBumpIndex() argument
170 mSpeedBumpIndex = shelfIndex; in setSpeedBumpIndex()
DStackStateAnimator.java279 int shelfIndex = mShelf.getNotGoneIndex(); in calculateDelayGoToFullShade() local
282 if (index > shelfIndex) { in calculateDelayGoToFullShade()
283 float diff = index - shelfIndex; in calculateDelayGoToFullShade()
286 index = shelfIndex; in calculateDelayGoToFullShade()