Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DStackStateAnimator.java280 int shelfIndex = mShelf.getNotGoneIndex(); in calculateDelayGoToFullShade() local
283 if (index > shelfIndex) { in calculateDelayGoToFullShade()
286 index = shelfIndex; in calculateDelayGoToFullShade()