Home
last modified time | relevance | path

Searched refs:getActionCancelPoints (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/systemui/src/android/systemui/cts/
DWindowInsetsActivity.java315 public List<Point> getActionCancelPoints() { in getActionCancelPoints() method in WindowInsetsActivity
316 return ((WindowInsetsPresenterDrawable) mContent.getBackground()).getActionCancelPoints(); in getActionCancelPoints()
DWindowInsetsBehaviorTests.java629 mActionCancelPoints = mActivity.getActionCancelPoints(); in systemGesture_excludeViewRects_withoutAnyCancel()
651 mActionCancelPoints = mActivity.getActionCancelPoints(); in systemGesture_notExcludeViewRects_withoutAnyCancel()
672 mActionCancelPoints = mActivity.getActionCancelPoints(); in tappableElements_tapSamplePoints_excludeViewRects_withoutAnyCancel()
694 mActionCancelPoints = mActivity.getActionCancelPoints(); in tappableElements_tapSamplePoints_notExcludeViewRects_withoutAnyCancel()
784 mActionCancelPoints = mActivity.getActionCancelPoints(); in testSystemGestureExclusionLimit()
DWindowInsetsPresenterDrawable.java223 public List<Point> getActionCancelPoints() { in getActionCancelPoints() method in WindowInsetsPresenterDrawable