Home
last modified time | relevance | path

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

/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
DExifTag.java246 } else if (mDataType == TYPE_UNSIGNED_LONG && checkOverflowForUnsignedLong(value)) { in setValue()
290 if (checkOverflowForUnsignedLong(value)) { in setValue()
921 private boolean checkOverflowForUnsignedLong(long[] value) { in checkOverflowForUnsignedLong() method in ExifTag
930 private boolean checkOverflowForUnsignedLong(int[] value) { in checkOverflowForUnsignedLong() method in ExifTag