Searched refs:isInContentBounds (Results 1 – 3 of 3) sorted by relevance
482 mTouchStartedInEmptyArea = !isInContentBounds(x, y); in onInterceptTouchEvent()540 protected abstract boolean isInContentBounds(float x, float y); in isInContentBounds() method in PanelView
671 protected boolean isInContentBounds(float x, float y) { in isInContentBounds() method in NotificationPanelView
1270 if (getChildCount() == 0 || !isInContentBounds(ev)) { in onScrollTouch()2988 private boolean isInContentBounds(MotionEvent event) { in isInContentBounds() method in NotificationStackScrollLayout2989 return isInContentBounds(event.getY()); in isInContentBounds()2995 public boolean isInContentBounds(float y) { in isInContentBounds() method in NotificationStackScrollLayout