HomeSort by relevance Sort by last modified time
    Searched refs:bottomLine (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/text/method/
BaseMovementMethod.java 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)
    [all...]
  /frameworks/base/core/java/android/widget/
TextView.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 

Completed in 44 milliseconds