Searched refs:createUShort (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/base/media/java/android/media/ |
H A D | ExifInterface.java | 741 public static ExifAttribute createUShort(int[] values, ByteOrder byteOrder) { in createUShort() method in ExifInterface.ExifAttribute 751 public static ExifAttribute createUShort(int value, ByteOrder byteOrder) { in createUShort() method in ExifInterface.ExifAttribute 752 return createUShort(new int[] {value}, byteOrder); in createUShort() 1867 ExifAttribute.createUShort(intArray, mExifByteOrder)); in setAttribute() 3046 ExifAttribute.createUShort(imageLength, mExifByteOrder); in getRafAttributes() 3048 ExifAttribute.createUShort(imageWidth, mExifByteOrder); in getRafAttributes() 3173 ExifAttribute.createUShort(orientation, mExifByteOrder)); in getHeifAttributes() 3966 ExifAttribute.createUShort(0, mExifByteOrder)); in addDefaultValuesForCompatibility() 4103 ExifAttribute.createUShort(DATA_JPEG, mExifByteOrder); in readImageFileDirectory() 4569 ExifAttribute.createUShort(length, mExifByteOrder); in updateImageSizeValues() [all …]
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 28625 Landroid/media/ExifInterface$ExifAttribute;->createUShort(ILjava/nio/ByteOrder;)Landroid/media/Exif… 28626 Landroid/media/ExifInterface$ExifAttribute;->createUShort([ILjava/nio/ByteOrder;)Landroid/media/Exi…
|