Home
last modified time | relevance | path

Searched refs:definedCount (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/util/exif/
DExifInterface.java1503 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/
DExifInterface.java1482 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/
DExifInterface.java1503 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()