HomeSort by relevance Sort by last modified time
    Searched refs:TYPE_UNSIGNED_BYTE (Results 1 - 25 of 25) 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...]
ExifModifier.java 179 case ExifTag.TYPE_UNSIGNED_BYTE:
ExifParser.java 649 type == ExifTag.TYPE_UNSIGNED_BYTE) {
680 case ExifTag.TYPE_UNSIGNED_BYTE:
    [all...]
ExifOutputStream.java 506 case ExifTag.TYPE_UNSIGNED_BYTE:
ExifInterface.java     [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...]
ExifModifier.java 179 case ExifTag.TYPE_UNSIGNED_BYTE:
ExifParser.java 649 type == ExifTag.TYPE_UNSIGNED_BYTE) {
680 case ExifTag.TYPE_UNSIGNED_BYTE:
    [all...]
ExifOutputStream.java 506 case ExifTag.TYPE_UNSIGNED_BYTE:
ExifInterface.java     [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...]
ExifModifier.java 180 case ExifTag.TYPE_UNSIGNED_BYTE:
ExifParser.java 649 type == ExifTag.TYPE_UNSIGNED_BYTE) {
680 case ExifTag.TYPE_UNSIGNED_BYTE:
    [all...]
ExifOutputStream.java 506 case ExifTag.TYPE_UNSIGNED_BYTE:
ExifInterface.java     [all...]
  /packages/apps/Launcher3/WallpaperPicker/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...]
ExifModifier.java 179 case ExifTag.TYPE_UNSIGNED_BYTE:
ExifParser.java 649 type == ExifTag.TYPE_UNSIGNED_BYTE) {
680 case ExifTag.TYPE_UNSIGNED_BYTE:
    [all...]
ExifOutputStream.java 506 case ExifTag.TYPE_UNSIGNED_BYTE:
ExifInterface.java     [all...]
  /packages/apps/Mms/src/com/android/mms/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...]
ExifModifier.java 181 case ExifTag.TYPE_UNSIGNED_BYTE:
ExifParser.java 651 type == ExifTag.TYPE_UNSIGNED_BYTE) {
682 case ExifTag.TYPE_UNSIGNED_BYTE:
    [all...]
ExifOutputStream.java 508 case ExifTag.TYPE_UNSIGNED_BYTE:
ExifInterface.java     [all...]

Completed in 1779 milliseconds