Searched refs:newTag (Results 1 – 4 of 4) sorted by relevance
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()
1579 Tag newTag = new Tag(tag.getUid(), tag.getTechList(), in rediscover() local1581 return newTag; in rediscover()