Searched refs:getAttributeInt (Results 1 – 8 of 8) sorted by relevance
39 public int getAttributeInt(String tag, int defaultValue) { in getAttributeInt() method in ExifInterfaceCompat41 ? mFrameworkExifInterface.getAttributeInt(tag, defaultValue) in getAttributeInt()42 : mSupportExifInterface.getAttributeInt(tag, defaultValue); in getAttributeInt()
242 return mExifCompat.getAttributeInt(ExifInterfaceCompat.TAG_ORIENTATION, in readExifOrientation()
60 .getAttributeInt(ExifInterface.TAG_ORIENTATION, ExifInterface.ORIENTATION_NORMAL); in doInBackground()
310 switch (exif.getAttributeInt(ExifInterface.TAG_ORIENTATION, -1)) { in openDocumentThumbnail()
264 int data = exifInterface.getAttributeInt(tag, Integer.MIN_VALUE); in getExifData()
258 int orientation = exif.getAttributeInt( in getExifOrientation()
351 int whitebalance = exif.getAttributeInt(ExifInterface.TAG_WHITE_BALANCE, -1); in getWhiteBalanceString()
1399 parseOptionalOrientation(exif.getAttributeInt(ExifInterface.TAG_ORIENTATION, in scanItemImage()