Searched refs:createURational (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/media/java/android/media/
H A DExifInterface.java508 public static ExifAttribute createURational(Rational[] values, ByteOrder byteOrder) { method in class:ExifInterface.ExifAttribute
519 public static ExifAttribute createURational(Rational value, ByteOrder byteOrder) { method in class:ExifInterface.ExifAttribute
520 return createURational(new Rational[] {value}, byteOrder);
1381 ExifAttribute.createURational(rationalArray, mExifByteOrder));

Completed in 38 milliseconds