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