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

  /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/Gallery2/tests/src/com/android/gallery3d/exif/
ExifReaderTest.java 134 if (byteCountDataType == ExifTag.TYPE_UNSIGNED_SHORT) {
ExifTagTest.java 59 // TYPE_UNSIGNED_SHORT with 1 components
144 ^ (type == ExifTag.TYPE_UNSIGNED_SHORT
Util.java 155 case ExifTag.TYPE_UNSIGNED_SHORT:

Completed in 84 milliseconds