Searched refs:theLeftestLine (Results 1 – 1 of 1) sorted by relevance
391 final int theLeftestLine = viewBoundary.left + 1; in swipeBigX() local397 callback.accept(new Point(theLeftestLine, theToppestLine), in swipeBigX()413 final int theLeftestLine = viewBoundary.left + 1; in clickAllOfHorizontalSamplePoints() local418 for (int i = theLeftestLine; i < theRightestLine; i += interval) { in clickAllOfHorizontalSamplePoints()450 final int theLeftestLine = viewBoundary.left + 1; in swipeAllOfHorizontalLinesFromLeftToRight() local458 callback.accept(new Point(theLeftestLine, i), in swipeAllOfHorizontalLinesFromLeftToRight()465 callback.accept(new Point(theLeftestLine, theBottomestLine), in swipeAllOfHorizontalLinesFromLeftToRight()510 final int theLeftestLine = viewBoundary.left + 1; in swipeAllOfVerticalLinesFromTopToBottom() local515 for (int i = theLeftestLine; i < theRightestLine; i += mDensityPerCm * 2) { in swipeAllOfVerticalLinesFromTopToBottom()535 final int theLeftestLine = viewBoundary.left + 1; in swipeAllOfVerticalLinesFromBottomToTop() local[all …]