Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShelf.java87 private int mNotGoneIndex; field in NotificationShelf
202 + "hideBackground=" + mHideBackground + " notGoneIndex=" + mNotGoneIndex in toString()
246 if (mNotGoneIndex != -1) { in updateState()
247 viewState.notGoneIndex = Math.min(viewState.notGoneIndex, mNotGoneIndex); in updateState()
384 mNotGoneIndex = -1; in updateAppearance()
434 if (viewStart >= shelfStart && mNotGoneIndex == -1) { in updateAppearance()
435 mNotGoneIndex = notGoneIndex; in updateAppearance()
439 } else if (mNotGoneIndex == -1) { in updateAppearance()
504 if (mNotGoneIndex == -1) { in updateAppearance()
505 mNotGoneIndex = notGoneIndex; in updateAppearance()
[all …]