Searched refs:sExifTagMapsForWriting (Results 1 – 1 of 1) sorted by relevance
1021 private static final HashMap[] sExifTagMapsForWriting = new HashMap[EXIF_TAGS.length]; field in ExifInterface1066 sExifTagMapsForWriting[hint] = new HashMap();1069 sExifTagMapsForWriting[hint].put(tag.name, tag); in put()1304 final Object obj = sExifTagMapsForWriting[i].get(tag); in setAttribute()2424 final ExifTag tag = (ExifTag) sExifTagMapsForWriting[hint].get(entry.getKey()); in writeExifSegment()