Searched refs:hasStableIds (Results 1 - 16 of 16) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DAdapter.java80 boolean hasStableIds(); method in interface:Adapter
H A DBaseAdapter.java33 public boolean hasStableIds() { method in class:BaseAdapter
H A DExpandableListAdapter.java103 * @see Adapter#hasStableIds()
105 boolean hasStableIds(); method in interface:ExpandableListAdapter
186 * ID and its group's ID. Furthermore, if {@link #hasStableIds()} is true, the
201 * ID. Furthermore, if {@link #hasStableIds()} is true, the returned ID must be
H A DHeaderViewListAdapter.java200 public boolean hasStableIds() { method in class:HeaderViewListAdapter
202 return mAdapter.hasStableIds();
H A DSpinner.java333 public boolean hasStableIds() { method in class:Spinner.DropDownAdapter
334 return mAdapter != null && mAdapter.hasStableIds();
H A DCursorAdapter.java166 public boolean hasStableIds() { method in class:CursorAdapter
H A DSimpleExpandableListAdapter.java297 public boolean hasStableIds() { method in class:SimpleExpandableListAdapter
H A DAdapterView.java782 if (AdapterView.this.getAdapter().hasStableIds() && mInstanceState != null
797 if (AdapterView.this.getAdapter().hasStableIds()) {
H A DExpandableListConnector.java501 public boolean hasStableIds() { method in class:ExpandableListConnector
502 return mExpandableListAdapter.hasStableIds();
H A DCursorTreeAdapter.java283 public boolean hasStableIds() { method in class:CursorTreeAdapter
H A DListView.java459 mAdapter.hasStableIds() &&
3342 if (mCheckedIdStates == null && mAdapter != null && mAdapter.hasStableIds()) {
3358 if (mCheckedIdStates != null && mAdapter.hasStableIds()) {
3370 if (mCheckedIdStates != null && mAdapter.hasStableIds()) {
3402 if (mCheckedIdStates != null && mAdapter.hasStableIds()) {
3410 boolean updateIds = mCheckedIdStates != null && mAdapter.hasStableIds();
3500 if (mAdapter != null && mAdapter.hasStableIds()) {
3536 * has stable IDs. ({@link ListAdapter#hasStableIds()} == {@code true})
/frameworks/base/core/tests/coretests/src/android/widget/expandablelistview/
H A DInflatedExpandableListView.java109 public boolean hasStableIds() { method in class:InflatedExpandableListView.MyExpandableListAdapter
/frameworks/base/core/java/android/preference/
H A DPreferenceGroupAdapter.java247 public boolean hasStableIds() { method in class:PreferenceGroupAdapter
/frameworks/base/core/tests/coretests/src/android/util/
H A DExpandableListScenario.java344 public boolean hasStableIds() { method in class:ExpandableListScenario.MyAdapter
/frameworks/base/core/java/android/app/
H A DSuggestionsAdapter.java146 public boolean hasStableIds() { method in class:SuggestionsAdapter
/frameworks/base/core/java/android/webkit/
H A DWebView.java6920 public boolean hasStableIds() { method in class:WebView.InvokeListBox.MyArrayListAdapter

Completed in 140 milliseconds