OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:whatend
(Results
1 - 1
of
1
) sorted by null
/frameworks/ex/chips/src/com/android/ex/chips/
RecipientEditTextView.java
501
int
whatEnd
= mTokenizer.findTokenEnd(text, start);
503
if (
whatEnd
< text.length() && text.charAt(
whatEnd
) == ',') {
504
whatEnd
= movePastTerminators(
whatEnd
);
509
if (
whatEnd
!= selEnd) {
510
handleEdit(start,
whatEnd
);
[
all
...]
Completed in 46 milliseconds