Searched refs:newTag (Results 1 – 5 of 5) sorted by relevance
113 ExifTag newTag = currIfd.getTag(oldTag.getTagId()); in commit() local114 if (newTag != null) { in commit()115 if (newTag.getComponentCount() != oldTag.getComponentCount() in commit()116 || newTag.getDataType() != oldTag.getDataType()) { in commit()119 mTagOffsets.add(new TagOffset(newTag, oldTag.getOffset())); in commit()
111 ExifTag newTag = currIfd.getTag(oldTag.getTagId()); in commit() local112 if (newTag != null) { in commit()113 if (newTag.getComponentCount() != oldTag.getComponentCount() in commit()114 || newTag.getDataType() != oldTag.getDataType()) { in commit()117 mTagOffsets.add(new TagOffset(newTag, oldTag.getOffset())); in commit()
112 ExifTag newTag = currIfd.getTag(oldTag.getTagId()); in commit() local113 if (newTag != null) { in commit()114 if (newTag.getComponentCount() != oldTag.getComponentCount() in commit()115 || newTag.getDataType() != oldTag.getDataType()) { in commit()118 mTagOffsets.add(new TagOffset(newTag, oldTag.getOffset())); in commit()
1327 Tag newTag = new Tag(tag.getUid(), tag.getTechList(), in rediscover() local1329 return newTag; in rediscover()