OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TYPE_UNSIGNED_LONG
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ExifTag.java
48
public static final short
TYPE_UNSIGNED_LONG
= 4;
81
TYPE_TO_SIZE_MAP[
TYPE_UNSIGNED_LONG
] = 4;
121
type == TYPE_UNSIGNED_SHORT || type ==
TYPE_UNSIGNED_LONG
||
145
* @see #
TYPE_UNSIGNED_LONG
185
* @see #
TYPE_UNSIGNED_LONG
230
* {@link #
TYPE_UNSIGNED_LONG
}, or {@link #TYPE_LONG}.</li>
241
mDataType !=
TYPE_UNSIGNED_LONG
) {
246
} else if (mDataType ==
TYPE_UNSIGNED_LONG
&& checkOverflowForUnsignedLong(value)) {
265
* {@link #
TYPE_UNSIGNED_LONG
}, or {@link #TYPE_LONG}.</li>
278
* type {@link #
TYPE_UNSIGNED_LONG
}. This method will fail if
[
all
...]
/packages/apps/Camera2/src/com/android/camera/exif/
ExifTag.java
48
public static final short
TYPE_UNSIGNED_LONG
= 4;
81
TYPE_TO_SIZE_MAP[
TYPE_UNSIGNED_LONG
] = 4;
121
type == TYPE_UNSIGNED_SHORT || type ==
TYPE_UNSIGNED_LONG
||
145
* @see #
TYPE_UNSIGNED_LONG
185
* @see #
TYPE_UNSIGNED_LONG
230
* {@link #
TYPE_UNSIGNED_LONG
}, or {@link #TYPE_LONG}.</li>
241
mDataType !=
TYPE_UNSIGNED_LONG
) {
246
} else if (mDataType ==
TYPE_UNSIGNED_LONG
&& checkOverflowForUnsignedLong(value)) {
265
* {@link #
TYPE_UNSIGNED_LONG
}, or {@link #TYPE_LONG}.</li>
278
* type {@link #
TYPE_UNSIGNED_LONG
}. This method will fail if
[
all
...]
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifTag.java
48
public static final short
TYPE_UNSIGNED_LONG
= 4;
81
TYPE_TO_SIZE_MAP[
TYPE_UNSIGNED_LONG
] = 4;
121
type == TYPE_UNSIGNED_SHORT || type ==
TYPE_UNSIGNED_LONG
||
145
* @see #
TYPE_UNSIGNED_LONG
185
* @see #
TYPE_UNSIGNED_LONG
230
* {@link #
TYPE_UNSIGNED_LONG
}, or {@link #TYPE_LONG}.</li>
241
mDataType !=
TYPE_UNSIGNED_LONG
) {
246
} else if (mDataType ==
TYPE_UNSIGNED_LONG
&& checkOverflowForUnsignedLong(value)) {
265
* {@link #
TYPE_UNSIGNED_LONG
}, or {@link #TYPE_LONG}.</li>
278
* type {@link #
TYPE_UNSIGNED_LONG
}. This method will fail if
[
all
...]
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
ExifTag.java
48
public static final short
TYPE_UNSIGNED_LONG
= 4;
81
TYPE_TO_SIZE_MAP[
TYPE_UNSIGNED_LONG
] = 4;
121
type == TYPE_UNSIGNED_SHORT || type ==
TYPE_UNSIGNED_LONG
||
145
* @see #
TYPE_UNSIGNED_LONG
185
* @see #
TYPE_UNSIGNED_LONG
230
* {@link #
TYPE_UNSIGNED_LONG
}, or {@link #TYPE_LONG}.</li>
241
mDataType !=
TYPE_UNSIGNED_LONG
) {
246
} else if (mDataType ==
TYPE_UNSIGNED_LONG
&& checkOverflowForUnsignedLong(value)) {
265
* {@link #
TYPE_UNSIGNED_LONG
}, or {@link #TYPE_LONG}.</li>
278
* type {@link #
TYPE_UNSIGNED_LONG
}. This method will fail if
[
all
...]
/packages/apps/Messaging/src/com/android/messaging/util/exif/
ExifTag.java
48
public static final short
TYPE_UNSIGNED_LONG
= 4;
81
TYPE_TO_SIZE_MAP[
TYPE_UNSIGNED_LONG
] = 4;
121
type == TYPE_UNSIGNED_SHORT || type ==
TYPE_UNSIGNED_LONG
||
145
* @see #
TYPE_UNSIGNED_LONG
185
* @see #
TYPE_UNSIGNED_LONG
230
* {@link #
TYPE_UNSIGNED_LONG
}, or {@link #TYPE_LONG}.</li>
241
mDataType !=
TYPE_UNSIGNED_LONG
) {
246
} else if (mDataType ==
TYPE_UNSIGNED_LONG
&& checkOverflowForUnsignedLong(value)) {
265
* {@link #
TYPE_UNSIGNED_LONG
}, or {@link #TYPE_LONG}.</li>
278
* type {@link #
TYPE_UNSIGNED_LONG
}. This method will fail if
[
all
...]
Completed in 3220 milliseconds