Searched defs:INVALID_INDEX (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/view/inputmethod/
H A DBaseInputConnection.java268 private static int INVALID_INDEX = -1; field in class:BaseInputConnection
275 return INVALID_INDEX; // The starting point is out of range.
278 return INVALID_INDEX; // Basically this should not happen.
289 return INVALID_INDEX; // An invalid surrogate pair is found.
296 return INVALID_INDEX; // An invalid surrogate pair is found.
307 return INVALID_INDEX; // A invalid surrogate pair is found.
319 return INVALID_INDEX; // The starting point is out of range.
322 return INVALID_INDEX; // Basically this should not happen.
333 return INVALID_INDEX; // An invalid surrogate pair is found.
340 return INVALID_INDEX; // A
[all...]
/frameworks/support/emoji/core/src/main/java/androidx/emoji/text/
H A DEmojiProcessor.java395 if (start == CodepointIndexFinder.INVALID_INDEX
396 || end == CodepointIndexFinder.INVALID_INDEX) {
666 private static final int INVALID_INDEX = -1; field in class:EmojiProcessor.CodepointIndexFinder
684 return INVALID_INDEX; // The starting point is out of range.
687 return INVALID_INDEX; // Basically this should not happen.
698 return INVALID_INDEX; // An invalid surrogate pair is found.
706 return INVALID_INDEX; // An invalid surrogate pair is found.
717 return INVALID_INDEX; // A invalid surrogate pair is found.
739 return INVALID_INDEX; // The starting point is out of range.
742 return INVALID_INDEX; // Basicall
[all...]
/frameworks/base/core/java/android/widget/
H A DActivityChooserModel.java221 private static final int INVALID_INDEX = -1; field in class:ActivityChooserModel
448 return INVALID_INDEX;
H A DSuggestionsAdapter.java80 static final int INVALID_INDEX = -1; field in class:SuggestionsAdapter
83 private int mText1Col = INVALID_INDEX;
84 private int mText2Col = INVALID_INDEX;
85 private int mText2UrlCol = INVALID_INDEX;
86 private int mIconName1Col = INVALID_INDEX;
87 private int mIconName2Col = INVALID_INDEX;
88 private int mFlagsCol = INVALID_INDEX;
320 if (mFlagsCol != INVALID_INDEX) {
403 if (mIconName1Col == INVALID_INDEX) {
415 if (mIconName2Col == INVALID_INDEX) {
[all...]
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
H A DActivityChooserModel.java213 private static final int INVALID_INDEX = -1; field in class:ActivityChooserModel
434 return INVALID_INDEX;
H A DSuggestionsAdapter.java80 static final int INVALID_INDEX = -1; field in class:SuggestionsAdapter
83 private int mText1Col = INVALID_INDEX;
84 private int mText2Col = INVALID_INDEX;
85 private int mText2UrlCol = INVALID_INDEX;
86 private int mIconName1Col = INVALID_INDEX;
87 private int mIconName2Col = INVALID_INDEX;
88 private int mFlagsCol = INVALID_INDEX;
278 if (mFlagsCol != INVALID_INDEX) {
362 if (mIconName1Col == INVALID_INDEX) {
374 if (mIconName2Col == INVALID_INDEX) {
[all...]

Completed in 201 milliseconds