Searched refs:createUShort (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/media/java/android/media/ |
D | ExifInterface.java | 624 public static ExifAttribute createUShort(int[] values, ByteOrder byteOrder) { in createUShort() method in ExifInterface.ExifAttribute 634 public static ExifAttribute createUShort(int value, ByteOrder byteOrder) { in createUShort() method in ExifInterface.ExifAttribute 635 return createUShort(new int[] {value}, byteOrder); in createUShort() 1642 ExifAttribute.createUShort(intArray, mExifByteOrder)); in setAttribute() 2700 ExifAttribute.createUShort(imageLength, mExifByteOrder); in getRafAttributes() 2702 ExifAttribute.createUShort(imageWidth, mExifByteOrder); in getRafAttributes() 2802 ExifAttribute.createUShort(Integer.parseInt(width), mExifByteOrder)); in getHeifAttributes() 2807 ExifAttribute.createUShort(Integer.parseInt(height), mExifByteOrder)); in getHeifAttributes() 2827 ExifAttribute.createUShort(orientation, mExifByteOrder)); in getHeifAttributes() 2939 ExifAttribute.createUShort(primaryImageWidth, mExifByteOrder); in getOrfAttributes() [all …]
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 9419 HSPLandroid/media/ExifInterface$ExifAttribute;->createUShort([ILjava/nio/ByteOrder;)Landroid/media/…
|
D | hiddenapi-greylist-max-o.txt | 35876 Landroid/media/ExifInterface$ExifAttribute;->createUShort(ILjava/nio/ByteOrder;)Landroid/media/Exif… 35877 Landroid/media/ExifInterface$ExifAttribute;->createUShort([ILjava/nio/ByteOrder;)Landroid/media/Exi…
|