Searched refs:isInContentBounds (Results 1 – 3 of 3) sorted by relevance
583 mTouchStartedInEmptyArea = !isInContentBounds(x, y); in onInterceptTouchEvent()641 protected abstract boolean isInContentBounds(float x, float y); in isInContentBounds() method in PanelView
793 protected boolean isInContentBounds(float x, float y) { in isInContentBounds() method in NotificationPanelView
1607 if (getChildCount() == 0 || !isInContentBounds(ev)) {3535 private boolean isInContentBounds(MotionEvent event) {3536 return isInContentBounds(event.getY());3542 public boolean isInContentBounds(float y) {