Home
last modified time | relevance | path

Searched refs:getAttributeInt (Results 1 – 9 of 9) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/
DExifInterfaceCompat.java39 public int getAttributeInt(String tag, int defaultValue) { in getAttributeInt() method in ExifInterfaceCompat
41 ? mFrameworkExifInterface.getAttributeInt(tag, defaultValue) in getAttributeInt()
42 : mSupportExifInterface.getAttributeInt(tag, defaultValue); in getAttributeInt()
DContentUriAsset.java235 return mExifCompat.getAttributeInt(ExifInterfaceCompat.TAG_ORIENTATION, in readExifOrientation()
/packages/apps/Dialer/java/com/android/dialer/callcomposer/
DCopyAndResizeImageWorker.java60 .getAttributeInt(ExifInterface.TAG_ORIENTATION, ExifInterface.ORIENTATION_NORMAL); in doInBackground()
/packages/apps/WallpaperPicker/src/com/android/gallery3d/common/
DExifOrientation.java128 switch (exif.getAttributeInt(ExifInterface.TAG_ORIENTATION, 0)) { in readRotation()
/packages/apps/DocumentsUI/src/com/android/documentsui/archives/
DReadableArchive.java310 switch (exif.getAttributeInt(ExifInterface.TAG_ORIENTATION, -1)) { in openDocumentThumbnail()
DMetadataReader.java264 int data = exifInterface.getAttributeInt(tag, Integer.MIN_VALUE); in getExifData()
/packages/apps/Gallery/src/com/android/camera/
DImageManager.java258 int orientation = exif.getAttributeInt( in getExifOrientation()
DMenuHelper.java351 int whitebalance = exif.getAttributeInt(ExifInterface.TAG_WHITE_BALANCE, -1); in getWhiteBalanceString()
/packages/providers/MediaProvider/src/com/android/providers/media/scan/
DModernMediaScanner.java736 parseOptionalOrientation(exif.getAttributeInt(ExifInterface.TAG_ORIENTATION, in scanItemImage()