HomeSort by relevance Sort by last modified time
    Searched refs:checkOverflowForUnsignedShort (Results 1 - 5 of 5) sorted by null

  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ExifTag.java 244 if (mDataType == TYPE_UNSIGNED_SHORT && checkOverflowForUnsignedShort(value)) {
912 private boolean checkOverflowForUnsignedShort(int[] value) {
    [all...]
  /packages/apps/Camera2/src/com/android/camera/exif/
ExifTag.java 244 if (mDataType == TYPE_UNSIGNED_SHORT && checkOverflowForUnsignedShort(value)) {
912 private boolean checkOverflowForUnsignedShort(int[] value) {
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifTag.java 244 if (mDataType == TYPE_UNSIGNED_SHORT && checkOverflowForUnsignedShort(value)) {
912 private boolean checkOverflowForUnsignedShort(int[] value) {
    [all...]
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
ExifTag.java 244 if (mDataType == TYPE_UNSIGNED_SHORT && checkOverflowForUnsignedShort(value)) {
912 private boolean checkOverflowForUnsignedShort(int[] value) {
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/util/exif/
ExifTag.java 244 if (mDataType == TYPE_UNSIGNED_SHORT && checkOverflowForUnsignedShort(value)) {
912 private boolean checkOverflowForUnsignedShort(int[] value) {
    [all...]

Completed in 43 milliseconds