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

/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DExifTag.java40 public static final short TYPE_ASCII = 2; field in class:ExifTag
79 TYPE_TO_SIZE_MAP[TYPE_ASCII] = 1;
120 return type == TYPE_UNSIGNED_BYTE || type == TYPE_ASCII ||
140 * @see #TYPE_ASCII
180 * @see #TYPE_ASCII
315 * type {@link #TYPE_ASCII}. The string is converted to an ASCII string.
322 * <li>The data type is not {@link #TYPE_ASCII} or {@link #TYPE_UNDEFINED}.</li>
328 if (mDataType != TYPE_ASCII && mDataType != TYPE_UNDEFINED) {
337 } else if (mDataType == TYPE_ASCII && mComponentCountActual == 1) {
520 * method will fail if the data type is not {@link #TYPE_ASCII} o
[all...]

Completed in 60 milliseconds