Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java1526 isBelowLastNotification(mInitialTouchX, mInitialTouchY)) { in handleEmptySpaceClick()
2402 private boolean isBelowLastNotification(float touchX, float touchY) { in isBelowLastNotification() method in NotificationStackScrollLayout