HomeSort by relevance Sort by last modified time
    Searched refs:getTagCount (Results 1 - 3 of 3) sorted by null

  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
IfdData.java 104 protected int getTagCount() {
136 if (data.getId() == mIfdId && data.getTagCount() == getTagCount()) {
ExifModifier.java 120 if (currIfd.getTagCount() == 0) {
130 if (ifd != null && ifd.getTagCount() > 0) {
ExifOutputStream.java 310 offset += 2 + ifd.getTagCount() * TAG_SIZE + 4;

Completed in 137 milliseconds