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 | 435 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/ |
D | NotificationSwipeHelper.java | 419 public static boolean isTouchInView(MotionEvent ev, View view) { in isTouchInView() method in NotificationSwipeHelper
|
D | NotificationStackScrollLayout.java | 3662 if (guts != null && !NotificationSwipeHelper.isTouchInView(ev, guts) 3949 if (!NotificationSwipeHelper.isTouchInView(ev, guts) && isUp && !swipeWantsIt && 4210 if (view != null && !NotificationSwipeHelper.isTouchInView(ev, view)) {
|