Home
last modified time | relevance | path

Searched refs:getCursor (Results 1 – 25 of 38) 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/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/apps/Browser/src/com/android/browser/
DBrowserHistoryPage.java555 Cursor cursor = getCursor(groupPosition); in getChildId()
591 Cursor getCursor(int groupPosition) { in getCursor() method in BrowserHistoryPage.HistoryAdapter
653 Cursor cursor = getCursor(groupPosition); in getChildView()
/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()
DConversationListFragment.java1124 if (newCursor == null && mListAdapter.getCursor() != null) { in onCursorUpdated()
1220 mListAdapter.getCursor() == null) { in saveLastScrolledPosition()
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DContactListAdapter.java286 cursor = getCursor(partitionIndex); in getSelectedContactPosition()
333 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()
/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()
DArtistAlbumBrowserActivity.java131 mArtistCursor = mAdapter.getCursor(); in onCreate()
839 return getCursor(); in runQueryOnBackgroundThread()
/packages/apps/DeskClock/src/com/android/deskclock/
DAlarmClockFragment.java633 if (!getCursor().moveToPosition(position)) { in getView()
641 v = newView(mContext, getCursor(), parent); in getView()
645 bindView(v, mContext, getCursor()); in getView()
/packages/apps/Contacts/src/com/android/contacts/list/
DHeaderEntryContactListAdapter.java65 itemView = newView(getContext(), 0, getCursor(0), 0, parent); in getView()
/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/Messaging/src/com/android/messaging/ui/
DCursorRecyclerAdapter.java147 public Cursor getCursor() { in getCursor() method in CursorRecyclerAdapter
/packages/apps/Dialer/src/com/android/dialer/calllog/
DGroupingListAdapter.java164 public Cursor getCursor() { in getCursor() method in GroupingListAdapter
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastListActivity.java197 Cursor cursor = mAdapter.getCursor(); in onContextItemSelected()

12