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.java291 public List<Point> getActionUpPoints() { in getActionUpPoints() method in WindowInsetsActivity
292 return ((WindowInsetsPresenterDrawable) mContent.getBackground()).getActionUpPoints(); in getActionUpPoints()
DWindowInsetsBehaviorTests.java606 mActionUpPoints = mActivity.getActionUpPoints(); in mandatorySystemGesture_excludeViewRects_withoutAnyCancel()
633 mActionUpPoints = mActivity.getActionUpPoints(); in systemGesture_notExcludeViewRects_withoutAnyCancel()
770 mActionUpPoints = mActivity.getActionUpPoints(); in testSystemGestureExclusionLimit()
DWindowInsetsPresenterDrawable.java231 public List<Point> getActionUpPoints() { in getActionUpPoints() method in WindowInsetsPresenterDrawable