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.java392 final int theToppestLine = viewBoundary.top + 1; in swipeBigX() local
397 callback.accept(new Point(theLeftestLine, theToppestLine), in swipeBigX()
403 callback.accept(new Point(theRightestLine, theToppestLine), in swipeBigX()
436 final int theToppestLine = viewBoundary.top + 1; in clickAllOfSamplePoints() local
440 for (int i = theToppestLine; i < theBottomestLine; i += interval) { in clickAllOfSamplePoints()
451 final int theToppestLine = viewBoundary.top + 1; in swipeAllOfHorizontalLinesFromLeftToRight() local
456 for (int i = theToppestLine; i < theBottomestLine; i += mDensityPerCm * 2) { in swipeAllOfHorizontalLinesFromLeftToRight()
476 final int theToppestLine = viewBoundary.top + 1; in swipeAllOfHorizontalLinesFromRightToLeft() local
481 for (int i = theToppestLine; i < theBottomestLine; i += mDensityPerCm * 2) { in swipeAllOfHorizontalLinesFromRightToLeft()
511 final int theToppestLine = viewBoundary.top + 1; in swipeAllOfVerticalLinesFromTopToBottom() local
[all …]