Home
last modified time | relevance | path

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

/cts/tests/tests/systemui/src/android/systemui/cts/
DWindowInsetsActivity.java320 public List<Point> getActionDownPoints() { in getActionDownPoints() method in WindowInsetsActivity
321 return ((WindowInsetsPresenterDrawable) mContent.getBackground()).getActionDownPoints(); in getActionDownPoints()
DWindowInsetsBehaviorTests.java627 mActionDownPoints = mActivity.getActionDownPoints(); in systemGesture_excludeViewRects_withoutAnyCancel()
649 mActionDownPoints = mActivity.getActionDownPoints(); in systemGesture_notExcludeViewRects_withoutAnyCancel()
782 mActionDownPoints = mActivity.getActionDownPoints(); in testSystemGestureExclusionLimit()
DWindowInsetsPresenterDrawable.java227 public List<Point> getActionDownPoints() { in getActionDownPoints() method in WindowInsetsPresenterDrawable