Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationSwipeHelperTest.java437 NotificationSwipeHelper.isTouchInView(mEvent, null)); in testIsTouchInView()
454 mSwipeHelper.isTouchInView(mEvent, mView)); in testIsTouchInView()
459 mSwipeHelper.isTouchInView(mEvent, mView)); in testIsTouchInView()
465 NotificationSwipeHelper.isTouchInView(mEvent, null)); in testIsTouchInView_expandable()
482 mSwipeHelper.isTouchInView(mEvent, mNotificationRow)); in testIsTouchInView_expandable()
487 mSwipeHelper.isTouchInView(mEvent, mNotificationRow)); in testIsTouchInView_expandable()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationSwipeHelper.java422 public static boolean isTouchInView(MotionEvent ev, View view) { in isTouchInView() method in NotificationSwipeHelper
DNotificationStackScrollLayout.java3699 if (guts != null && !NotificationSwipeHelper.isTouchInView(ev, guts)
3993 if (!NotificationSwipeHelper.isTouchInView(ev, guts) && isUp && !swipeWantsIt &&
4254 if (view != null && !NotificationSwipeHelper.isTouchInView(ev, view)) {