Searched refs:theBottomestLine (Results 1 – 1 of 1) sorted by relevance
415 final int theBottomestLine = viewBoundary.bottom - 1; in swipeBigX() local419 new Point(theRightestLine, theBottomestLine)); in swipeBigX()425 new Point(viewBoundary.left, theBottomestLine)); in swipeBigX()460 final int theBottomestLine = viewBoundary.bottom - 1; in clickAllOfSamplePoints() local465 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() local482 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 …]