Searched refs:definedCount (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Messaging/src/com/android/messaging/util/exif/ |
D | ExifInterface.java | 1503 int definedCount = getComponentCountFromInfo(info); in buildTag() local 1504 boolean hasDefinedCount = (definedCount != ExifTag.SIZE_UNDEFINED); in buildTag() 1508 ExifTag t = new ExifTag(getTrueTagKey(tagId), type, definedCount, ifdId, hasDefinedCount); in buildTag() 1533 int definedCount = getComponentCountFromInfo(info); in buildUninitializedTag() local 1534 boolean hasDefinedCount = (definedCount != ExifTag.SIZE_UNDEFINED); in buildUninitializedTag() 1536 ExifTag t = new ExifTag(getTrueTagKey(tagId), type, definedCount, ifdId, hasDefinedCount); in buildUninitializedTag()
|
/packages/apps/Camera2/src/com/android/camera/exif/ |
D | ExifInterface.java | 1482 int definedCount = getComponentCountFromInfo(info); in buildTag() local 1483 boolean hasDefinedCount = (definedCount != ExifTag.SIZE_UNDEFINED); in buildTag() 1487 ExifTag t = new ExifTag(getTrueTagKey(tagId), type, definedCount, ifdId, hasDefinedCount); in buildTag() 1512 int definedCount = getComponentCountFromInfo(info); in buildUninitializedTag() local 1513 boolean hasDefinedCount = (definedCount != ExifTag.SIZE_UNDEFINED); in buildUninitializedTag() 1515 ExifTag t = new ExifTag(getTrueTagKey(tagId), type, definedCount, ifdId, hasDefinedCount); in buildUninitializedTag()
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/ |
D | ExifInterface.java | 1503 int definedCount = getComponentCountFromInfo(info); in buildTag() local 1504 boolean hasDefinedCount = (definedCount != ExifTag.SIZE_UNDEFINED); in buildTag() 1508 ExifTag t = new ExifTag(getTrueTagKey(tagId), type, definedCount, ifdId, hasDefinedCount); in buildTag() 1533 int definedCount = getComponentCountFromInfo(info); in buildUninitializedTag() local 1534 boolean hasDefinedCount = (definedCount != ExifTag.SIZE_UNDEFINED); in buildUninitializedTag() 1536 ExifTag t = new ExifTag(getTrueTagKey(tagId), type, definedCount, ifdId, hasDefinedCount); in buildUninitializedTag()
|