Home
last modified time | relevance | path

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

12

/packages/apps/Camera/src/com/android/camera/gallery/
DBaseImageList.java92 Cursor cursor = getCursor(); in getCount()
103 private Cursor getCursor() { in getCursor() method in BaseImageList
117 Cursor cursor = getCursor(); in getImageAt()
/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/Tag/src/com/android/apps/tag/
DMyTagList.java344 if (mAdapter.getCursor() == null || mAdapter.getCursor().isClosed()) { in onClick()
349 if (mAdapter.getCursor().getCount() == 0) { in onClick()
372 Cursor cursor = mAdapter.getCursor(); in onCreateContextMenu()
402 Cursor cursor = mAdapter.getCursor(); in onContextItemSelected()
469 mAdapter.getCursor()); in onCreateDialog()
510 Cursor cursor = mAdapter.getCursor(); in selectActiveTag()
552 Cursor cursor = mAdapter.getCursor(); in selectTagBeingSaved()
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastListActivity.java73 mAdapterCursor = CellBroadcastDatabase.getCursor(mBroadcastDb); in onCreate()
149 Cursor cursor = mListAdapter.getCursor(); in onListItemClick()
166 Cursor cursor = mListAdapter.getCursor(); in onContextItemSelected()
DCellBroadcastDatabase.java146 static Cursor getCursor(SQLiteDatabase db) { in getCursor() method in CellBroadcastDatabase
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DOpenWnnJAJP.java789 int cursor = mComposingText.getCursor(ComposingText.LAYER1); in onEvent()
805 int cursor = mComposingText.getCursor(ComposingText.LAYER1); in onEvent()
1055 && mComposingText.getCursor(ComposingText.LAYER1) != 0) { in processKeyEvent()
1108 int cursor = mComposingText.getCursor(ComposingText.LAYER1); in processKeyEvent()
1290 int cursor = mComposingText.getCursor(ComposingText.LAYER1); in updatePrediction()
1320 if (1 < mComposingText.getCursor(ComposingText.LAYER1)) { in processLeftKeyEvent()
1346 if (composingText.getCursor(ComposingText.LAYER1) == textSize) { in processRightKeyEvent()
1359 if (composingText.getCursor(ComposingText.LAYER1) in processRightKeyEvent()
1458 int cursor = mComposingText.getCursor(layer); in updateViewStatus()
1576 int cursor = mComposingText.getCursor(layer); in commitText()
[all …]
DComposingText.java556 public int getCursor(int layer) { in getCursor() method in ComposingText
DOpenWnnEN.java816 int cursor = mComposingText.getCursor(layer); in updateComposingText()
/packages/apps/Launcher2/src/com/android/launcher2/
DLiveFolderAdapter.java56 mLauncher.startManagingCursor(getCursor()); in LiveFolderAdapter()
190 final Cursor cursor = getCursor(); in cleanup()
/packages/apps/Mms/tests/src/com/android/mms/ui/
DMultiPartSmsTests.java152 Cursor cursor = a.mMsgListAdapter.getCursor(); in testLongSmsMessage()
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
DOpenWnnEngineJAJP.java416 int cursor = text.getCursor(ComposingText.LAYER1); in convert()
459 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/Music/src/com/android/music/
DQueryBrowserActivity.java174 mQueryCursor = mAdapter.getCursor(); in onServiceConnected()
471 return getCursor(); in runQueryOnBackgroundThread()
DPlaylistBrowserActivity.java153 mPlaylistCursor = mAdapter.getCursor(); in onCreate()
625 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()
DMusicPicker.java350 Cursor cursor = getCursor(); in getPositionForSection()
/packages/apps/Mms/src/com/android/mms/ui/
DConversationList.java381 Cursor cursor = mListAdapter.getCursor();
410 Cursor cursor = mListAdapter.getCursor(); in onContextItemSelected()
DMessageListAdapter.java246 if (getCursor() != null && !getCursor().isClosed()) { in onContentChanged()
DManageSimMessages.java265 Cursor cursor = (Cursor) mListAdapter.getCursor(); in deleteAllFromSim()
DComposeMessageActivity.java387 createFromCursorIfNotInCache ? mMsgListAdapter.getCursor() : null); in getMessageItem()
392 Cursor cursor = mMsgListAdapter.getCursor(); in isCursorValid()
872 Cursor cursor = mMsgListAdapter.getCursor();
1083 Cursor cursor = mMsgListAdapter.getCursor(); in onMenuItemClick()
2302 Cursor cursor = mMsgListAdapter.getCursor(); in onPrepareOptionsMenu()
/packages/apps/Email/src/com/android/exchange/provider/
DGalEmailAddressAdapter.java206 Cursor c = this.getCursor(); in getSeparatorPosition()
/packages/apps/Contacts/src/com/android/contacts/
DGroupingListAdapter.java180 public Cursor getCursor() { in getCursor() method in GroupingListAdapter
/packages/apps/Email/src/com/android/email/activity/
DMessageList.java775 Cursor c = mListAdapter.getCursor(); in toggleMultiple()
817 Cursor c = mListAdapter.getCursor(); in testMultiple()
842 || (mListAdapter.getCursor() == null) // Check if messages info is loaded in autoRefreshStaleMailbox()
1644 final Cursor cursor = getCursor(); in onContentChanged()

12