Searched refs:INVALID_INDEX (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/view/inputmethod/
H A DBaseInputConnection.java269 private static int INVALID_INDEX = -1; field in class:BaseInputConnection
276 return INVALID_INDEX; // The starting point is out of range.
279 return INVALID_INDEX; // Basically this should not happen.
290 return INVALID_INDEX; // An invalid surrogate pair is found.
297 return INVALID_INDEX; // An invalid surrogate pair is found.
308 return INVALID_INDEX; // A invalid surrogate pair is found.
320 return INVALID_INDEX; // The starting point is out of range.
323 return INVALID_INDEX; // Basically this should not happen.
334 return INVALID_INDEX; // An invalid surrogate pair is found.
341 return INVALID_INDEX; // A
[all...]
/frameworks/base/core/java/android/widget/
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...]
H A DActivityChooserModel.java221 private static final int INVALID_INDEX = -1; field in class:ActivityChooserModel
448 return INVALID_INDEX;
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
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) {
361 if (mIconName1Col == INVALID_INDEX) {
373 if (mIconName2Col == INVALID_INDEX) {
[all...]
H A DActivityChooserModel.java214 private static final int INVALID_INDEX = -1; field in class:ActivityChooserModel
435 return INVALID_INDEX;

Completed in 105 milliseconds