Searched refs:isBelowLastNotification (Results 1 – 4 of 4) sorted by relevance
71 isBelowLastNotification: Boolean,79 bool2 = isBelowLastNotification
1088 public boolean isBelowLastNotification(float x, float y) { in isBelowLastNotification() method in NotificationStackScrollLayoutController1089 return mView.isBelowLastNotification(x, y); in isBelowLastNotification()
3753 logEmptySpaceClick(ev, isBelowLastNotification(mInitialTouchX, mInitialTouchY), in handleEmptySpaceClick()3765 isBelowLastNotification(mInitialTouchX, mInitialTouchY)) { in handleEmptySpaceClick()4672 public boolean isBelowLastNotification(float touchX, float touchY) { in isBelowLastNotification() method
2150 .isBelowLastNotification(x - stackScrollerX, y) in isInContentBounds()