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