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

/packages/apps/Camera2/src/com/android/camera/exif/
H A DIfdData.java104 protected int getTagCount() { method in class:IfdData
136 if (data.getId() == mIfdId && data.getTagCount() == getTagCount()) {
H A DExifModifier.java119 if (currIfd.getTagCount() == 0) {
129 if (ifd != null && ifd.getTagCount() > 0) {
H A DExifOutputStream.java310 offset += 2 + ifd.getTagCount() * TAG_SIZE + 4;
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
H A DIfdData.java104 protected int getTagCount() { method in class:IfdData
136 if (data.getId() == mIfdId && data.getTagCount() == getTagCount()) {
H A DExifModifier.java120 if (currIfd.getTagCount() == 0) {
130 if (ifd != null && ifd.getTagCount() > 0) {
H A DExifOutputStream.java310 offset += 2 + ifd.getTagCount() * TAG_SIZE + 4;
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
H A DIfdData.java104 protected int getTagCount() { method in class:IfdData
136 if (data.getId() == mIfdId && data.getTagCount() == getTagCount()) {
H A DExifModifier.java119 if (currIfd.getTagCount() == 0) {
129 if (ifd != null && ifd.getTagCount() > 0) {
H A DExifOutputStream.java310 offset += 2 + ifd.getTagCount() * TAG_SIZE + 4;
/packages/apps/Mms/src/com/android/mms/exif/
H A DIfdData.java104 protected int getTagCount() { method in class:IfdData
136 if (data.getId() == mIfdId && data.getTagCount() == getTagCount()) {
H A DExifModifier.java121 if (currIfd.getTagCount() == 0) {
131 if (ifd != null && ifd.getTagCount() > 0) {
H A DExifOutputStream.java312 offset += 2 + ifd.getTagCount() * TAG_SIZE + 4;

Completed in 234 milliseconds