Searched refs:INVALID_POSITION (Results 26 - 36 of 36) sorted by relevance

12

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintActivity.java1676 int oldMediaSizeNewIndex = AdapterView.INVALID_POSITION;
1692 if (oldMediaSizeNewIndex != AdapterView.INVALID_POSITION) {
1741 int oldColorModeNewIndex = AdapterView.INVALID_POSITION;
1759 if (oldColorModeNewIndex != AdapterView.INVALID_POSITION) {
1807 int oldDuplexModeNewIndex = AdapterView.INVALID_POSITION;
1826 if (oldDuplexModeNewIndex != AdapterView.INVALID_POSITION) {
2311 return AdapterView.INVALID_POSITION;
2726 if (position == AdapterView.INVALID_POSITION) {
/frameworks/support/v7/appcompat/src/android/support/v7/view/menu/
H A DCascadingMenuPopup.java546 int ownerPosition = AbsListView.INVALID_POSITION;
553 if (ownerPosition == AbsListView.INVALID_POSITION) {
/frameworks/base/core/java/android/app/
H A DActionBar.java1157 public static final int INVALID_POSITION = -1; field in class:ActionBar.Tab
1162 * @return Current position, or {@link #INVALID_POSITION} if this tab is not currently in
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DActionBar.java1177 public static final int INVALID_POSITION = -1; field in class:ActionBar.Tab
1182 * @return Current position, or {@link #INVALID_POSITION} if this tab is not currently in
/frameworks/base/core/java/com/android/internal/app/
H A DResolverActivity.java98 private int mLastSelected = AbsListView.INVALID_POSITION;
1017 && mAdapter.getFilteredPosition() != ListView.INVALID_POSITION) {
1025 && mAdapterView.getCheckedItemPosition() != ListView.INVALID_POSITION) {
1363 return AbsListView.INVALID_POSITION;
1924 final boolean hasValidSelection = checkedPos != ListView.INVALID_POSITION;
/frameworks/base/core/java/android/widget/
H A DListPopupWindow.java697 mDropDownList.setSelection(ListView.INVALID_POSITION);
842 * @return The position of the currently selected item or {@link ListView#INVALID_POSITION}
849 return ListView.INVALID_POSITION;
H A DSearchView.java1029 && mSearchSrcTextView.getListSelection() != ListView.INVALID_POSITION) {
1112 if (position != ListView.INVALID_POSITION) {
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DListPopupWindow.java735 mDropDownList.setSelection(ListView.INVALID_POSITION);
881 * @return The position of the currently selected item or {@link ListView#INVALID_POSITION}
888 return ListView.INVALID_POSITION;
H A DSearchView.java1012 && mSearchSrcTextView.getListSelection() != ListView.INVALID_POSITION) {
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityEvent.java540 public static final int INVALID_POSITION = -1; field in class:AccessibilityEvent
/frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/util/
H A DSortedListTest.java248 assertFalse(mList.indexOf(copy.get(index)) == SortedList.INVALID_POSITION);

Completed in 297 milliseconds

12