Searched refs:createSRational (Results 1 - 1 of 1) sorted by relevance
/frameworks/base/media/java/android/media/ | ||
H A D | ExifInterface.java | 523 public static ExifAttribute createSRational(Rational[] values, ByteOrder byteOrder) { method in class:ExifInterface.ExifAttribute 534 public static ExifAttribute createSRational(Rational value, ByteOrder byteOrder) { method in class:ExifInterface.ExifAttribute 535 return createSRational(new Rational[] {value}, byteOrder); 1392 ExifAttribute.createSRational(rationalArray, mExifByteOrder)); |
Completed in 45 milliseconds