Searched refs:MAX_THUMBNAIL_SIZE (Results 1 – 2 of 2) sorted by relevance
417 private static final int MAX_THUMBNAIL_SIZE = 512; field in ExifInterface3296 if (imageLengthValue <= MAX_THUMBNAIL_SIZE && imageWidthValue <= MAX_THUMBNAIL_SIZE) { in isThumbnail()
2107 private static final int MAX_THUMBNAIL_SIZE = 512; field in ExifInterface5706 if (imageLengthValue <= MAX_THUMBNAIL_SIZE && imageWidthValue <= MAX_THUMBNAIL_SIZE) {