Searched refs:isBelowLastNotification (Results 1 – 2 of 2) sorted by relevance
2510 isBelowLastNotification(mInitialTouchX, mInitialTouchY)) { in handleEmptySpaceClick()3909 public boolean isBelowLastNotification(float touchX, float touchY) { in isBelowLastNotification() method in NotificationStackScrollLayout
707 return !mNotificationStackScroller.isBelowLastNotification(x - stackScrollerX, y) in isInContentBounds()