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

  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ExifTag.java 53 public static final short TYPE_UNSIGNED_RATIONAL = 5;
82 TYPE_TO_SIZE_MAP[TYPE_UNSIGNED_RATIONAL] = 8;
122 type == TYPE_UNSIGNED_RATIONAL || type == TYPE_UNDEFINED ||
146 * @see #TYPE_UNSIGNED_RATIONAL
186 * @see #TYPE_UNSIGNED_RATIONAL
351 * of type {@link #TYPE_UNSIGNED_RATIONAL}, or {@link #TYPE_RATIONAL}. This
354 * <li>The component type of this tag is not {@link #TYPE_UNSIGNED_RATIONAL}
367 if (mDataType != TYPE_UNSIGNED_RATIONAL && mDataType != TYPE_RATIONAL) {
370 if (mDataType == TYPE_UNSIGNED_RATIONAL && checkOverflowForUnsignedRational(value)) {
383 * of type {@link #TYPE_UNSIGNED_RATIONAL}, or {@link #TYPE_RATIONAL}. Thi
    [all...]
  /packages/apps/Camera2/src/com/android/camera/exif/
ExifTag.java 53 public static final short TYPE_UNSIGNED_RATIONAL = 5;
82 TYPE_TO_SIZE_MAP[TYPE_UNSIGNED_RATIONAL] = 8;
122 type == TYPE_UNSIGNED_RATIONAL || type == TYPE_UNDEFINED ||
146 * @see #TYPE_UNSIGNED_RATIONAL
186 * @see #TYPE_UNSIGNED_RATIONAL
351 * of type {@link #TYPE_UNSIGNED_RATIONAL}, or {@link #TYPE_RATIONAL}. This
354 * <li>The component type of this tag is not {@link #TYPE_UNSIGNED_RATIONAL}
367 if (mDataType != TYPE_UNSIGNED_RATIONAL && mDataType != TYPE_RATIONAL) {
370 if (mDataType == TYPE_UNSIGNED_RATIONAL && checkOverflowForUnsignedRational(value)) {
383 * of type {@link #TYPE_UNSIGNED_RATIONAL}, or {@link #TYPE_RATIONAL}. Thi
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifTag.java 53 public static final short TYPE_UNSIGNED_RATIONAL = 5;
82 TYPE_TO_SIZE_MAP[TYPE_UNSIGNED_RATIONAL] = 8;
122 type == TYPE_UNSIGNED_RATIONAL || type == TYPE_UNDEFINED ||
146 * @see #TYPE_UNSIGNED_RATIONAL
186 * @see #TYPE_UNSIGNED_RATIONAL
351 * of type {@link #TYPE_UNSIGNED_RATIONAL}, or {@link #TYPE_RATIONAL}. This
354 * <li>The component type of this tag is not {@link #TYPE_UNSIGNED_RATIONAL}
367 if (mDataType != TYPE_UNSIGNED_RATIONAL && mDataType != TYPE_RATIONAL) {
370 if (mDataType == TYPE_UNSIGNED_RATIONAL && checkOverflowForUnsignedRational(value)) {
383 * of type {@link #TYPE_UNSIGNED_RATIONAL}, or {@link #TYPE_RATIONAL}. Thi
    [all...]
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
ExifTag.java 53 public static final short TYPE_UNSIGNED_RATIONAL = 5;
82 TYPE_TO_SIZE_MAP[TYPE_UNSIGNED_RATIONAL] = 8;
122 type == TYPE_UNSIGNED_RATIONAL || type == TYPE_UNDEFINED ||
146 * @see #TYPE_UNSIGNED_RATIONAL
186 * @see #TYPE_UNSIGNED_RATIONAL
351 * of type {@link #TYPE_UNSIGNED_RATIONAL}, or {@link #TYPE_RATIONAL}. This
354 * <li>The component type of this tag is not {@link #TYPE_UNSIGNED_RATIONAL}
367 if (mDataType != TYPE_UNSIGNED_RATIONAL && mDataType != TYPE_RATIONAL) {
370 if (mDataType == TYPE_UNSIGNED_RATIONAL && checkOverflowForUnsignedRational(value)) {
383 * of type {@link #TYPE_UNSIGNED_RATIONAL}, or {@link #TYPE_RATIONAL}. Thi
    [all...]
  /packages/apps/Mms/src/com/android/mms/exif/
ExifTag.java 53 public static final short TYPE_UNSIGNED_RATIONAL = 5;
82 TYPE_TO_SIZE_MAP[TYPE_UNSIGNED_RATIONAL] = 8;
122 type == TYPE_UNSIGNED_RATIONAL || type == TYPE_UNDEFINED ||
146 * @see #TYPE_UNSIGNED_RATIONAL
186 * @see #TYPE_UNSIGNED_RATIONAL
351 * of type {@link #TYPE_UNSIGNED_RATIONAL}, or {@link #TYPE_RATIONAL}. This
354 * <li>The component type of this tag is not {@link #TYPE_UNSIGNED_RATIONAL}
367 if (mDataType != TYPE_UNSIGNED_RATIONAL && mDataType != TYPE_RATIONAL) {
370 if (mDataType == TYPE_UNSIGNED_RATIONAL && checkOverflowForUnsignedRational(value)) {
383 * of type {@link #TYPE_UNSIGNED_RATIONAL}, or {@link #TYPE_RATIONAL}. Thi
    [all...]

Completed in 115 milliseconds