Home
last modified time | relevance | path

Searched refs:changeCursor (Results 1 – 13 of 13) sorted by relevance

/frameworks/ex/common/tests/src/com/android/common/widget/
DCompositeCursorAdapterTest.java85 adapter.changeCursor(0, makeCursor("a", 2)); in testGetCountNoEmptySections()
86 adapter.changeCursor(1, makeCursor("b", 3)); in testGetCountNoEmptySections()
96 adapter.changeCursor(0, makeCursor("a", 1)); in testGetViewNoEmptySections()
97 adapter.changeCursor(1, makeCursor("b", 2)); in testGetViewNoEmptySections()
111 adapter.changeCursor(0, makeCursor("a", 2)); in testGetCountWithHeadersAndNoEmptySections()
112 adapter.changeCursor(1, makeCursor("b", 3)); in testGetCountWithHeadersAndNoEmptySections()
122 adapter.changeCursor(0, makeCursor("a", 1)); in testGetViewWithHeadersNoEmptySections()
123 adapter.changeCursor(1, makeCursor("b", 2)); in testGetViewWithHeadersNoEmptySections()
137 adapter.changeCursor(1, makeCursor("a", 2)); in testGetCountWithHiddenEmptySection()
147 adapter.changeCursor(0, makeCursor("a", 1)); in testGetPartitionForPosition()
[all …]
DGroupingListAdapterTests.java118 mAdapter.changeCursor(mCursor); in testGroupingWithoutGroups()
128 mAdapter.changeCursor(mCursor); in testGroupingWithCollapsedGroupAtTheBeginning()
137 mAdapter.changeCursor(mCursor); in testGroupingWithExpandedGroupAtTheBeginning()
149 mAdapter.changeCursor(mCursor); in testGroupingWithExpandCollapseCycleAtTheBeginning()
160 mAdapter.changeCursor(mCursor); in testGroupingWithCollapsedGroupInTheMiddle()
170 mAdapter.changeCursor(mCursor); in testGroupingWithExpandedGroupInTheMiddle()
184 mAdapter.changeCursor(mCursor); in testGroupingWithCollapsedGroupAtTheEnd()
194 mAdapter.changeCursor(mCursor); in testGroupingWithExpandedGroupAtTheEnd()
208 mAdapter.changeCursor(mCursor); in testGroupingWithMultipleCollapsedGroups()
221 mAdapter.changeCursor(mCursor); in testGroupingWithMultipleExpandedGroups()
[all …]
/frameworks/base/core/java/android/widget/
DCursorFilter.java35 void changeCursor(Cursor cursor); in changeCursor() method
67 mClient.changeCursor((Cursor) results.values); in publishResults()
DCursorTreeAdapter.java140 mGroupCursorHelper.changeCursor(cursor, false); in setGroupCursor()
164 childrenCursorHelper.changeCursor(childrenCursor, false); in setChildrenCursor()
382 public void changeCursor(Cursor cursor) { in changeCursor() method in CursorTreeAdapter
383 mGroupCursorHelper.changeCursor(cursor, true); in changeCursor()
453 void changeCursor(Cursor cursor, boolean releaseCursors) { in changeCursor() method in CursorTreeAdapter.MyCursorHelper
DSuggestionsAdapter.java211 changeCursor(null); in close()
255 public void changeCursor(Cursor c) { in changeCursor() method in SuggestionsAdapter
265 super.changeCursor(c); in changeCursor()
DSimpleCursorAdapter.java371 super.changeCursor(c); in changeCursorAndColumns()
DCursorAdapter.java355 public void changeCursor(Cursor cursor) { in changeCursor() method in CursorAdapter
DSearchView.java192 mSuggestionsAdapter.changeCursor(null);
1243 mSuggestionsAdapter.changeCursor(null); in updateSearchAutoComplete()
/frameworks/base/core/tests/coretests/src/android/widget/
DSimpleCursorAdapterTest.java123 ca.changeCursor(c2); in testChangeCursorLive()
140 ca.changeCursor(null); in testChangeCursorNull()
164 ca.changeCursor(c2); in testChangeCursorColumns()
/frameworks/ex/common/java/com/android/common/contacts/
DBaseEmailAddressAdapter.java432 changeCursor(0, defaultPartitionCursor); in onDirectoryLoadFinished()
449 changeCursor(i, null); in onDirectoryLoadFinished()
453 changeCursor(i, null); in onDirectoryLoadFinished()
486 changeCursor(partitionIndex, createLoadingCursor()); in showSearchPendingIfNotComplete()
511 changeCursor(partitionIndex, removeDuplicatesAndTruncate(partitionIndex, cursor)); in onPartitionLoadFinished()
/frameworks/ex/common/java/com/android/common/widget/
DGroupingListAdapter.java152 public void changeCursor(Cursor cursor) { in changeCursor() method in GroupingListAdapter
DCompositeCursorAdapter.java216 public void changeCursor(int partition, Cursor cursor) { in changeCursor() method in CompositeCursorAdapter
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...