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 | 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()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationSwipeHelper.java | 499 public static boolean isTouchInView(MotionEvent ev, View view) { in isTouchInView() method in NotificationSwipeHelper
|
D | NotificationStackScrollLayoutController.java | 1655 if (view != null && !NotificationSwipeHelper.isTouchInView(ev, view)) { 2007 if (!NotificationSwipeHelper.isTouchInView(ev, guts) && isUp && !swipeWantsIt && 2080 if (guts != null && !NotificationSwipeHelper.isTouchInView(ev, guts)
|