HomeSort by relevance Sort by last modified time
    Searched defs:XMPUtils (Results 1 - 2 of 2) sorted by null

  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPUtils.java 24 public class XMPUtils
27 private XMPUtils()
164 * <p>XMPUtils#appendProperties was created to support the File Info dialog's Append button, and
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPNormalizer.java 23 import com.adobe.xmp.XMPUtils;
459 binGPSStamp = XMPUtils.convertToDate(gpsDateTime.getValue());
474 binOtherDate = XMPUtils.convertToDate(otherDate.getValue());
480 gpsDateTime.setValue(XMPUtils.convertFromDate (binGPSStamp));

Completed in 36 milliseconds