Searched refs:theBottomestLine (Results 1 – 1 of 1) sorted by relevance
394 final int theBottomestLine = viewBoundary.bottom - 1; in swipeBigX() local398 new Point(theRightestLine, theBottomestLine)); in swipeBigX()404 new Point(viewBoundary.left, theBottomestLine)); in swipeBigX()437 final int theBottomestLine = viewBoundary.bottom - 1; in clickAllOfSamplePoints() local440 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() local456 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 …]