Searched refs:sExifTagMapsForReading (Results 1 – 2 of 2) sorted by relevance
1370 private static final HashMap[] sExifTagMapsForReading = new HashMap[EXIF_TAGS.length]; field in ExifInterface1437 sExifTagMapsForReading[ifdType] = new HashMap();1440 sExifTagMapsForReading[ifdType].put(tag.number, tag); in put()4069 ExifTag tag = (ExifTag) sExifTagMapsForReading[ifdType].get(tagNumber); in readImageFileDirectory()
25926 Landroid/media/ExifInterface;->sExifTagMapsForReading:[Ljava/util/HashMap;