Searched refs:createSLong (Results 1 – 2 of 2) sorted by relevance
652 public static ExifAttribute createSLong(int[] values, ByteOrder byteOrder) { in createSLong() method in ExifInterface.ExifAttribute662 public static ExifAttribute createSLong(int value, ByteOrder byteOrder) { in createSLong() method in ExifInterface.ExifAttribute663 return createSLong(new int[] {value}, byteOrder); in createSLong()1652 ExifAttribute.createSLong(intArray, mExifByteOrder)); in setAttribute()
35867 Landroid/media/ExifInterface$ExifAttribute;->createSLong(ILjava/nio/ByteOrder;)Landroid/media/ExifI…35868 Landroid/media/ExifInterface$ExifAttribute;->createSLong([ILjava/nio/ByteOrder;)Landroid/media/Exif…