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

/packages/apps/Camera2/src/com/android/camera/exif/
H A DExifTag.java44 public static final short TYPE_UNSIGNED_SHORT = 3; field in class:ExifTag
80 TYPE_TO_SIZE_MAP[TYPE_UNSIGNED_SHORT] = 2;
121 type == TYPE_UNSIGNED_SHORT || type == TYPE_UNSIGNED_LONG ||
147 * @see #TYPE_UNSIGNED_SHORT
187 * @see #TYPE_UNSIGNED_SHORT
227 * type {@link #TYPE_UNSIGNED_SHORT}. This method will fail if:
229 * <li>The component type of this tag is not {@link #TYPE_UNSIGNED_SHORT},
240 if (mDataType != TYPE_UNSIGNED_SHORT && mDataType != TYPE_LONG &&
244 if (mDataType == TYPE_UNSIGNED_SHORT && checkOverflowForUnsignedShort(value)) {
261 * type {@link #TYPE_UNSIGNED_SHORT}, o
[all...]
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
H A DExifTag.java44 public static final short TYPE_UNSIGNED_SHORT = 3; field in class:ExifTag
80 TYPE_TO_SIZE_MAP[TYPE_UNSIGNED_SHORT] = 2;
121 type == TYPE_UNSIGNED_SHORT || type == TYPE_UNSIGNED_LONG ||
147 * @see #TYPE_UNSIGNED_SHORT
187 * @see #TYPE_UNSIGNED_SHORT
227 * type {@link #TYPE_UNSIGNED_SHORT}. This method will fail if:
229 * <li>The component type of this tag is not {@link #TYPE_UNSIGNED_SHORT},
240 if (mDataType != TYPE_UNSIGNED_SHORT && mDataType != TYPE_LONG &&
244 if (mDataType == TYPE_UNSIGNED_SHORT && checkOverflowForUnsignedShort(value)) {
261 * type {@link #TYPE_UNSIGNED_SHORT}, o
[all...]
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
H A DExifTag.java44 public static final short TYPE_UNSIGNED_SHORT = 3; field in class:ExifTag
80 TYPE_TO_SIZE_MAP[TYPE_UNSIGNED_SHORT] = 2;
121 type == TYPE_UNSIGNED_SHORT || type == TYPE_UNSIGNED_LONG ||
147 * @see #TYPE_UNSIGNED_SHORT
187 * @see #TYPE_UNSIGNED_SHORT
227 * type {@link #TYPE_UNSIGNED_SHORT}. This method will fail if:
229 * <li>The component type of this tag is not {@link #TYPE_UNSIGNED_SHORT},
240 if (mDataType != TYPE_UNSIGNED_SHORT && mDataType != TYPE_LONG &&
244 if (mDataType == TYPE_UNSIGNED_SHORT && checkOverflowForUnsignedShort(value)) {
261 * type {@link #TYPE_UNSIGNED_SHORT}, o
[all...]
/packages/apps/Messaging/src/com/android/messaging/util/exif/
H A DExifTag.java44 public static final short TYPE_UNSIGNED_SHORT = 3; field in class:ExifTag
80 TYPE_TO_SIZE_MAP[TYPE_UNSIGNED_SHORT] = 2;
121 type == TYPE_UNSIGNED_SHORT || type == TYPE_UNSIGNED_LONG ||
147 * @see #TYPE_UNSIGNED_SHORT
187 * @see #TYPE_UNSIGNED_SHORT
227 * type {@link #TYPE_UNSIGNED_SHORT}. This method will fail if:
229 * <li>The component type of this tag is not {@link #TYPE_UNSIGNED_SHORT},
240 if (mDataType != TYPE_UNSIGNED_SHORT && mDataType != TYPE_LONG &&
244 if (mDataType == TYPE_UNSIGNED_SHORT && checkOverflowForUnsignedShort(value)) {
261 * type {@link #TYPE_UNSIGNED_SHORT}, o
[all...]

Completed in 532 milliseconds