Home
last modified time | relevance | path

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

/cts/tests/tests/systemui/src/android/systemui/cts/
DWindowInsetsBehaviorTests.java567 private int swipeInViewBoundary(Rect viewBoundary, BiConsumer<Point, Point> callback) { in swipeInViewBoundary() method in WindowInsetsBehaviorTests
577 private int swipeInViewBoundary(Rect viewBoundary) { in swipeInViewBoundary() method in WindowInsetsBehaviorTests
578 return swipeInViewBoundary(viewBoundary, this::swipeByUiDevice); in swipeInViewBoundary()
623 swipeCount[0] += swipeInViewBoundary(swipeBounds.get(i)); in systemGesture_excludeViewRects_withoutAnyCancel()
646 final int swipeCount = swipeInViewBoundary(mActionBounds); in systemGesture_notExcludeViewRects_withoutAnyCancel()