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/
DStackStateAnimator.java291 int shelfIndex = mShelf.getNotGoneIndex(); in calculateDelayGoToFullShade() local
294 if (index > shelfIndex) { in calculateDelayGoToFullShade()
295 float diff = index - shelfIndex; in calculateDelayGoToFullShade()
298 index = shelfIndex; in calculateDelayGoToFullShade()
DAmbientState.java206 public void setSpeedBumpIndex(int shelfIndex) { in setSpeedBumpIndex() argument
207 mSpeedBumpIndex = shelfIndex; in setSpeedBumpIndex()