Home
last modified time | relevance | path

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

/cts/tests/tests/systemui/src/android/systemui/cts/
DWindowInsetsBehaviorTests.java415 final int theBottomestLine = viewBoundary.bottom - 1; in swipeBigX() local
419 new Point(theRightestLine, theBottomestLine)); in swipeBigX()
425 new Point(viewBoundary.left, theBottomestLine)); in swipeBigX()
460 final int theBottomestLine = viewBoundary.bottom - 1; in clickAllOfSamplePoints() local
465 for (int i = theToppestLine; i < theBottomestLine; i += interval) { in clickAllOfSamplePoints()
469 viewBoundary, theBottomestLine, interval, callback); in clickAllOfSamplePoints()
478 final int theBottomestLine = viewBoundary.bottom - 1; in swipeAllOfHorizontalLinesFromLeftToRight() local
482 for (int i = theToppestLine; i < theBottomestLine; i += mDensityPerCm * 2) { in swipeAllOfHorizontalLinesFromLeftToRight()
491 callback.accept(new Point(theLeftestLine, theBottomestLine), in swipeAllOfHorizontalLinesFromLeftToRight()
492 new Point(viewBoundary.centerX(), theBottomestLine)); in swipeAllOfHorizontalLinesFromLeftToRight()
[all …]