Searched refs:checkOverflowForUnsignedRational (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DExifTag.java370 if (mDataType == TYPE_UNSIGNED_RATIONAL && checkOverflowForUnsignedRational(value)) {
939 private boolean checkOverflowForUnsignedRational(Rational[] value) { method in class:ExifTag

Completed in 60 milliseconds