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

  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
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...]
  /packages/apps/Camera2/src/com/android/camera/exif/
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...]
  /packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/exif/
ExifTag.java 39 static final short TYPE_UNSIGNED_SHORT = 3;
73 TYPE_TO_SIZE_MAP[TYPE_UNSIGNED_SHORT] = 2;
111 || type == TYPE_UNSIGNED_SHORT
139 * @see #TYPE_UNSIGNED_SHORT
177 * @see #TYPE_UNSIGNED_SHORT
213 * #TYPE_UNSIGNED_SHORT}. This method will fail if:
216 * <li>The component type of this tag is not {@link #TYPE_UNSIGNED_SHORT}, {@link
226 if (mDataType != TYPE_UNSIGNED_SHORT
231 if (mDataType == TYPE_UNSIGNED_SHORT && checkOverflowForUnsignedShort(value)) {
367 * #TYPE_UNSIGNED_SHORT}, {@link #TYPE_UNSIGNED_LONG}
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
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...]
  /packages/apps/Messaging/src/com/android/messaging/util/exif/
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...]

Completed in 3619 milliseconds