HomeSort by relevance Sort by last modified time
    Searched defs: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 173 Path itemPath;
177 itemPath = LocalImage.ITEM_PATH;
181 itemPath = LocalVideo.ITEM_PATH;
211 Path childPath = itemPath.getChild(id);
  /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...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
GalleryActivity.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 211 String itemPath = data.getString(KEY_ITEM_PATH);
212 Path path = itemPath != null ? Path.fromString(itemPath) : null;
PhotoPage.java 388 Path itemPath = itemPathString != null ?
435 itemPath = screenNailItemPath;
457 if (itemPath == null) {
461 itemPath = mMediaSet.getMediaItem(mCurrentIndex, 1)
469 mActivity, mPhotoView, mMediaSet, itemPath, mCurrentIndex,
537 mActivity.getDataManager().getMediaObject(itemPath);
    [all...]
  /external/chromium_org/third_party/icu/source/common/
udata.cpp 403 CharString itemPath; /* path passed in with item name */
451 itemPath.append(item, (int32_t)(basename-item), *pErrorCode);
452 nextPath = itemPath.data();
470 fprintf(stderr, "%p: init %s -> [path=%s], [base=%s], [suff=%s], [itempath=%s], [nextpath=%s], [checklast4=%s]\n",
476 itemPath.data(),
506 if(nextPath == itemPath.data()) { /* we were processing item's path. */
    [all...]
  /external/icu/icu4c/source/common/
udata.cpp 414 CharString itemPath; /* path passed in with item name */
462 itemPath.append(item, (int32_t)(basename-item), *pErrorCode);
463 nextPath = itemPath.data();
481 fprintf(stderr, "%p: init %s -> [path=%s], [base=%s], [suff=%s], [itempath=%s], [nextpath=%s], [checklast4=%s]\n",
487 itemPath.data(),
517 if(nextPath == itemPath.data()) { /* we were processing item's path. */
    [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 249 milliseconds