Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationSwipeHelperTest.java612 NotificationSwipeHelper.isTouchInView(mEvent, null)); in testIsTouchInView()
629 mSwipeHelper.isTouchInView(mEvent, mView)); in testIsTouchInView()
634 mSwipeHelper.isTouchInView(mEvent, mView)); in testIsTouchInView()
640 NotificationSwipeHelper.isTouchInView(mEvent, null)); in testIsTouchInView_expandable()
657 mSwipeHelper.isTouchInView(mEvent, mNotificationRow)); in testIsTouchInView_expandable()
662 mSwipeHelper.isTouchInView(mEvent, mNotificationRow)); in testIsTouchInView_expandable()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java1514 if (view != null && !NotificationSwipeHelper.isTouchInView(ev, view)) {
1896 if (!NotificationSwipeHelper.isTouchInView(ev, guts) && isUp && !swipeWantsIt &&
1960 if (guts != null && !NotificationSwipeHelper.isTouchInView(ev, guts)
H A DNotificationSwipeHelper.java499 public static boolean isTouchInView(MotionEvent ev, View view) { in isTouchInView() method in NotificationSwipeHelper