Searched refs:areAllItemsEnabled (Results 1 - 18 of 18) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DListAdapter.java34 public boolean areAllItemsEnabled(); method in interface:ListAdapter
H A DBaseAdapter.java57 public boolean areAllItemsEnabled() { method in class:BaseAdapter
H A DBaseExpandableListAdapter.java59 public boolean areAllItemsEnabled() { method in class:BaseExpandableListAdapter
H A DExpandableListAdapter.java158 * @see ListAdapter#areAllItemsEnabled()
160 boolean areAllItemsEnabled(); method in interface:ExpandableListAdapter
H A DHeaderViewListAdapter.java138 public boolean areAllItemsEnabled() { method in class:HeaderViewListAdapter
140 return mAreAllFixedViewsSelectable && mAdapter.areAllItemsEnabled();
H A DSpinner.java356 public boolean areAllItemsEnabled() { method in class:Spinner.DropDownAdapter
359 return adapter.areAllItemsEnabled();
H A DExpandableListConnector.java369 public boolean areAllItemsEnabled() { method in class:ExpandableListConnector
370 return mExpandableListAdapter.areAllItemsEnabled();
H A DAutoCompleteTextView.java681 allEnabled = adapter.areAllItemsEnabled();
H A DListView.java452 mAreAllItemsSelectable = mAdapter.areAllItemsEnabled();
/frameworks/base/core/tests/coretests/src/android/widget/focus/
H A DListOfButtons.java72 public boolean areAllItemsEnabled() { method in class:ListOfButtons.MyAdapter
/frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
H A DListWithSeparatorsTest.java45 assertFalse(mListView.getAdapter().areAllItemsEnabled());
H A DListItemFocusablesCloseTest.java46 assertTrue(mListView.getAdapter().areAllItemsEnabled());
H A DListWithOffScreenNextSelectableTest.java46 assertFalse(mListView.getAdapter().areAllItemsEnabled());
/frameworks/base/core/java/android/preference/
H A DPreferenceGroupAdapter.java231 public boolean areAllItemsEnabled() { method in class:PreferenceGroupAdapter
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
H A DBaseAdapter.java114 public boolean areAllItemsEnabled() { method in class:BaseAdapter
/frameworks/base/core/tests/coretests/src/android/util/
H A DListScenario.java622 public boolean areAllItemsEnabled() { method in class:ListScenario.MyAdapter
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DGlobalActions.java298 public boolean areAllItemsEnabled() { method in class:GlobalActions.MyAdapter
/frameworks/base/core/java/android/webkit/
H A DWebView.java7432 public boolean areAllItemsEnabled() { method in class:WebView.InvokeListBox.MyArrayListAdapter

Completed in 221 milliseconds