Searched refs:isTouchInView (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationSwipeHelperTest.java | 437 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/ |
D | NotificationSwipeHelper.java | 422 public static boolean isTouchInView(MotionEvent ev, View view) { in isTouchInView() method in NotificationSwipeHelper
|
D | NotificationStackScrollLayout.java | 3699 if (guts != null && !NotificationSwipeHelper.isTouchInView(ev, guts) 3993 if (!NotificationSwipeHelper.isTouchInView(ev, guts) && isUp && !swipeWantsIt && 4254 if (view != null && !NotificationSwipeHelper.isTouchInView(ev, view)) {
|