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.java412 final int theLeftestLine = viewBoundary.left + 1; in swipeBigX() local
418 callback.accept(new Point(theLeftestLine, theToppestLine), in swipeBigX()
434 final int theLeftestLine = viewBoundary.left + 1; in clickAllOfHorizontalSamplePoints() local
438 for (int i = theLeftestLine; i < theRightestLine; i += interval) { in clickAllOfHorizontalSamplePoints()
476 final int theLeftestLine = viewBoundary.left + 1; in swipeAllOfHorizontalLinesFromLeftToRight() local
484 callback.accept(new Point(theLeftestLine, i), in swipeAllOfHorizontalLinesFromLeftToRight()
491 callback.accept(new Point(theLeftestLine, theBottomestLine), in swipeAllOfHorizontalLinesFromLeftToRight()
536 final int theLeftestLine = viewBoundary.left + 1; in swipeAllOfVerticalLinesFromTopToBottom() local
541 for (int i = theLeftestLine; i < theRightestLine; i += mDensityPerCm * 2) { in swipeAllOfVerticalLinesFromTopToBottom()
561 final int theLeftestLine = viewBoundary.left + 1; in swipeAllOfVerticalLinesFromBottomToTop() local
[all …]