HomeSort by relevance Sort by last modified time
    Searched full:previousline (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/widget/
AccessibilityIterators.java 87 int previousLine;
89 previousLine = mLayout.getLineForOffset(mText.length());
93 previousLine = currentLine;
95 previousLine = currentLine - 1;
98 if (previousLine < 0) {
101 final int start = getLineEdgeIndex(previousLine, DIRECTION_START);
102 final int end = getLineEdgeIndex(previousLine, DIRECTION_END) + 1;
  /external/protobuf/java/src/main/java/com/google/protobuf/
TextFormat.java 421 private int previousLine = 0;
460 previousLine = line;
754 (previousLine + 1) + ":" + (previousColumn + 1) + ": " + description);
    [all...]

Completed in 220 milliseconds