Searched refs:isBelowLastNotification (Results 1 – 3 of 3) sorted by relevance
1043 public boolean isBelowLastNotification(float x, float y) { in isBelowLastNotification() method in NotificationStackScrollLayoutController1044 return mView.isBelowLastNotification(x, y); in isBelowLastNotification()
3664 isBelowLastNotification(mInitialTouchX, mInitialTouchY)) { in handleEmptySpaceClick()4563 public boolean isBelowLastNotification(float touchX, float touchY) { in isBelowLastNotification() method
1760 .isBelowLastNotification(x - stackScrollerX, y) in isInContentBounds()