Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLogger.kt71 isBelowLastNotification: Boolean,
79 bool2 = isBelowLastNotification
H A DNotificationStackScrollLayoutController.java1088 public boolean isBelowLastNotification(float x, float y) { in isBelowLastNotification() method in NotificationStackScrollLayoutController
1089 return mView.isBelowLastNotification(x, y); in isBelowLastNotification()
H A DNotificationStackScrollLayout.java3753 logEmptySpaceClick(ev, isBelowLastNotification(mInitialTouchX, mInitialTouchY), in handleEmptySpaceClick()
3765 isBelowLastNotification(mInitialTouchX, mInitialTouchY)) { in handleEmptySpaceClick()
4672 public boolean isBelowLastNotification(float touchX, float touchY) { in isBelowLastNotification() method
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelViewController.java2150 .isBelowLastNotification(x - stackScrollerX, y) in isInContentBounds()