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.java435 NotificationSwipeHelper.isTouchInView(mEvent, null)); in testIsTouchInView()
452 mSwipeHelper.isTouchInView(mEvent, mView)); in testIsTouchInView()
457 mSwipeHelper.isTouchInView(mEvent, mView)); in testIsTouchInView()
463 NotificationSwipeHelper.isTouchInView(mEvent, null)); in testIsTouchInView_expandable()
480 mSwipeHelper.isTouchInView(mEvent, mNotificationRow)); in testIsTouchInView_expandable()
485 mSwipeHelper.isTouchInView(mEvent, mNotificationRow)); in testIsTouchInView_expandable()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationSwipeHelper.java419 public static boolean isTouchInView(MotionEvent ev, View view) { in isTouchInView() method in NotificationSwipeHelper
DNotificationStackScrollLayout.java3662 if (guts != null && !NotificationSwipeHelper.isTouchInView(ev, guts)
3949 if (!NotificationSwipeHelper.isTouchInView(ev, guts) && isUp && !swipeWantsIt &&
4210 if (view != null && !NotificationSwipeHelper.isTouchInView(ev, view)) {