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

  /frameworks/base/core/java/android/text/method/
BaseMovementMethod.java 424 final int topLine = getTopLine(widget);
426 if (topLine > bottomLine) {
430 for (int line = topLine; line <= bottomLine; line++) {
441 final int topLine = getTopLine(widget);
443 if (topLine > bottomLine) {
447 for (int line = topLine; line <= bottomLine; line++) {
511 int topLine = layout.getLineForVertical(top);
512 if (layout.getLineTop(topLine) == top) {
515 topLine -= 1;
517 if (topLine >= 0)
    [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 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 

Completed in 112 milliseconds