OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bestend
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/core/java/android/text/method/
LinkMovementMethod.java
139
int beststart,
bestend
;
local
142
bestend
= -1;
148
if (end >
bestend
) {
150
bestend
= end;
156
Selection.setSelection(buffer,
bestend
, beststart);
164
bestend
= Integer.MAX_VALUE;
172
bestend
= buffer.getSpanEnd(candidates[i]);
177
if (
bestend
< Integer.MAX_VALUE) {
178
Selection.setSelection(buffer, beststart,
bestend
);
Completed in 37 milliseconds