Searched refs:INVALID_INDEX (Results 1 – 4 of 4) sorted by relevance
28 private static final int INVALID_INDEX = -1; field in ContextualButtonGroup50 if (index != INVALID_INDEX) { in getContextButton()76 if (index == INVALID_INDEX) { in setButtonVisibility()107 return index != INVALID_INDEX && mButtonData.get(index).markedVisible; in isButtonVisibleWithinGroup()145 return INVALID_INDEX; in getContextButtonIndex()
285 private static int INVALID_INDEX = -1; field in BaseInputConnection292 return INVALID_INDEX; // The starting point is out of range. in findIndexBackward()295 return INVALID_INDEX; // Basically this should not happen. in findIndexBackward()306 return INVALID_INDEX; // An invalid surrogate pair is found. in findIndexBackward()313 return INVALID_INDEX; // An invalid surrogate pair is found. in findIndexBackward()324 return INVALID_INDEX; // A invalid surrogate pair is found. in findIndexBackward()336 return INVALID_INDEX; // The starting point is out of range. in findIndexForward()339 return INVALID_INDEX; // Basically this should not happen. in findIndexForward()350 return INVALID_INDEX; // An invalid surrogate pair is found. in findIndexForward()357 return INVALID_INDEX; // An invalid surrogate pair is found. in findIndexForward()[all …]
80 static final int INVALID_INDEX = -1; field in SuggestionsAdapter83 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) { in bindView()403 if (mIconName1Col == INVALID_INDEX) { in getIcon1()415 if (mIconName2Col == INVALID_INDEX) { in getIcon2()[all …]
222 private static final int INVALID_INDEX = -1; field in ActivityChooserModel453 return INVALID_INDEX; in getActivityIndex()