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 D | NotificationSwipeHelperTest.java | 612 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 D | NotificationStackScrollLayoutController.java | 1514 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 D | NotificationSwipeHelper.java | 499 public static boolean isTouchInView(MotionEvent ev, View view) { in isTouchInView() method in NotificationSwipeHelper
|