HomeSort by relevance Sort by last modified time
    Searched refs:itemPath (Results 1 - 9 of 9) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/data/
SnailSource.java 44 String itemPath = "/snail/item/" + mMatcher.getVar(0);
46 (SnailItem) dataManager.getMediaObject(itemPath);
LocalAlbum.java 170 Path itemPath;
174 itemPath = LocalImage.ITEM_PATH;
178 itemPath = LocalVideo.ITEM_PATH;
208 Path childPath = itemPath.getChild(id);
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
Gallery.java 205 Path itemPath = dm.findPathByUri(uri, contentType);
206 Path albumPath = dm.getDefaultSetOf(itemPath);
208 data.putString(PhotoPage.KEY_MEDIA_ITEM_PATH, itemPath.toString());
SlideshowPage.java 212 String itemPath = data.getString(KEY_ITEM_PATH);
213 Path path = itemPath != null ? Path.fromString(itemPath) : null;
PhotoPage.java 413 Path itemPath = itemPathString != null ?
460 itemPath = screenNailItemPath;
482 if (itemPath == null) {
486 itemPath = mMediaSet.getMediaItem(mCurrentIndex, 1)
494 mActivity, mPhotoView, mMediaSet, itemPath, mCurrentIndex,
558 mActivity.getDataManager().getMediaObject(itemPath);
    [all...]
PhotoDataAdapter.java 174 MediaSet mediaSet, Path itemPath, int indexHint, int cameraIndex,
178 mItemPath = Utils.checkNotNull(itemPath);
    [all...]
  /external/icu4c/common/
udata.cpp 427 CharString itemPath; /* path passed in with item name */
475 itemPath.append(item, (int32_t)(basename-item), *pErrorCode);
476 nextPath = itemPath.data();
494 fprintf(stderr, "%p: init %s -> [path=%s], [base=%s], [suff=%s], [itempath=%s], [nextpath=%s], [checklast4=%s]\n",
500 itemPath.data(),
530 if(nextPath == itemPath.data()) { /* we were processing item's path. */
    [all...]
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPMetaImpl.java 201 String itemPath = XMPPathFactory.composeArrayItemPath(arrayName, itemIndex);
202 deleteProperty(schemaNS, itemPath);
374 String itemPath = XMPPathFactory.composeArrayItemPath(arrayName, itemIndex);
375 return getProperty(schemaNS, itemPath);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 

Completed in 393 milliseconds