/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
D | ConversationPagerAdapter.java | 180 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/ |
D | BaseImageList.java | 96 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/ |
D | CursorFilter.java | 36 Cursor getCursor(); in getCursor() method 66 Cursor oldCursor = mClient.getCursor(); in publishResults()
|
D | CursorRecyclerViewAdapter.java | 45 public Cursor getCursor() { in getCursor() method in CursorRecyclerViewAdapter
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
D | OpenWnnJAJP.java | 1003 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/ |
D | SearchActivity.java | 378 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()
|
D | SuggestionPosition.java | 39 public SuggestionCursor getCursor() { in getCursor() method in SuggestionPosition
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
D | MultiSelectContactsListFragment.java | 227 final Cursor cursor = adapter.getCursor(i); in createSearchState() 247 final Cursor cursor = adapter.getCursor(searchState.selectedPartition); in createSearchState()
|
D | HeaderEntryContactListAdapter.java | 65 itemView = newView(getContext(), 0, getCursor(0), 0, parent); in getView()
|
/packages/apps/UnifiedEmail/src/com/android/mail/preferences/ |
D | FolderPreferences.java | 155 final Cursor cursor = ringtoneManager.getCursor(); in getRingtoneTitle() 181 final Cursor cursor = ringtoneManager.getCursor(); in getRingtoneUri()
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/ |
D | ContactListAdapter.java | 305 cursor = getCursor(partitionIndex); in getSelectedContactPosition() 352 Cursor cursor = getCursor(i); in getFirstContactUri()
|
D | PinnedHeaderListAdapter.java | 85 bindHeaderView(view, partition, getCursor(partition)); in getPinnedHeaderView()
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/ |
D | OpenWnnEngineJAJP.java | 419 int cursor = text.getCursor(ComposingText.LAYER1); in convert() 462 text.getCursor(ComposingText.LAYER2)); in convert()
|
D | RomkanFullKatakana.java | 167 int cursor = text.getCursor(1); in convert()
|
D | Romkan.java | 163 int cursor = text.getCursor(1); in convert()
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/ |
D | MessageChangeLogTable.java | 197 protected static Cursor getCursor(final ContentResolver cr, final Uri uri, in getCursor() method in MessageChangeLogTable
|
D | MessageStateChange.java | 115 final Cursor c = getCursor(cr, CONTENT_URI, ProjectionChangeQuery.PROJECTION, accountId); in getChanges()
|
D | MessageMove.java | 121 final Cursor c = getCursor(cr, CONTENT_URI, ProjectionMoveQuery.PROJECTION, accountId); in getMoves()
|
/packages/apps/Music/src/com/android/music/ |
D | QueryBrowserActivity.java | 174 mQueryCursor = mAdapter.getCursor(); in onServiceConnected() 473 return getCursor(); in runQueryOnBackgroundThread()
|
D | PlaylistBrowserActivity.java | 162 mPlaylistCursor = mAdapter.getCursor(); in onCreate() 634 return getCursor(); in runQueryOnBackgroundThread()
|
D | AlbumBrowserActivity.java | 132 mAlbumCursor = mAdapter.getCursor(); in onCreate() 649 return getCursor(); in runQueryOnBackgroundThread()
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
D | FolderListFragment.java | 851 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/ |
D | CursorRecyclerAdapter.java | 147 public Cursor getCursor() { in getCursor() method in CursorRecyclerAdapter
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
D | CellBroadcastListActivity.java | 198 Cursor cursor = mAdapter.getCursor(); in onContextItemSelected()
|
/packages/providers/MediaProvider/src/com/android/providers/media/ |
D | RingtonePickerActivity.java | 164 mCursor = mRingtoneManager.getCursor(); in onCreate()
|