Searched refs:bottomLine (Results 1 – 2 of 2) sorted by relevance
425 final int bottomLine = getBottomLine(widget); in getScrollBoundsLeft() local426 if (topLine > bottomLine) { in getScrollBoundsLeft()442 final int bottomLine = getBottomLine(widget); in getScrollBoundsRight() local443 if (topLine > bottomLine) { in getScrollBoundsRight()539 int bottomLine = layout.getLineForVertical(bottom); in scrollDown() local540 if (layout.getLineTop(bottomLine + 1) < bottom + 1) { in scrollDown()544 bottomLine += 1; in scrollDown()547 if (bottomLine <= limit) { in scrollDown()548 bottomLine = Math.min(bottomLine + amount - 1, limit); in scrollDown()589 int bottomLine = layout.getLineForVertical(bottom); in scrollPageDown() local[all …]
11816 final int bottomLine; in onProvideStructure() local11820 bottomLine = getLineAtCoordinateUnclamped(windowHeight - 1); in onProvideStructure()11825 bottomLine = getLineAtCoordinateUnclamped(windowHeight - 1 - topWindowLocation); in onProvideStructure()11829 int expandedTopLine = topLine - (bottomLine - topLine) / 2; in onProvideStructure()11833 int expandedBottomLine = bottomLine + (bottomLine - topLine) / 2; in onProvideStructure()11879 final int[] lineOffsets = new int[bottomLine - topLine + 1]; in onProvideStructure()11880 final int[] lineBaselines = new int[bottomLine - topLine + 1]; in onProvideStructure()11882 for (int i = topLine; i <= bottomLine; i++) { in onProvideStructure()