Searched refs:XMPDateTime (Results 1 – 9 of 9) sorted by relevance
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/ |
D | XMPDateTimeFactory.java | 46 public static XMPDateTime createFromCalendar(Calendar calendar) in createFromCalendar() 64 public static XMPDateTime create(int year, int month, int day, in create() 67 XMPDateTime dt = new XMPDateTimeImpl(); in create() 86 public static XMPDateTime createFromISO8601(String strValue) throws XMPException in createFromISO8601() 98 public static XMPDateTime getCurrentDateTime() in getCurrentDateTime() 111 public static XMPDateTime setLocalTimeZone(XMPDateTime dateTime) in setLocalTimeZone() 128 public static XMPDateTime convertToUTCTime(XMPDateTime dateTime) in convertToUTCTime() 145 public static XMPDateTime convertToLocalTime(XMPDateTime dateTime) in convertToLocalTime()
|
D | XMPMeta.java | 791 XMPDateTime getPropertyDate(String schemaNS, String propName) throws XMPException; in getPropertyDate() 984 XMPDateTime propValue, in setPropertyDate() 999 XMPDateTime propValue) throws XMPException; in setPropertyDate()
|
D | XMPUtils.java | 448 public static XMPDateTime convertToDate(String rawValue) throws XMPException in convertToDate() 468 public static String convertFromDate(XMPDateTime value) in convertFromDate()
|
D | XMPDateTime.java | 35 public interface XMPDateTime extends Comparable interface
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
D | ISO8601Converter.java | 17 import com.adobe.xmp.XMPDateTime; 75 public static XMPDateTime parse(String iso8601String) throws XMPException in parse() 87 public static XMPDateTime parse(String iso8601String, XMPDateTime binValue) throws XMPException in parse() 309 public static String render(XMPDateTime dateTime) in render()
|
D | XMPDateTimeImpl.java | 18 import com.adobe.xmp.XMPDateTime; 29 public class XMPDateTimeImpl implements XMPDateTime 279 - ((XMPDateTime) dt).getCalendar().getTimeInMillis(); in compareTo() 287 d = nanoSeconds - ((XMPDateTime) dt).getNanoSecond(); in compareTo()
|
D | XMPNodeUtils.java | 16 import com.adobe.xmp.XMPDateTime; 415 else if (value instanceof XMPDateTime) in serializeNodeValue() 417 strValue = XMPUtils.convertFromDate((XMPDateTime) value); in serializeNodeValue() 421 XMPDateTime dt = XMPDateTimeFactory.createFromCalendar((GregorianCalendar) value); in serializeNodeValue()
|
D | XMPMetaImpl.java | 16 import com.adobe.xmp.XMPDateTime; 875 public XMPDateTime getPropertyDate(String schemaNS, String propName) throws XMPException 877 return (XMPDateTime) getPropertyObject(schemaNS, propName, VALUE_DATE); 885 public void setPropertyDate(String schemaNS, String propName, XMPDateTime propValue, 895 public void setPropertyDate(String schemaNS, String propName, XMPDateTime propValue) 1407 XMPDateTime dt = XMPUtils.convertToDate(rawValue);
|
D | XMPNormalizer.java | 18 import com.adobe.xmp.XMPDateTime; 456 XMPDateTime binGPSStamp; in fixGPSTimeStamp() 457 XMPDateTime binOtherDate; in fixGPSTimeStamp()
|