Home
last modified time | relevance | path

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

/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
DExifTag.java244 if (mDataType == TYPE_UNSIGNED_SHORT && checkOverflowForUnsignedShort(value)) { in setValue()
912 private boolean checkOverflowForUnsignedShort(int[] value) { in checkOverflowForUnsignedShort() method in ExifTag