Home
last modified time | relevance | path

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

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