HomeSort by relevance Sort by last modified time
    Searched refs:getActionUpPoints (Results 1 - 3 of 3) sorted by null

  /cts/tests/tests/systemui/src/android/systemui/cts/
WindowInsetsActivity.java 296 public List<Point> getActionUpPoints() {
297 return ((WindowInsetsPresenterDrawable) mContent.getBackground()).getActionUpPoints();
WindowInsetsPresenterDrawable.java 231 public List<Point> getActionUpPoints() {
WindowInsetsBehaviorTests.java 545 mActionUpPoints = mActivity.getActionUpPoints();
568 mActionUpPoints = mActivity.getActionUpPoints();

Completed in 44 milliseconds