Home
last modified time | relevance | path

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

/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
DExifInterface.java1504 boolean hasDefinedCount = (definedCount != ExifTag.SIZE_UNDEFINED); in buildTag()
1508 ExifTag t = new ExifTag(getTrueTagKey(tagId), type, definedCount, ifdId, hasDefinedCount); in buildTag()
1534 boolean hasDefinedCount = (definedCount != ExifTag.SIZE_UNDEFINED); in buildUninitializedTag()
1536 ExifTag t = new ExifTag(getTrueTagKey(tagId), type, definedCount, ifdId, hasDefinedCount); in buildUninitializedTag()
DExifTag.java878 protected boolean hasDefinedCount() { in hasDefinedCount() method in ExifTag
DExifParser.java568 boolean defCount = tag.hasDefinedCount(); in readTag()