Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java1055 public float getBottomMostNotificationBottom() { in getBottomMostNotificationBottom() method in NotificationStackScrollLayoutController
1056 return mView.getBottomMostNotificationBottom(); in getBottomMostNotificationBottom()
H A DNotificationStackScrollLayout.java4531 public float getBottomMostNotificationBottom() { in getBottomMostNotificationBottom() method
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelViewController.java1950 return y <= mNotificationStackScrollLayoutController.getBottomMostNotificationBottom() in isInQsArea()