Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPanelView.java579 mTouchStartedInEmptyArea = !isInContentBounds(x, y); in onInterceptTouchEvent()
630 protected abstract boolean isInContentBounds(float x, float y); in isInContentBounds() method in PanelView
DNotificationPanelView.java982 protected boolean isInContentBounds(float x, float y) { in isInContentBounds() method in NotificationPanelView
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java3618 public boolean isInContentBounds(float y) {
3743 if (getChildCount() == 0 || !isInContentBounds(ev)) {
4120 private boolean isInContentBounds(MotionEvent event) {
4121 return isInContentBounds(event.getY());