Searched refs:isInContentBounds (Results 1 – 3 of 3) sorted by relevance
583 mTouchStartedInEmptyArea = !isInContentBounds(x, y); in onInterceptTouchEvent()634 protected abstract boolean isInContentBounds(float x, float y); in isInContentBounds() method in PanelView
1128 protected boolean isInContentBounds(float x, float y) { in isInContentBounds() method in NotificationPanelView
3655 public boolean isInContentBounds(float y) {3787 if (getChildCount() == 0 || !isInContentBounds(ev)) {4164 private boolean isInContentBounds(MotionEvent event) {4165 return isInContentBounds(event.getY());