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.java552 mTouchStartedInEmptyArea = !isInContentBounds(x, y); in onInterceptTouchEvent()
610 protected abstract boolean isInContentBounds(float x, float y); in isInContentBounds() method in PanelView
DNotificationPanelView.java705 protected boolean isInContentBounds(float x, float y) { in isInContentBounds() method in NotificationPanelView
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java1391 if (getChildCount() == 0 || !isInContentBounds(ev)) { in onScrollTouch()
3262 private boolean isInContentBounds(MotionEvent event) { in isInContentBounds() method in NotificationStackScrollLayout
3263 return isInContentBounds(event.getY()); in isInContentBounds()
3269 public boolean isInContentBounds(float y) { in isInContentBounds() method in NotificationStackScrollLayout