HomeSort by relevance Sort by last modified time
    Searched defs:itemPath (Results 1 - 10 of 10) 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/icu/icu4c/source/common/
udata.cpp 425 CharString itemPath; /* path passed in with item name */
473 itemPath.append(item, (int32_t)(basename-item), *pErrorCode);
474 nextPath = itemPath.data();
492 fprintf(stderr, "%p: init %s -> [path=%s], [base=%s], [suff=%s], [itempath=%s], [nextpath=%s], [checklast4=%s]\n",
498 itemPath.data(),
528 if(nextPath == itemPath.data()) { /* we were processing item's path. */
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
ICUResourceBundleReader.java 189 String itemPath = fullName.substring(ICUData.ICU_BASE_NAME.length() + 1);
190 inBytes = ICUBinary.getData(loader, fullName, itemPath);
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ICUResourceBundleReader.java 187 String itemPath = fullName.substring(ICUData.ICU_BASE_NAME.length() + 1);
188 inBytes = ICUBinary.getData(loader, fullName, itemPath);
    [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 398 milliseconds