Searched refs:moveToPosition (Results 1 - 25 of 136) sorted by relevance

123456

/packages/apps/UnifiedEmail/src/com/android/mail/content/
H A DThreadSafeCursorWrapper.java131 final boolean result = super.moveToPosition(pos);
143 return moveToPosition(curPos + offset);
148 return moveToPosition(0);
153 return moveToPosition(getCount() - 1);
159 return moveToPosition(curPos + 1);
163 public boolean moveToPosition(int position) { method in class:ThreadSafeCursorWrapper
191 return moveToPosition(curPos - 1);
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/data/
H A DConversationMessageDataTest.java52 testCursor.moveToPosition(1);
63 testCursor.moveToPosition(2);
79 testCursor.moveToPosition(0);
84 testCursor.moveToPosition(1);
89 testCursor.moveToPosition(2);
93 testCursor.moveToPosition(3);
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DMessageCursor.java83 while (moveToPosition(++pos)) {
94 while (moveToPosition(++pos)) {
103 while (moveToPosition(++pos)) {
114 while (moveToPosition(++pos)) {
141 while (moveToPosition(++pos) && pos < stopAt) {
174 while (moveToPosition(++pos)) {
/packages/apps/Dialer/java/com/android/dialer/searchfragment/cp2/
H A DSearchContactCursor.java109 cursor.moveToPosition(-1);
185 public boolean moveToPosition(int position) { method in class:SearchContactCursor
188 && cursor.moveToPosition(queryFilteredPositions.get(currentPosition));
194 return moveToPosition(currentPosition);
219 return moveToPosition(0);
224 return moveToPosition(getCount() - 1);
229 return moveToPosition(++currentPosition);
234 return moveToPosition(--currentPosition);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DPhoneLookupWithStarPrefix.java63 cursor.moveToPosition(-1);
74 cursor.moveToPosition(-1);
123 cursor.moveToPosition(-1);
H A DReorderingCursorWrapper.java53 return mCursor.moveToPosition(mPositionMap[newPosition]);
/packages/apps/Dialer/java/com/android/dialer/calllog/ui/
H A DNewCallLogAdapter.java44 cursor.moveToPosition(position);
/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DFrequentContactsCursorBuilder.java93 mFrequentContactsCursor.moveToPosition(-1);
99 mFrequentContactsCursor.moveToPosition(oldPosition);
108 mAllContactsCursor.moveToPosition(-1);
132 mAllContactsCursor.moveToPosition(oldPosition);
/packages/apps/Contacts/src/com/android/contacts/list/
H A DGroupMemberPickerFragment.java96 super.moveToPosition(i);
120 return moveToPosition(mPos + offset);
125 return moveToPosition(mPos + 1);
130 return moveToPosition(mPos - 1);
135 return moveToPosition(0);
140 return moveToPosition(mCount - 1);
144 public boolean moveToPosition(int position) { method in class:GroupMemberPickerFragment.FilterCursorWrapper
153 return super.moveToPosition(mPos);
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DCursorPhotoSource.java46 current.cursor.moveToPosition(current.position);
64 current.cursor.moveToPosition(current.position);
/packages/apps/Dialer/java/com/android/dialer/searchfragment/list/
H A DSearchCursorManager.java206 contactsCursor.moveToPosition(position);
218 nearbyPlacesCursor.moveToPosition(position);
230 corpDirectoryCursor.moveToPosition(position);
/packages/apps/Messaging/src/com/android/messaging/ui/
H A DCursorRecyclerAdapter.java165 mCursor.moveToPosition(position);
178 if (mCursor.moveToPosition(position)) {
198 if (!mCursor.moveToPosition(position)) {
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DConversationPositionTracker.java59 cursor.moveToPosition(position);
190 cursor.moveToPosition(foundPosition + 1);
211 cursor.moveToPosition(newPosition);
/packages/apps/DocumentsUI/src/com/android/documentsui/base/
H A DFilteringCursorWrapper.java54 cursor.moveToPosition(-1);
87 return mCursor.moveToPosition(mPosition[newPosition]);
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/
H A DFrequentContactsCursorBuilderTest.java34 expected.moveToPosition(i);
35 actual.moveToPosition(i);
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactDirectoryManagerTest.java89 mResponse.moveToPosition(-1);
193 assertTrue(cursor.moveToPosition(0));
198 assertTrue(cursor.moveToPosition(1));
203 assertTrue(cursor.moveToPosition(2));
208 assertTrue(cursor.moveToPosition(3));
214 assertTrue(cursor.moveToPosition(4));
292 cursor.moveToPosition(2);
343 cursor.moveToPosition(2);
392 cursor.moveToPosition(2);
459 cursor.moveToPosition(
[all...]
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/sorting/
H A DSortingCursorWrapperTest.java143 cursor.moveToPosition(i);
167 cursor.moveToPosition(i);
190 cursor.moveToPosition(i);
213 cursor.moveToPosition(i);
252 cursor.moveToPosition(i);
304 cursor.moveToPosition(i);
415 cursor.moveToPosition(i);
447 cursor.moveToPosition(i);
/packages/apps/Gallery/src/com/android/camera/gallery/
H A DBaseImageList.java124 result = cursor.moveToPosition(i)
200 cursor.moveToPosition(-1); // before first
/packages/apps/Messaging/tests/src/com/android/messaging/ui/contact/
H A DContactListItemViewTest.java81 cursor.moveToPosition(row);
92 cursor.moveToPosition(row);
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
H A DGroupingListAdapter.java142 if (mCursor.moveToPosition(cursorPosition)) {
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DCursorBackedSuggestionExtras.java95 mCursor.moveToPosition(mCursorPosition);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/database/
H A DMoreDatabaseUtils.java96 c.moveToPosition(-1);
/packages/services/Telephony/src/com/android/phone/settings/fdn/
H A DFdnList.java221 if (mCursor.moveToPosition(position)) {
237 if (mCursor.moveToPosition(position)) {
253 if (mCursor.moveToPosition(position)) {
/packages/apps/Email/provider_src/com/android/email/provider/
H A DContentCache.java335 public boolean moveToPosition(int pos) { method in class:ContentCache.CachedCursor
345 return moveToPosition(0);
350 return moveToPosition(mPosition + 1);
355 return moveToPosition(mPosition - 1);
365 return moveToPosition(mPosition + offset);
370 return moveToPosition(getCount() - 1);
479 c.moveToPosition(0);
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppTransferHistory.java180 mTransferCursor.moveToPosition(mContextMenuPosition);
210 mTransferCursor.moveToPosition(info.position);
286 mTransferCursor.moveToPosition(position);

Completed in 4074 milliseconds

123456