Searched refs:theToppestLine (Results 1 – 1 of 1) sorted by relevance
413 final int theToppestLine = viewBoundary.top + 1; in swipeBigX() local418 callback.accept(new Point(theLeftestLine, theToppestLine), in swipeBigX()424 callback.accept(new Point(theRightestLine, theToppestLine), in swipeBigX()459 final int theToppestLine = viewBoundary.top + 1; in clickAllOfSamplePoints() local465 for (int i = theToppestLine; i < theBottomestLine; i += interval) { in clickAllOfSamplePoints()477 final int theToppestLine = viewBoundary.top + 1; in swipeAllOfHorizontalLinesFromLeftToRight() local482 for (int i = theToppestLine; i < theBottomestLine; i += mDensityPerCm * 2) { in swipeAllOfHorizontalLinesFromLeftToRight()502 final int theToppestLine = viewBoundary.top + 1; in swipeAllOfHorizontalLinesFromRightToLeft() local507 for (int i = theToppestLine; i < theBottomestLine; i += mDensityPerCm * 2) { in swipeAllOfHorizontalLinesFromRightToLeft()537 final int theToppestLine = viewBoundary.top + 1; in swipeAllOfVerticalLinesFromTopToBottom() local[all …]