Home | History | Annotate | Download | only in testingcamera

Lines Matching defs:getAttrib

121     private String getAttrib(ExifInterface exif, String tag) {
157 String aperture = getAttrib(exif, ExifInterface.TAG_APERTURE);
159 String dateTime = getAttrib(exif, ExifInterface.TAG_DATETIME);
160 String exposureTime = getAttrib(exif, ExifInterface.TAG_EXPOSURE_TIME);
165 String gpsDatestamp = getAttrib(exif, ExifInterface.TAG_GPS_DATESTAMP);
171 String gpsProcessingMethod = getAttrib(exif, ExifInterface.TAG_GPS_PROCESSING_METHOD);
172 String gpsTimestamp = getAttrib(exif, ExifInterface.TAG_GPS_TIMESTAMP);
176 String iso = getAttrib(exif, ExifInterface.TAG_ISO);
177 String make = getAttrib(exif, ExifInterface.TAG_MAKE);
178 String model = getAttrib(exif, ExifInterface.TAG_MODEL);