Searched defs:TYPE_UNSIGNED_RATIONAL (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/exif/
H A DExifTag.java53 public static final short TYPE_UNSIGNED_RATIONAL = 5; field in class:ExifTag
82 TYPE_TO_SIZE_MAP[TYPE_UNSIGNED_RATIONAL] = 8;
122 type == TYPE_UNSIGNED_RATIONAL || type == TYPE_UNDEFINED ||
146 * @see #TYPE_UNSIGNED_RATIONAL
186 * @see #TYPE_UNSIGNED_RATIONAL
351 * of type {@link #TYPE_UNSIGNED_RATIONAL}, or {@link #TYPE_RATIONAL}. This
354 * <li>The component type of this tag is not {@link #TYPE_UNSIGNED_RATIONAL}
367 if (mDataType != TYPE_UNSIGNED_RATIONAL && mDataType != TYPE_RATIONAL) {
370 if (mDataType == TYPE_UNSIGNED_RATIONAL && checkOverflowForUnsignedRational(value)) {
383 * of type {@link #TYPE_UNSIGNED_RATIONAL}, o
[all...]
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
H A DExifTag.java53 public static final short TYPE_UNSIGNED_RATIONAL = 5; field in class:ExifTag
82 TYPE_TO_SIZE_MAP[TYPE_UNSIGNED_RATIONAL] = 8;
122 type == TYPE_UNSIGNED_RATIONAL || type == TYPE_UNDEFINED ||
146 * @see #TYPE_UNSIGNED_RATIONAL
186 * @see #TYPE_UNSIGNED_RATIONAL
351 * of type {@link #TYPE_UNSIGNED_RATIONAL}, or {@link #TYPE_RATIONAL}. This
354 * <li>The component type of this tag is not {@link #TYPE_UNSIGNED_RATIONAL}
367 if (mDataType != TYPE_UNSIGNED_RATIONAL && mDataType != TYPE_RATIONAL) {
370 if (mDataType == TYPE_UNSIGNED_RATIONAL && checkOverflowForUnsignedRational(value)) {
383 * of type {@link #TYPE_UNSIGNED_RATIONAL}, o
[all...]
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
H A DExifTag.java53 public static final short TYPE_UNSIGNED_RATIONAL = 5; field in class:ExifTag
82 TYPE_TO_SIZE_MAP[TYPE_UNSIGNED_RATIONAL] = 8;
122 type == TYPE_UNSIGNED_RATIONAL || type == TYPE_UNDEFINED ||
146 * @see #TYPE_UNSIGNED_RATIONAL
186 * @see #TYPE_UNSIGNED_RATIONAL
351 * of type {@link #TYPE_UNSIGNED_RATIONAL}, or {@link #TYPE_RATIONAL}. This
354 * <li>The component type of this tag is not {@link #TYPE_UNSIGNED_RATIONAL}
367 if (mDataType != TYPE_UNSIGNED_RATIONAL && mDataType != TYPE_RATIONAL) {
370 if (mDataType == TYPE_UNSIGNED_RATIONAL && checkOverflowForUnsignedRational(value)) {
383 * of type {@link #TYPE_UNSIGNED_RATIONAL}, o
[all...]
/packages/apps/Mms/src/com/android/mms/exif/
H A DExifTag.java53 public static final short TYPE_UNSIGNED_RATIONAL = 5; field in class:ExifTag
82 TYPE_TO_SIZE_MAP[TYPE_UNSIGNED_RATIONAL] = 8;
122 type == TYPE_UNSIGNED_RATIONAL || type == TYPE_UNDEFINED ||
146 * @see #TYPE_UNSIGNED_RATIONAL
186 * @see #TYPE_UNSIGNED_RATIONAL
351 * of type {@link #TYPE_UNSIGNED_RATIONAL}, or {@link #TYPE_RATIONAL}. This
354 * <li>The component type of this tag is not {@link #TYPE_UNSIGNED_RATIONAL}
367 if (mDataType != TYPE_UNSIGNED_RATIONAL && mDataType != TYPE_RATIONAL) {
370 if (mDataType == TYPE_UNSIGNED_RATIONAL && checkOverflowForUnsignedRational(value)) {
383 * of type {@link #TYPE_UNSIGNED_RATIONAL}, o
[all...]

Completed in 13 milliseconds