Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java1043 public boolean isBelowLastNotification(float x, float y) { in isBelowLastNotification() method in NotificationStackScrollLayoutController
1044 return mView.isBelowLastNotification(x, y); in isBelowLastNotification()
H A DNotificationStackScrollLayout.java3664 isBelowLastNotification(mInitialTouchX, mInitialTouchY)) { in handleEmptySpaceClick()
4563 public boolean isBelowLastNotification(float touchX, float touchY) { in isBelowLastNotification() method
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelViewController.java1760 .isBelowLastNotification(x - stackScrollerX, y) in isInContentBounds()