Searched refs:theLeftestLine (Results 1 – 1 of 1) sorted by relevance
412 final int theLeftestLine = viewBoundary.left + 1; in swipeBigX() local418 callback.accept(new Point(theLeftestLine, theToppestLine), in swipeBigX()434 final int theLeftestLine = viewBoundary.left + 1; in clickAllOfHorizontalSamplePoints() local438 for (int i = theLeftestLine; i < theRightestLine; i += interval) { in clickAllOfHorizontalSamplePoints()476 final int theLeftestLine = viewBoundary.left + 1; in swipeAllOfHorizontalLinesFromLeftToRight() local484 callback.accept(new Point(theLeftestLine, i), in swipeAllOfHorizontalLinesFromLeftToRight()491 callback.accept(new Point(theLeftestLine, theBottomestLine), in swipeAllOfHorizontalLinesFromLeftToRight()536 final int theLeftestLine = viewBoundary.left + 1; in swipeAllOfVerticalLinesFromTopToBottom() local541 for (int i = theLeftestLine; i < theRightestLine; i += mDensityPerCm * 2) { in swipeAllOfVerticalLinesFromTopToBottom()561 final int theLeftestLine = viewBoundary.left + 1; in swipeAllOfVerticalLinesFromBottomToTop() local[all …]