Home | History | Annotate | Download | only in method

Lines Matching refs:bottomLine

425         final int bottomLine = getBottomLine(widget);
426 if (topLine > bottomLine) {
430 for (int line = topLine; line <= bottomLine; line++) {
442 final int bottomLine = getBottomLine(widget);
443 if (topLine > bottomLine) {
447 for (int line = topLine; line <= bottomLine; line++) {
539 int bottomLine = layout.getLineForVertical(bottom);
540 if (layout.getLineTop(bottomLine + 1) < bottom + 1) {
544 bottomLine += 1;
547 if (bottomLine <= limit) {
548 bottomLine = Math.min(bottomLine + amount - 1, limit);
550 layout.getLineTop(bottomLine + 1) - innerHeight);
589 int bottomLine = layout.getLineForVertical(bottom);
590 if (bottomLine <= layout.getLineCount() - 1) {
592 layout.getLineTop(bottomLine + 1) - innerHeight);