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.java583 mTouchStartedInEmptyArea = !isInContentBounds(x, y); in onInterceptTouchEvent()
641 protected abstract boolean isInContentBounds(float x, float y); in isInContentBounds() method in PanelView
DNotificationPanelView.java793 protected boolean isInContentBounds(float x, float y) { in isInContentBounds() method in NotificationPanelView
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java1607 if (getChildCount() == 0 || !isInContentBounds(ev)) {
3535 private boolean isInContentBounds(MotionEvent event) {
3536 return isInContentBounds(event.getY());
3542 public boolean isInContentBounds(float y) {