Home
last modified time | relevance | path

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

/cts/tests/tests/systemui/src/android/systemui/cts/
DWindowInsetsActivity.java325 public List<Point> getActionUpPoints() { in getActionUpPoints() method in WindowInsetsActivity
326 return ((WindowInsetsPresenterDrawable) mContent.getBackground()).getActionUpPoints(); in getActionUpPoints()
DWindowInsetsBehaviorTests.java628 mActionUpPoints = mActivity.getActionUpPoints(); in systemGesture_excludeViewRects_withoutAnyCancel()
650 mActionUpPoints = mActivity.getActionUpPoints(); in systemGesture_notExcludeViewRects_withoutAnyCancel()
783 mActionUpPoints = mActivity.getActionUpPoints(); in testSystemGestureExclusionLimit()
DWindowInsetsPresenterDrawable.java231 public List<Point> getActionUpPoints() { in getActionUpPoints() method in WindowInsetsPresenterDrawable