Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShelfController.java125 public int getNotGoneIndex() { in getNotGoneIndex() method in NotificationShelfController
126 return mView.getNotGoneIndex(); in getNotGoneIndex()
H A DNotificationShelf.java746 public int getNotGoneIndex() { in getNotGoneIndex() method in NotificationShelf
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DStackStateAnimator.java273 int shelfIndex = mShelf.getNotGoneIndex(); in calculateDelayGoToFullShade()
H A DNotificationStackScrollLayout.java4398 private int getNotGoneIndex(View child) { in getNotGoneIndex() method