Home
last modified time | relevance | path

Searched refs:isTouchInView (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java1320 if (guts != null && !isTouchInView(ev, guts) in onTouchEvent()
2488 if (!isTouchInView(ev, guts) && isUp && !swipeWantsIt && !expandWantsIt in onInterceptTouchEvent()
4435 if (view != null && !isTouchInView(ev, view)) { in closeControlsIfOutsideTouch()
4463 private boolean isTouchInView(MotionEvent ev, View view) { in isTouchInView() method in NotificationStackScrollLayout