Searched refs:mActionUpPoints (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/systemui/src/android/systemui/cts/ |
D | WindowInsetsPresenterDrawable.java | 49 private final List<Point> mActionUpPoints; field in WindowInsetsPresenterDrawable 100 mActionUpPoints = new ArrayList<>(); in WindowInsetsPresenterDrawable() 200 mActionUpPoints.add(p); in onTouch() 232 return mActionUpPoints; in getActionUpPoints()
|
D | WindowInsetsBehaviorTests.java | 181 private List<Point> mActionUpPoints; field in WindowInsetsBehaviorTests 606 mActionUpPoints = mActivity.getActionUpPoints(); in mandatorySystemGesture_excludeViewRects_withoutAnyCancel() 612 assertEquals(swipeCount, mActionUpPoints.size()); in mandatorySystemGesture_excludeViewRects_withoutAnyCancel() 633 mActionUpPoints = mActivity.getActionUpPoints(); in systemGesture_notExcludeViewRects_withoutAnyCancel() 639 assertEquals(swipeCount, mActionUpPoints.size()); in systemGesture_notExcludeViewRects_withoutAnyCancel() 699 assertEquals("Action up points.", swipeCount, mActionUpPoints.size()); in swipeInsideLimit_systemUiVisible_noEventCanceled() 714 assertEquals("Action up points.", 0, mActionUpPoints.size()); in swipeOutsideLimit_systemUiVisible_allEventsCanceled() 729 assertEquals("Action up points.", swipeCount, mActionUpPoints.size()); in swipeInsideLimit_immersiveSticky_noEventCanceled() 744 assertEquals("Action up points.", swipeCount, mActionUpPoints.size()); in swipeOutsideLimit_immersiveSticky_noEventCanceled() 770 mActionUpPoints = mActivity.getActionUpPoints(); in testSystemGestureExclusionLimit()
|