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.java394 final int theBottomestLine = viewBoundary.bottom - 1; in swipeBigX() local
398 new Point(theRightestLine, theBottomestLine)); in swipeBigX()
404 new Point(viewBoundary.left, theBottomestLine)); in swipeBigX()
437 final int theBottomestLine = viewBoundary.bottom - 1; in clickAllOfSamplePoints() local
440 for (int i = theToppestLine; i < theBottomestLine; i += interval) { in clickAllOfSamplePoints()
443 count += clickAllOfHorizontalSamplePoints(viewBoundary, theBottomestLine, callback); in clickAllOfSamplePoints()
452 final int theBottomestLine = viewBoundary.bottom - 1; in swipeAllOfHorizontalLinesFromLeftToRight() local
456 for (int i = theToppestLine; i < theBottomestLine; i += mDensityPerCm * 2) { in swipeAllOfHorizontalLinesFromLeftToRight()
465 callback.accept(new Point(theLeftestLine, theBottomestLine), in swipeAllOfHorizontalLinesFromLeftToRight()
466 new Point(viewBoundary.centerX(), theBottomestLine)); in swipeAllOfHorizontalLinesFromLeftToRight()
[all …]