Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java1100 public float getBottomMostNotificationBottom() { in getBottomMostNotificationBottom() method in NotificationStackScrollLayoutController
1101 return mView.getBottomMostNotificationBottom(); in getBottomMostNotificationBottom()
H A DNotificationStackScrollLayout.java4639 public float getBottomMostNotificationBottom() { in getBottomMostNotificationBottom() method
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DQuickSettingsController.java567 return y <= mNotificationStackScrollLayoutController.getBottomMostNotificationBottom() in isTouchInQsArea()