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

  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ExifTag.java 35 public static final short TYPE_UNSIGNED_BYTE = 1;
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...]
  /packages/apps/Camera2/src/com/android/camera/exif/
ExifTag.java 35 public static final short TYPE_UNSIGNED_BYTE = 1;
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...]
  /packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/exif/
ExifTag.java 32 static final short TYPE_UNSIGNED_BYTE = 1;
71 TYPE_TO_SIZE_MAP[TYPE_UNSIGNED_BYTE] = 1;
109 return type == TYPE_UNSIGNED_BYTE
136 * @see #TYPE_UNSIGNED_BYTE
174 * @see #TYPE_UNSIGNED_BYTE
339 * #TYPE_UNSIGNED_BYTE} or {@link #TYPE_UNDEFINED}. This method will fail if:
342 * <li>The component type of this tag is not {@link #TYPE_UNSIGNED_BYTE} or {@link
351 if (mDataType != TYPE_UNSIGNED_BYTE && mDataType != TYPE_UNDEFINED) {
425 * {@link #TYPE_UNSIGNED_BYTE}, {@link #TYPE_UNSIGNED_LONG}, or {@link #TYPE_UNSIGNED_SHORT}.
480 case TYPE_UNSIGNED_BYTE
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifTag.java 35 public static final short TYPE_UNSIGNED_BYTE = 1;
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...]
  /packages/apps/Messaging/src/com/android/messaging/util/exif/
ExifTag.java 35 public static final short TYPE_UNSIGNED_BYTE = 1;
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 598 milliseconds