Home
last modified time | relevance | path

Searched refs:getCursor (Results 1 – 25 of 37) 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/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/services/Car/car-support-lib/src/android/support/car/ui/
DCursorFilter.java36 Cursor getCursor(); in getCursor() method
66 Cursor oldCursor = mClient.getCursor(); in publishResults()
DCursorRecyclerViewAdapter.java45 public Cursor getCursor() { in getCursor() method in CursorRecyclerViewAdapter
/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/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/apps/Contacts/src/com/android/contacts/list/
DMultiSelectContactsListFragment.java227 final Cursor cursor = adapter.getCursor(i); in createSearchState()
247 final Cursor cursor = adapter.getCursor(searchState.selectedPartition); in createSearchState()
DHeaderEntryContactListAdapter.java65 itemView = newView(getContext(), 0, getCursor(0), 0, parent); in getView()
/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/ContactsCommon/src/com/android/contacts/common/list/
DContactListAdapter.java305 cursor = getCursor(partitionIndex); in getSelectedContactPosition()
352 Cursor cursor = getCursor(i); in getFirstContactUri()
DPinnedHeaderListAdapter.java85 bindHeaderView(view, partition, getCursor(partition)); in getPinnedHeaderView()
/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()
DRomkanFullKatakana.java167 int cursor = text.getCursor(1); in convert()
DRomkan.java163 int cursor = text.getCursor(1); in convert()
/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
DMessageStateChange.java115 final Cursor c = getCursor(cr, CONTENT_URI, ProjectionChangeQuery.PROJECTION, accountId); in getChanges()
DMessageMove.java121 final Cursor c = getCursor(cr, CONTENT_URI, ProjectionMoveQuery.PROJECTION, accountId); in getMoves()
/packages/apps/Music/src/com/android/music/
DQueryBrowserActivity.java174 mQueryCursor = mAdapter.getCursor(); in onServiceConnected()
473 return getCursor(); in runQueryOnBackgroundThread()
DPlaylistBrowserActivity.java162 mPlaylistCursor = mAdapter.getCursor(); in onCreate()
634 return getCursor(); in runQueryOnBackgroundThread()
DAlbumBrowserActivity.java132 mAlbumCursor = mAdapter.getCursor(); in onCreate()
649 return getCursor(); in runQueryOnBackgroundThread()
/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/apps/Messaging/src/com/android/messaging/ui/
DCursorRecyclerAdapter.java147 public Cursor getCursor() { in getCursor() method in CursorRecyclerAdapter
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastListActivity.java198 Cursor cursor = mAdapter.getCursor(); in onContextItemSelected()
/packages/providers/MediaProvider/src/com/android/providers/media/
DRingtonePickerActivity.java164 mCursor = mRingtoneManager.getCursor(); in onCreate()

12