HomeSort by relevance Sort by last modified time
    Searched refs:doesPropertyExist (Results 1 - 8 of 8) 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)) {
  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
XmpDepthDecode.java 151 !xmpMeta.doesPropertyExist(XMPConst.NS_XMP_NOTE, XMP_HAS_EXTENSION)) {
  /frameworks/rs/java/tests/Refocus/src/com/android/rs/test/
XmpDepthDecode.java 141 !xmpMeta.doesPropertyExist(XMPConst.NS_XMP_NOTE, XMP_HAS_EXTENSION)) {
  /packages/apps/Camera2/src/com/android/camera/tinyplanet/
TinyPlanetFragment.java 489 if (xmp.doesPropertyExist(GOOGLE_PANO_NAMESPACE, key)) {

Completed in 604 milliseconds