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

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterTinyPlanet.java 154 if (xmp.doesPropertyExist(GOOGLE_PANO_NAMESPACE, key)) {
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPMetaImpl.java 281 * @see XMPMeta#doesPropertyExist(String, String)
283 public boolean doesPropertyExist(String schemaNS, String propName)
312 return doesPropertyExist(schemaNS, path);
334 return doesPropertyExist(schemaNS, structName + path);
356 return doesPropertyExist(schemaNS, propName + path);
1147 if (!doesPropertyExist(schemaNS, propName))
    [all...]
XMPSerializerRDF.java 226 if (!xmp.doesPropertyExist(XMPConst.NS_XMP, "Thumbnails"))
    [all...]
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPMeta.java 518 boolean doesPropertyExist(String schemaNS, String propName);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
ImageLoader.java 538 if (!meta.doesPropertyExist(namespace, cropWidthName)) {
541 if (!meta.doesPropertyExist(namespace, fullWidthName)) {
  /packages/apps/Camera2/src/com/android/camera/tinyplanet/
TinyPlanetFragment.java 490 if (xmp.doesPropertyExist(GOOGLE_PANO_NAMESPACE, key)) {

Completed in 168 milliseconds