Home
last modified time | relevance | path

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

/cts/tests/tests/systemui/src/android/systemui/cts/
DWindowInsetsBehaviorTests.java413 final int theToppestLine = viewBoundary.top + 1; in swipeBigX() local
418 callback.accept(new Point(theLeftestLine, theToppestLine), in swipeBigX()
424 callback.accept(new Point(theRightestLine, theToppestLine), in swipeBigX()
459 final int theToppestLine = viewBoundary.top + 1; in clickAllOfSamplePoints() local
465 for (int i = theToppestLine; i < theBottomestLine; i += interval) { in clickAllOfSamplePoints()
477 final int theToppestLine = viewBoundary.top + 1; in swipeAllOfHorizontalLinesFromLeftToRight() local
482 for (int i = theToppestLine; i < theBottomestLine; i += mDensityPerCm * 2) { in swipeAllOfHorizontalLinesFromLeftToRight()
502 final int theToppestLine = viewBoundary.top + 1; in swipeAllOfHorizontalLinesFromRightToLeft() local
507 for (int i = theToppestLine; i < theBottomestLine; i += mDensityPerCm * 2) { in swipeAllOfHorizontalLinesFromRightToLeft()
537 final int theToppestLine = viewBoundary.top + 1; in swipeAllOfVerticalLinesFromTopToBottom() local
[all …]