Home
last modified time | relevance | path

Searched refs:orientationValue (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/
DImagePersistWorker.java110 final Integer orientationValue = exifInterface.getTagIntValue(ExifInterface.TAG_ORIENTATION); in writeClippedBitmap() local
111 if (orientationValue != null) { in writeClippedBitmap()
112 orientation = orientationValue.intValue(); in writeClippedBitmap()
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
DImagePersistTask.java85 final Integer orientationValue = in doInBackgroundTimed() local
87 if (orientationValue != null) { in doInBackgroundTimed()
88 orientation = orientationValue.intValue(); in doInBackgroundTimed()
/packages/apps/Messaging/src/com/android/messaging/util/
DImageUtils.java274 final Integer orientationValue = in getOrientation() local
276 if (orientationValue != null) { in getOrientation()
277 orientation = orientationValue.intValue(); in getOrientation()