HomeSort by relevance Sort by last modified time
    Searched full:getitem (Results 576 - 600 of 1502) sorted by null

<<21222324252627282930>>

  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
HierarchicalFolderSelectorAdapter.java 57 final FolderRow row = (FolderRow) getItem(position);
MaterialSearchSuggestionsList.java 194 public Object getItem(int i) {
  /packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
ContactsListFragment.java 138 final Cursor cursor = (Cursor) mAdapter.getItem(position);
  /packages/services/Car/car-usb-handler/src/android/car/usb/handler/
UsbHostManagementActivity.java 176 ComponentName handler = getItem(position).getHandler();
  /packages/services/Car/tests/DirectRenderingClusterSample/src/android/car/cluster/sample/
MainClusterActivity.java 134 public Fragment getItem(int position) {
  /packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/setting/
UsbHostManagementActivity.java 191 ComponentName handler = getItem(position).getHandler();
  /packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
LiveWallpaperListAdapter.java 90 public Object getItem(int position) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ctfutb.h 466 virtual HRESULT STDMETHODCALLTYPE GetItem(
539 HRESULT (STDMETHODCALLTYPE *GetItem)(
612 #define ITfLangBarItemMgr_GetItem(This,rguid,ppItem) (This)->lpVtbl->GetItem(This,rguid,ppItem)
639 return This->lpVtbl->GetItem(This,rguid,ppItem);
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
dictobject.h 83 * saves repeated runtime null-tests in the workhorse getitem and
  /prebuilts/gdb/darwin-x86/lib/python2.7/
UserDict.py 89 # a minimum dictionary interface including getitem, setitem, delitem,
  /prebuilts/gdb/linux-x86/include/python2.7/
dictobject.h 83 * saves repeated runtime null-tests in the workhorse getitem and
  /prebuilts/gdb/linux-x86/lib/python2.7/
UserDict.py 89 # a minimum dictionary interface including getitem, setitem, delitem,
  /prebuilts/misc/common/swig/include/2.0.11/std/
_std_deque.i 56 const_reference getitem(int i) throw (std::out_of_range) {
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
dictobject.h 83 * saves repeated runtime null-tests in the workhorse getitem and
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
UserDict.py 89 # a minimum dictionary interface including getitem, setitem, delitem,
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
dictobject.h 83 * saves repeated runtime null-tests in the workhorse getitem and
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
UserDict.py 89 # a minimum dictionary interface including getitem, setitem, delitem,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
AndroidClasspathContainerPage.java 71 final String selectedProjectName = this.mProjectsCombo.getItem(index);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
AddTranslationDialog.java 526 mSelectedLanguage = mLanguageCombo.getItem(languageIndex).substring(0, 2);
537 mSelectedRegion = mRegionCombo.getItem(regionIndex).substring(0, 2);
564 Object next = mTable.getItem(index).getData();
601 Object next = mTable.getItem(index + 1).getData();
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
GLFunctionTraceViewer.java 588 TreeItem item = tree.getItem(selectedCallIndex);
    [all...]
  /tools/loganalysis/src/com/android/loganalysis/parser/
BatteryStatsSummaryInfoParser.java 178 BatteryStatsSummaryInfoItem getItem() {
  /frameworks/base/core/java/android/widget/
ActionMenuPresenter.java 500 View anchor = findViewForItem(topSubMenu.getItem());
509 mOpenSubMenuId = subMenu.getItem().getItemId();
514 MenuItem childItem = subMenu.getItem(i);
    [all...]
  /frameworks/support/media/src/main/java/android/support/v4/media/
MediaBrowserCompat.java 387 public void getItem(final @NonNull String mediaId, @NonNull final ItemCallback cb) {
388 mImpl.getItem(mediaId, cb);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
edk2module.c     [all...]
  /packages/apps/Dialer/java/com/android/dialer/app/calllog/
CallLogAdapter.java 333 "getitem count %d is equal to items select count %d, check select all box",
806 Cursor c = (Cursor) getItem(position);
    [all...]

Completed in 1235 milliseconds

<<21222324252627282930>>