Searched refs:isTouchInView (Results 1 – 1 of 1) sorted by relevance
1320 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