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()
629 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()
223 public List<Point> getActionCancelPoints() { in getActionCancelPoints() method in WindowInsetsPresenterDrawable