Home
last modified time | relevance | path

Searched refs:mActionDownPoints (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/systemui/src/android/systemui/cts/
DWindowInsetsPresenterDrawable.java48 private final List<Point> mActionDownPoints; field in WindowInsetsPresenterDrawable
99 mActionDownPoints = new ArrayList<>(); in WindowInsetsPresenterDrawable()
190 mActionDownPoints.add(p); in onTouch()
228 return mActionDownPoints; in getActionDownPoints()
DWindowInsetsBehaviorTests.java187 private List<Point> mActionDownPoints; field in WindowInsetsBehaviorTests
627 mActionDownPoints = mActivity.getActionDownPoints(); in systemGesture_excludeViewRects_withoutAnyCancel()
635 assertEquals(swipeCount[0], mActionDownPoints.size()); in systemGesture_excludeViewRects_withoutAnyCancel()
649 mActionDownPoints = mActivity.getActionDownPoints(); in systemGesture_notExcludeViewRects_withoutAnyCancel()
657 assertEquals(swipeCount, mActionDownPoints.size()); in systemGesture_notExcludeViewRects_withoutAnyCancel()
713 assertEquals("Action down points.", swipeCount, mActionDownPoints.size()); in swipeInsideLimit_systemUiVisible_noEventCanceled()
728 assertEquals("Action down points.", swipeCount, mActionDownPoints.size()); in swipeOutsideLimit_systemUiVisible_allEventsCanceled()
743 assertEquals("Action down points.", swipeCount, mActionDownPoints.size()); in swipeInsideLimit_immersiveSticky_noEventCanceled()
758 assertEquals("Action down points.", swipeCount, mActionDownPoints.size()); in swipeOutsideLimit_immersiveSticky_noEventCanceled()
782 mActionDownPoints = mActivity.getActionDownPoints(); in testSystemGestureExclusionLimit()