Searched refs:createUShort (Results 1 – 1 of 1) sorted by relevance
451 public static ExifAttribute createUShort(int[] values, ByteOrder byteOrder) { in createUShort() method in ExifInterface.ExifAttribute461 public static ExifAttribute createUShort(int value, ByteOrder byteOrder) { in createUShort() method in ExifInterface.ExifAttribute462 return createUShort(new int[] {value}, byteOrder); in createUShort()1348 ExifAttribute.createUShort(intArray, mExifByteOrder)); in setAttribute()