Searched refs:TYPE_LONG (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/packages/WallpaperCropper/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...]
H A DExifModifier.java164 case ExifTag.TYPE_LONG:
H A DExifOutputStream.java493 case ExifTag.TYPE_LONG:
H A DExifParser.java714 case ExifTag.TYPE_LONG: {
860 * Reads value of type {@link ExifTag#TYPE_LONG} from the InputStream.
/frameworks/base/core/java/com/android/internal/util/
H A DTypedProperties.java97 static final int TYPE_LONG = 'I' | 8 << 8; field in class:TypedProperties
122 return TYPE_LONG;
/frameworks/base/cmds/content/src/com/android/commands/content/
H A DContent.java155 private static final String TYPE_LONG = "l"; field in class:Content.Parser
390 } else if (TYPE_INTEGER.equalsIgnoreCase(type) || TYPE_LONG.equalsIgnoreCase(type)) {

Completed in 108 milliseconds