Home
last modified time | relevance | path

Searched refs:getCursor (Results 1 – 25 of 40) sorted by relevance

12

/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DConversationPagerAdapter.java180 private ConversationCursor getCursor() { in getCursor() method in ConversationPagerAdapter
201 final ConversationCursor cursor = getCursor(); in getItem()
251 final Cursor cursor = getCursor(); in getCount()
260 final Cursor cursor = getCursor(); in getCount()
373 sb.append(getCursor()); in toString()
399 final ConversationCursor cursor = getCursor(); in notifyDataSetChanged()
460 final ConversationCursor cursor = getCursor(); in getConversationPosition()
554 final ConversationCursor cursor = getCursor(); in onPageSelected()
/packages/apps/Dialer/java/com/android/dialer/callcomposer/
DGalleryGridAdapter.java61 if (position != 0 && !getCursor().moveToPosition(position - 1)) { in getView()
66 view = newView(context, getCursor(), parent); in getView()
70 bindView(view, context, getCursor(), position); in getView()
115 Cursor extendedCursor = new MergeCursor(new Cursor[] {extraRow, getCursor()}); in insertEntries()
125 Cursor extendedCursor = new MergeCursor(new Cursor[] {extraRow, getCursor()}); in insertEntry()
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DOpenWnnJAJP.java1003 int cursor = mComposingText.getCursor(ComposingText.LAYER1); in onEvent()
1019 int cursor = mComposingText.getCursor(ComposingText.LAYER1); in onEvent()
1294 && mComposingText.getCursor(ComposingText.LAYER1) != 0) { in processKeyEvent()
1367 int cursor = mComposingText.getCursor(ComposingText.LAYER1); in processKeyEvent()
1598 int cursor = mComposingText.getCursor(ComposingText.LAYER1); in updatePrediction()
1633 if (1 < mComposingText.getCursor(ComposingText.LAYER1)) { in processLeftKeyEvent()
1664 if (composingText.getCursor(ComposingText.LAYER1) == textSize) { in processRightKeyEvent()
1677 if (composingText.getCursor(ComposingText.LAYER1) in processRightKeyEvent()
1793 int cursor = mComposingText.getCursor(layer); in updateViewStatus()
1911 int cursor = mComposingText.getCursor(layer); in commitText()
[all …]
/packages/apps/Gallery/src/com/android/camera/gallery/
DBaseImageList.java96 Cursor cursor = getCursor(); in getCount()
107 private Cursor getCursor() { in getCursor() method in BaseImageList
121 Cursor cursor = getCursor(); in getImageAt()
197 Cursor cursor = getCursor(); in getImageForUri()
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DSearchActivity.java378 SuggestionCursor suggestions = pos.getCursor(); in getCurrentSuggestions()
414 getLogger().logSuggestionClick(id, suggestion.getCursor(), in launchSuggestion()
418 launchSuggestion(suggestion.getCursor(), suggestion.getPosition()); in launchSuggestion()
441 getLogger().logSuggestionClick(id, suggestion.getCursor(), in refineSuggestion()
DSuggestionPosition.java39 public SuggestionCursor getCursor() { in getCursor() method in SuggestionPosition
/packages/services/Car/car-support-lib/src/android/support/car/ui/
DCursorFilter.java37 Cursor getCursor(); in getCursor() method
67 Cursor oldCursor = mClient.getCursor(); in publishResults()
DCursorRecyclerViewAdapter.java46 public Cursor getCursor() { in getCursor() method in CursorRecyclerViewAdapter
/packages/apps/UnifiedEmail/src/com/android/mail/preferences/
DFolderPreferences.java155 final Cursor cursor = ringtoneManager.getCursor(); in getRingtoneTitle()
181 final Cursor cursor = ringtoneManager.getCursor(); in getRingtoneUri()
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DFolderListFragment.java851 ObjectCursor<Folder> getCursor(); in getCursor() method
1173 public ObjectCursor<Folder> getCursor() { in getCursor() method in FolderListFragment.FolderAdapter
1278 public ObjectCursor<Folder> getCursor() { in getCursor() method in FolderListFragment.HierarchicalFolderListAdapter
1376 return (mFolderAdapter != null) ? mFolderAdapter.getCursor() : null; in getFoldersCursor()
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
DOpenWnnEngineJAJP.java419 int cursor = text.getCursor(ComposingText.LAYER1); in convert()
462 text.getCursor(ComposingText.LAYER2)); in convert()
/packages/apps/Contacts/src/com/android/contacts/list/
DContactListAdapter.java309 cursor = getCursor(partitionIndex); in getSelectedContactPosition()
356 Cursor cursor = getCursor(i); in getFirstContactUri()
DMultiSelectContactsListFragment.java236 final Cursor cursor = adapter.getCursor(i); in createSearchState()
256 final Cursor cursor = adapter.getCursor(searchState.selectedPartition); in createSearchState()
DHeaderEntryContactListAdapter.java63 itemView = newView(getContext(), 0, getCursor(0), 0, parent); in getView()
DPinnedHeaderListAdapter.java85 bindHeaderView(view, partition, getCursor(partition)); in getPinnedHeaderView()
/packages/apps/Music/src/com/android/music/
DQueryBrowserActivity.java165 mQueryCursor = mAdapter.getCursor(); in onServiceConnected()
451 return getCursor(); in runQueryOnBackgroundThread()
DPlaylistBrowserActivity.java153 mPlaylistCursor = mAdapter.getCursor(); in onCreate()
619 return getCursor(); in runQueryOnBackgroundThread()
DAlbumBrowserActivity.java123 mAlbumCursor = mAdapter.getCursor(); in onCreate()
633 return getCursor(); in runQueryOnBackgroundThread()
/packages/apps/DeskClock/src/com/android/deskclock/ringtone/
DRingtoneLoader.java73 systemRingtoneCursor = ringtoneManager.getCursor(); in loadInBackground()
/packages/apps/Dialer/java/com/android/contacts/common/list/
DPinnedHeaderListAdapter.java76 bindHeaderView(view, partition, getCursor(partition)); in getPinnedHeaderView()
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
DMessageChangeLogTable.java197 protected static Cursor getCursor(final ContentResolver cr, final Uri uri, in getCursor() method in MessageChangeLogTable
DMessageMove.java121 final Cursor c = getCursor(cr, CONTENT_URI, ProjectionMoveQuery.PROJECTION, accountId); in getMoves()
DMessageStateChange.java115 final Cursor c = getCursor(cr, CONTENT_URI, ProjectionChangeQuery.PROJECTION, accountId); in getChanges()
/packages/apps/Messaging/src/com/android/messaging/ui/
DCursorRecyclerAdapter.java147 public Cursor getCursor() { in getCursor() method in CursorRecyclerAdapter
/packages/apps/DeskClock/src/com/android/deskclock/data/
DRingtoneModel.java151 try (Cursor cursor = ringtoneManager.getCursor()) { in loadRingtoneTitles()

12