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

/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DExifTag.java35 public static final short TYPE_UNSIGNED_BYTE = 1; field in class:ExifTag
78 TYPE_TO_SIZE_MAP[TYPE_UNSIGNED_BYTE] = 1;
120 return type == TYPE_UNSIGNED_BYTE || type == TYPE_ASCII ||
144 * @see #TYPE_UNSIGNED_BYTE
184 * @see #TYPE_UNSIGNED_BYTE
402 * type {@link #TYPE_UNSIGNED_BYTE} or {@link #TYPE_UNDEFINED}. This method
405 * <li>The component type of this tag is not {@link #TYPE_UNSIGNED_BYTE} or
415 if (mDataType != TYPE_UNSIGNED_BYTE && mDataType != TYPE_UNDEFINED) {
433 * type {@link #TYPE_UNSIGNED_BYTE} or {@link #TYPE_UNDEFINED}. This method
436 * <li>The component type of this tag is not {@link #TYPE_UNSIGNED_BYTE} o
[all...]

Completed in 53 milliseconds