Searched refs:getActionCancelPoints (Results 1 – 3 of 3) sorted by relevance
315 public List<Point> getActionCancelPoints() { in getActionCancelPoints() method in WindowInsetsActivity316 return ((WindowInsetsPresenterDrawable) mContent.getBackground()).getActionCancelPoints(); in getActionCancelPoints()
655 mActionCancelPoints = mActivity.getActionCancelPoints(); in systemGesture_excludeViewRects_withoutAnyCancel()677 mActionCancelPoints = mActivity.getActionCancelPoints(); in systemGesture_notExcludeViewRects_withoutAnyCancel()698 mActionCancelPoints = mActivity.getActionCancelPoints(); in tappableElements_tapSamplePoints_excludeViewRects_withoutAnyCancel()720 mActionCancelPoints = mActivity.getActionCancelPoints(); in tappableElements_tapSamplePoints_notExcludeViewRects_withoutAnyCancel()812 mActionCancelPoints = mActivity.getActionCancelPoints(); in testSystemGestureExclusionLimit()
223 public List<Point> getActionCancelPoints() { in getActionCancelPoints() method in WindowInsetsPresenterDrawable