Searched refs:createUShort (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/media/java/android/media/ |
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() 3148 ExifAttribute.createUShort(Integer.parseInt(width), mExifByteOrder)); in getHeifAttributes() 3153 ExifAttribute.createUShort(Integer.parseInt(height), mExifByteOrder)); in getHeifAttributes() 3173 ExifAttribute.createUShort(orientation, mExifByteOrder)); in getHeifAttributes() 3314 ExifAttribute.createUShort(primaryImageWidth, mExifByteOrder); in getOrfAttributes() [all …]
|
/frameworks/base/boot/hiddenapi/ |
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…
|