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

/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
H A DEntrySchema.java36 public static final int TYPE_LONG = 4; field in class:EntrySchema
123 case TYPE_LONG:
172 case TYPE_LONG:
210 case TYPE_LONG:
493 type = TYPE_LONG;
/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/exif/
H A DExifTag.java56 static final short TYPE_LONG = 9; field in class:ExifTag
77 TYPE_TO_SIZE_MAP[TYPE_LONG] = 4;
115 || type == TYPE_LONG
133 * @see #TYPE_LONG
171 * @see #TYPE_LONG
217 * #TYPE_UNSIGNED_LONG}, or {@link #TYPE_LONG}.
227 && mDataType != TYPE_LONG
424 * Gets the value for type {@link #TYPE_ASCII}, {@link #TYPE_LONG}, {@link #TYPE_UNDEFINED},
492 case TYPE_LONG:
/packages/apps/Camera2/src/com/android/camera/exif/
H A DExifTag.java63 public static final short TYPE_LONG = 9; field in class:ExifTag
84 TYPE_TO_SIZE_MAP[TYPE_LONG] = 4;
123 type == TYPE_LONG || type == TYPE_RATIONAL;
141 * @see #TYPE_LONG
181 * @see #TYPE_LONG
230 * {@link #TYPE_UNSIGNED_LONG}, or {@link #TYPE_LONG}.</li>
240 if (mDataType != TYPE_UNSIGNED_SHORT && mDataType != TYPE_LONG &&
261 * type {@link #TYPE_UNSIGNED_SHORT}, or {@link #TYPE_LONG}. This method
265 * {@link #TYPE_UNSIGNED_LONG}, or {@link #TYPE_LONG}.</li>
779 * Gets the value for type {@link #TYPE_ASCII}, {@link #TYPE_LONG},
[all...]
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
H A DExifTag.java63 public static final short TYPE_LONG = 9; field in class:ExifTag
84 TYPE_TO_SIZE_MAP[TYPE_LONG] = 4;
123 type == TYPE_LONG || type == TYPE_RATIONAL;
141 * @see #TYPE_LONG
181 * @see #TYPE_LONG
230 * {@link #TYPE_UNSIGNED_LONG}, or {@link #TYPE_LONG}.</li>
240 if (mDataType != TYPE_UNSIGNED_SHORT && mDataType != TYPE_LONG &&
261 * type {@link #TYPE_UNSIGNED_SHORT}, or {@link #TYPE_LONG}. This method
265 * {@link #TYPE_UNSIGNED_LONG}, or {@link #TYPE_LONG}.</li>
779 * Gets the value for type {@link #TYPE_ASCII}, {@link #TYPE_LONG},
[all...]
/packages/apps/Messaging/src/com/android/messaging/util/exif/
H A DExifTag.java63 public static final short TYPE_LONG = 9; field in class:ExifTag
84 TYPE_TO_SIZE_MAP[TYPE_LONG] = 4;
123 type == TYPE_LONG || type == TYPE_RATIONAL;
141 * @see #TYPE_LONG
181 * @see #TYPE_LONG
230 * {@link #TYPE_UNSIGNED_LONG}, or {@link #TYPE_LONG}.</li>
240 if (mDataType != TYPE_UNSIGNED_SHORT && mDataType != TYPE_LONG &&
261 * type {@link #TYPE_UNSIGNED_SHORT}, or {@link #TYPE_LONG}. This method
265 * {@link #TYPE_UNSIGNED_LONG}, or {@link #TYPE_LONG}.</li>
779 * Gets the value for type {@link #TYPE_ASCII}, {@link #TYPE_LONG},
[all...]

Completed in 135 milliseconds