Searched refs:createSLong (Results 1 – 2 of 2) sorted by relevance
616 public static ExifAttribute createSLong(int[] values, ByteOrder byteOrder) { in createSLong() method in ExifInterface.ExifAttribute626 public static ExifAttribute createSLong(int value, ByteOrder byteOrder) { in createSLong() method in ExifInterface.ExifAttribute627 return createSLong(new int[] {value}, byteOrder); in createSLong()1582 ExifAttribute.createSLong(intArray, mExifByteOrder)); in setAttribute()
581 public static ExifAttribute createSLong(int[] values, ByteOrder byteOrder) { in createSLong() method in ExifInterface.ExifAttribute591 public static ExifAttribute createSLong(int value, ByteOrder byteOrder) { in createSLong() method in ExifInterface.ExifAttribute592 return createSLong(new int[] {value}, byteOrder); in createSLong()1514 ExifAttribute.createSLong(intArray, mExifByteOrder)); in setAttribute()