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

  /frameworks/base/core/java/android/text/method/
LinkMovementMethod.java 144 int beststart, bestend; local
146 beststart = -1;
154 beststart = buffer.getSpanStart(candidates[i]);
160 if (beststart >= 0) {
161 Selection.setSelection(buffer, bestend, beststart);
168 beststart = Integer.MAX_VALUE;
175 if (start < beststart) {
176 beststart = start;
183 Selection.setSelection(buffer, beststart, bestend);
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 

Completed in 2000 milliseconds