Searched defs:Point (Results 1 – 1 of 1) sorted by relevance
| /cts/tests/tests/systemui/src/android/systemui/cts/ |
| D | WindowInsetsBehaviorTests.java | 411 private int swipeBigX(Rect viewBoundary, BiConsumer<Point, Point> callback) { in swipeBigX() 475 BiConsumer<Point, Point> callback) { in swipeAllOfHorizontalLinesFromLeftToRight() 501 BiConsumer<Point, Point> callback) { in swipeAllOfHorizontalLinesFromRightToLeft() 525 private int swipeAllOfHorizontalLines(Rect viewBoundary, BiConsumer<Point, Point> callback) { in swipeAllOfHorizontalLines() 535 BiConsumer<Point, Point> callback) { in swipeAllOfVerticalLinesFromTopToBottom() 560 BiConsumer<Point, Point> callback) { in swipeAllOfVerticalLinesFromBottomToTop() 584 private int swipeAllOfVerticalLines(Rect viewBoundary, BiConsumer<Point, Point> callback) { in swipeAllOfVerticalLines() 593 private int swipeInViewBoundary(Rect viewBoundary, BiConsumer<Point, Point> callback) { in swipeInViewBoundary()
|