Searched refs:isInContentBounds (Results 1 – 3 of 3) sorted by relevance
579 mTouchStartedInEmptyArea = !isInContentBounds(x, y); in onInterceptTouchEvent()630 protected abstract boolean isInContentBounds(float x, float y); in isInContentBounds() method in PanelView
982 protected boolean isInContentBounds(float x, float y) { in isInContentBounds() method in NotificationPanelView
3618 public boolean isInContentBounds(float y) {3743 if (getChildCount() == 0 || !isInContentBounds(ev)) {4120 private boolean isInContentBounds(MotionEvent event) {4121 return isInContentBounds(event.getY());