HomeSort by relevance Sort by last modified time
    Searched refs:TYPE_UNSIGNED_SHORT (Results 1 - 25 of 25) sorted by null

  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ExifInterface.java     [all...]
ExifTag.java 44 public static final short TYPE_UNSIGNED_SHORT = 3;
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}, or {@link #TYPE_LONG}. This metho
    [all...]
ExifModifier.java 185 case ExifTag.TYPE_UNSIGNED_SHORT:
ExifParser.java 620 if (tag.getDataType() == ExifTag.TYPE_UNSIGNED_SHORT) {
706 case ExifTag.TYPE_UNSIGNED_SHORT: {
834 * Reads value of type {@link ExifTag#TYPE_UNSIGNED_SHORT} from the
    [all...]
ExifOutputStream.java 511 case ExifTag.TYPE_UNSIGNED_SHORT:
  /packages/apps/Camera2/src/com/android/camera/exif/
ExifInterface.java     [all...]
ExifTag.java 44 public static final short TYPE_UNSIGNED_SHORT = 3;
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}, or {@link #TYPE_LONG}. This metho
    [all...]
ExifModifier.java 185 case ExifTag.TYPE_UNSIGNED_SHORT:
ExifParser.java 620 if (tag.getDataType() == ExifTag.TYPE_UNSIGNED_SHORT) {
706 case ExifTag.TYPE_UNSIGNED_SHORT: {
834 * Reads value of type {@link ExifTag#TYPE_UNSIGNED_SHORT} from the
    [all...]
ExifOutputStream.java 511 case ExifTag.TYPE_UNSIGNED_SHORT:
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifInterface.java     [all...]
ExifTag.java 44 public static final short TYPE_UNSIGNED_SHORT = 3;
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}, or {@link #TYPE_LONG}. This metho
    [all...]
ExifModifier.java 185 case ExifTag.TYPE_UNSIGNED_SHORT:
ExifParser.java 620 if (tag.getDataType() == ExifTag.TYPE_UNSIGNED_SHORT) {
706 case ExifTag.TYPE_UNSIGNED_SHORT: {
834 * Reads value of type {@link ExifTag#TYPE_UNSIGNED_SHORT} from the
    [all...]
ExifOutputStream.java 511 case ExifTag.TYPE_UNSIGNED_SHORT:
  /packages/apps/Launcher3/src/com/android/gallery3d/exif/
ExifInterface.java     [all...]
ExifTag.java 44 public static final short TYPE_UNSIGNED_SHORT = 3;
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}, or {@link #TYPE_LONG}. This metho
    [all...]
ExifModifier.java 185 case ExifTag.TYPE_UNSIGNED_SHORT:
ExifParser.java 620 if (tag.getDataType() == ExifTag.TYPE_UNSIGNED_SHORT) {
706 case ExifTag.TYPE_UNSIGNED_SHORT: {
834 * Reads value of type {@link ExifTag#TYPE_UNSIGNED_SHORT} from the
    [all...]
ExifOutputStream.java 511 case ExifTag.TYPE_UNSIGNED_SHORT:
  /packages/apps/Mms/src/com/android/mms/exif/
ExifInterface.java     [all...]
ExifTag.java 44 public static final short TYPE_UNSIGNED_SHORT = 3;
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}, or {@link #TYPE_LONG}. This metho
    [all...]
ExifModifier.java 184 case ExifTag.TYPE_UNSIGNED_SHORT:
ExifParser.java 620 if (tag.getDataType() == ExifTag.TYPE_UNSIGNED_SHORT) {
706 case ExifTag.TYPE_UNSIGNED_SHORT: {
834 * Reads value of type {@link ExifTag#TYPE_UNSIGNED_SHORT} from the
    [all...]
ExifOutputStream.java 511 case ExifTag.TYPE_UNSIGNED_SHORT:

Completed in 133 milliseconds