Searched refs:ExifAttribute (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/media/java/android/media/ |
D | ExifInterface.java | 727 private static class ExifAttribute { class in ExifInterface 735 private ExifAttribute(int format, int numberOfComponents, byte[] bytes) { in ExifAttribute() method in ExifInterface.ExifAttribute 739 private ExifAttribute(int format, int numberOfComponents, long bytesOffset, byte[] bytes) { in ExifAttribute() method in ExifInterface.ExifAttribute 746 public static ExifAttribute createUShort(int[] values, ByteOrder byteOrder) { in createUShort() 753 return new ExifAttribute(IFD_FORMAT_USHORT, values.length, buffer.array()); in createUShort() 756 public static ExifAttribute createUShort(int value, ByteOrder byteOrder) { in createUShort() 760 public static ExifAttribute createULong(long[] values, ByteOrder byteOrder) { in createULong() 767 return new ExifAttribute(IFD_FORMAT_ULONG, values.length, buffer.array()); in createULong() 770 public static ExifAttribute createULong(long value, ByteOrder byteOrder) { in createULong() 774 public static ExifAttribute createSLong(int[] values, ByteOrder byteOrder) { in createSLong() [all …]
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 25733 Landroid/media/ExifInterface$ExifAttribute;-><init>(II[B)V 25734 Landroid/media/ExifInterface$ExifAttribute;->bytes:[B 25735 Landroid/media/ExifInterface$ExifAttribute;->createByte(Ljava/lang/String;)Landroid/media/ExifInter… 25736 Landroid/media/ExifInterface$ExifAttribute;->createDouble(DLjava/nio/ByteOrder;)Landroid/media/Exif… 25737 Landroid/media/ExifInterface$ExifAttribute;->createDouble([DLjava/nio/ByteOrder;)Landroid/media/Exi… 25738 Landroid/media/ExifInterface$ExifAttribute;->createSLong(ILjava/nio/ByteOrder;)Landroid/media/ExifI… 25739 Landroid/media/ExifInterface$ExifAttribute;->createSLong([ILjava/nio/ByteOrder;)Landroid/media/Exif… 25740 …Interface$ExifAttribute;->createSRational(Landroid/media/ExifInterface$Rational;Ljava/nio/ByteOrde… 25741 …nterface$ExifAttribute;->createSRational([Landroid/media/ExifInterface$Rational;Ljava/nio/ByteOrde… 25742 Landroid/media/ExifInterface$ExifAttribute;->createString(Ljava/lang/String;)Landroid/media/ExifInt… [all …]
|
/frameworks/base/boot/ |
D | preloaded-classes | 5076 android.media.ExifInterface$ExifAttribute
|
D | boot-image-profile.txt | 27464 Landroid/media/ExifInterface$ExifAttribute;
|
/frameworks/base/config/ |
D | preloaded-classes | 5080 android.media.ExifInterface$ExifAttribute
|
D | boot-image-profile.txt | 37598 Landroid/media/ExifInterface$ExifAttribute;
|