Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java2510 isBelowLastNotification(mInitialTouchX, mInitialTouchY)) { in handleEmptySpaceClick()
3909 public boolean isBelowLastNotification(float touchX, float touchY) { in isBelowLastNotification() method in NotificationStackScrollLayout
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java707 return !mNotificationStackScroller.isBelowLastNotification(x - stackScrollerX, y) in isInContentBounds()