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

  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/properties/
XMPPropertyInfo.java 21 public interface XMPPropertyInfo extends XMPProperty
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPIteratorImpl.java 23 import com.adobe.xmp.properties.XMPPropertyInfo;
227 private XMPPropertyInfo returnProperty = null;
351 returnProperty = (XMPPropertyInfo) subIterator.next();
372 XMPPropertyInfo result = returnProperty;
443 protected XMPPropertyInfo createPropertyInfo(final XMPNode node, final String baseNS,
448 return new XMPPropertyInfo()
500 protected XMPPropertyInfo getReturnProperty()
509 protected void setReturnProperty(XMPPropertyInfo returnProperty)
  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
XmpDepthDecode.java 29 import com.adobe.xmp.properties.XMPPropertyInfo;
184 XMPPropertyInfo info = (XMPPropertyInfo) iterator.next();
  /frameworks/rs/java/tests/Refocus/src/com/android/rs/test/
XmpDepthDecode.java 12 import com.adobe.xmp.properties.XMPPropertyInfo;
174 XMPPropertyInfo info = (XMPPropertyInfo) iterator.next();

Completed in 210 milliseconds