Home
last modified time | relevance | path

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

/cts/tests/tests/systemui/src/android/systemui/cts/
DWindowInsetsBehaviorTests.java391 final int theLeftestLine = viewBoundary.left + 1; in swipeBigX() local
397 callback.accept(new Point(theLeftestLine, theToppestLine), in swipeBigX()
413 final int theLeftestLine = viewBoundary.left + 1; in clickAllOfHorizontalSamplePoints() local
418 for (int i = theLeftestLine; i < theRightestLine; i += interval) { in clickAllOfHorizontalSamplePoints()
450 final int theLeftestLine = viewBoundary.left + 1; in swipeAllOfHorizontalLinesFromLeftToRight() local
458 callback.accept(new Point(theLeftestLine, i), in swipeAllOfHorizontalLinesFromLeftToRight()
465 callback.accept(new Point(theLeftestLine, theBottomestLine), in swipeAllOfHorizontalLinesFromLeftToRight()
510 final int theLeftestLine = viewBoundary.left + 1; in swipeAllOfVerticalLinesFromTopToBottom() local
515 for (int i = theLeftestLine; i < theRightestLine; i += mDensityPerCm * 2) { in swipeAllOfVerticalLinesFromTopToBottom()
535 final int theLeftestLine = viewBoundary.left + 1; in swipeAllOfVerticalLinesFromBottomToTop() local
[all …]