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

/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
H A DExifTag.java837 private final short mDataType; field in class:ExifTag
916 mDataType = type;
955 return mDataType;
1009 convertTypeToString(mDataType) + " but got " + className);
1107 if (mDataType != TYPE_UNSIGNED_SHORT && mDataType != TYPE_LONG &&
1108 mDataType != TYPE_UNSIGNED_LONG) {
1111 if (mDataType == TYPE_UNSIGNED_SHORT) {
1113 } else if (mDataType == TYPE_UNSIGNED_LONG) {
1152 if (mDataType !
[all...]

Completed in 29 milliseconds