Home
last modified time | relevance | path

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

/cts/tests/tests/systemui/src/android/systemui/cts/
DWindowInsetsBehaviorTests.java186 private List<Point> mActionCancelPoints; field in WindowInsetsBehaviorTests
629 mActionCancelPoints = mActivity.getActionCancelPoints(); in systemGesture_excludeViewRects_withoutAnyCancel()
633 assertEquals(0, mActionCancelPoints.size()); in systemGesture_excludeViewRects_withoutAnyCancel()
651 mActionCancelPoints = mActivity.getActionCancelPoints(); in systemGesture_notExcludeViewRects_withoutAnyCancel()
655 assertEquals(0, mActionCancelPoints.size()); in systemGesture_notExcludeViewRects_withoutAnyCancel()
672 mActionCancelPoints = mActivity.getActionCancelPoints(); in tappableElements_tapSamplePoints_excludeViewRects_withoutAnyCancel()
678 mActionCancelPoints.size()); in tappableElements_tapSamplePoints_excludeViewRects_withoutAnyCancel()
694 mActionCancelPoints = mActivity.getActionCancelPoints(); in tappableElements_tapSamplePoints_notExcludeViewRects_withoutAnyCancel()
700 mActionCancelPoints.size()); in tappableElements_tapSamplePoints_notExcludeViewRects_withoutAnyCancel()
711 assertEquals("Swipe must not be canceled.", 0, mActionCancelPoints.size()); in swipeInsideLimit_systemUiVisible_noEventCanceled()
[all …]
DWindowInsetsPresenterDrawable.java47 private final List<Point> mActionCancelPoints; field in WindowInsetsPresenterDrawable
98 mActionCancelPoints = new ArrayList<>(); in WindowInsetsPresenterDrawable()
215 mActionCancelPoints.add(p); in onTouch()
224 return mActionCancelPoints; in getActionCancelPoints()