Searched refs:theToppestLine (Results 1 – 1 of 1) sorted by relevance
392 final int theToppestLine = viewBoundary.top + 1; in swipeBigX() local397 callback.accept(new Point(theLeftestLine, theToppestLine), in swipeBigX()403 callback.accept(new Point(theRightestLine, theToppestLine), in swipeBigX()436 final int theToppestLine = viewBoundary.top + 1; in clickAllOfSamplePoints() local440 for (int i = theToppestLine; i < theBottomestLine; i += interval) { in clickAllOfSamplePoints()451 final int theToppestLine = viewBoundary.top + 1; in swipeAllOfHorizontalLinesFromLeftToRight() local456 for (int i = theToppestLine; i < theBottomestLine; i += mDensityPerCm * 2) { in swipeAllOfHorizontalLinesFromLeftToRight()476 final int theToppestLine = viewBoundary.top + 1; in swipeAllOfHorizontalLinesFromRightToLeft() local481 for (int i = theToppestLine; i < theBottomestLine; i += mDensityPerCm * 2) { in swipeAllOfHorizontalLinesFromRightToLeft()511 final int theToppestLine = viewBoundary.top + 1; in swipeAllOfVerticalLinesFromTopToBottom() local[all …]