Home
last modified time | relevance | path

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

/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
DExifTag.java372 } else if (mDataType == TYPE_RATIONAL && checkOverflowForRational(value)) { in setValue()
950 private boolean checkOverflowForRational(Rational[] value) { in checkOverflowForRational() method in ExifTag