Home
last modified time | relevance | path

Searched refs:INVALID_INDEX (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/buttons/
DContextualButtonGroup.java28 private static final int INVALID_INDEX = -1; field in ContextualButtonGroup
56 if (index != INVALID_INDEX) { in removeButton()
63 if (index != INVALID_INDEX) { in getContextButton()
89 if (index == INVALID_INDEX) { in setButtonVisibility()
120 return index != INVALID_INDEX && mButtonData.get(index).markedVisible; in isButtonVisibleWithinGroup()
157 return INVALID_INDEX; in getContextButtonIndex()
/frameworks/base/core/java/android/widget/
DSuggestionsAdapter.java80 static final int INVALID_INDEX = -1; field in 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) { in bindView()
403 if (mIconName1Col == INVALID_INDEX) { in getIcon1()
415 if (mIconName2Col == INVALID_INDEX) { in getIcon2()
[all …]
DActivityChooserModel.java224 private static final int INVALID_INDEX = -1; field in ActivityChooserModel
455 return INVALID_INDEX; in getActivityIndex()
/frameworks/base/core/java/android/view/inputmethod/
DBaseInputConnection.java327 private static int INVALID_INDEX = -1; field in BaseInputConnection
334 return INVALID_INDEX; // The starting point is out of range. in findIndexBackward()
337 return INVALID_INDEX; // Basically this should not happen. in findIndexBackward()
348 return INVALID_INDEX; // An invalid surrogate pair is found. in findIndexBackward()
355 return INVALID_INDEX; // An invalid surrogate pair is found. in findIndexBackward()
366 return INVALID_INDEX; // A invalid surrogate pair is found. in findIndexBackward()
378 return INVALID_INDEX; // The starting point is out of range. in findIndexForward()
381 return INVALID_INDEX; // Basically this should not happen. in findIndexForward()
392 return INVALID_INDEX; // An invalid surrogate pair is found. in findIndexForward()
399 return INVALID_INDEX; // An invalid surrogate pair is found. in findIndexForward()
[all …]
/frameworks/base/media/java/android/media/
DFadeManagerConfiguration.java764 private static final int INVALID_INDEX = -1; field in FadeManagerConfiguration.Builder
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt59719 Landroid/view/inputmethod/BaseInputConnection;->INVALID_INDEX:I
65468 Landroid/widget/ActivityChooserModel;->INVALID_INDEX:I