Searched refs:createUShort (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/media/java/android/media/ |
D | ExifInterface.java | 746 public static ExifAttribute createUShort(int[] values, ByteOrder byteOrder) { in createUShort() method in ExifInterface.ExifAttribute 756 public static ExifAttribute createUShort(int value, ByteOrder byteOrder) { in createUShort() method in ExifInterface.ExifAttribute 757 return createUShort(new int[] {value}, byteOrder); in createUShort() 1866 ExifAttribute.createUShort(intArray, mExifByteOrder)); in setAttribute() 3057 ExifAttribute.createUShort(imageLength, mExifByteOrder); in getRafAttributes() 3059 ExifAttribute.createUShort(imageWidth, mExifByteOrder); in getRafAttributes() 3159 ExifAttribute.createUShort(Integer.parseInt(width), mExifByteOrder)); in getHeifAttributes() 3164 ExifAttribute.createUShort(Integer.parseInt(height), mExifByteOrder)); in getHeifAttributes() 3184 ExifAttribute.createUShort(orientation, mExifByteOrder)); in getHeifAttributes() 3325 ExifAttribute.createUShort(primaryImageWidth, mExifByteOrder); in getOrfAttributes() [all …]
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 25747 Landroid/media/ExifInterface$ExifAttribute;->createUShort(ILjava/nio/ByteOrder;)Landroid/media/Exif… 25748 Landroid/media/ExifInterface$ExifAttribute;->createUShort([ILjava/nio/ByteOrder;)Landroid/media/Exi…
|