Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java84 private int mNotGoneIndex; field in NotificationShelf
216 if (mNotGoneIndex != -1) { in updateState()
217 viewState.notGoneIndex = Math.min(viewState.notGoneIndex, mNotGoneIndex); in updateState()
244 mNotGoneIndex = -1; in updateAppearance()
313 if (rowTranslationY >= shelfStart && mNotGoneIndex == -1) { in updateAppearance()
314 mNotGoneIndex = notGoneIndex; in updateAppearance()
318 } else if (mNotGoneIndex == -1) { in updateAppearance()
398 if (mNotGoneIndex == -1) { in updateAppearance()
399 mNotGoneIndex = notGoneIndex; in updateAppearance()
871 return mNotGoneIndex;