Home
last modified time | relevance | path

Searched refs:readRotation (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/apps/WallpaperPicker/src/com/android/gallery3d/common/
H A DExifOrientation.java47 public static final int readRotation(InputStream in, Context context) { in readRotation() method in ExifOrientation
105 return readRotation(tempFile.getAbsolutePath()); in readRotation()
125 public static final int readRotation(String filePath) { in readRotation() method in ExifOrientation
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayRotation.java253 mLidOpenRotation = readRotation(R.integer.config_lidOpenRotation); in DisplayRotation()
254 mCarDockRotation = readRotation(R.integer.config_carDockRotation); in DisplayRotation()
255 mDeskDockRotation = readRotation(R.integer.config_deskDockRotation); in DisplayRotation()
256 mUndockedHdmiRotation = readRotation(R.integer.config_undockedHdmiRotation); in DisplayRotation()
267 private int readRotation(int resID) { in readRotation() method in DisplayRotation
/aosp12/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/common/
H A DInputStreamProvider.java227 return ExifOrientation.readRotation(new BufferedInputStream(is), context); in getRotationFromExif()
/aosp12/packages/apps/WallpaperPicker/src/com/android/photos/
H A DBitmapRegionTileSource.java287 return ExifOrientation.readRotation(mPath); in getExifRotation()
/aosp12/frameworks/base/services/
H A Dart-profile46228 HSPLcom/android/server/wm/DisplayRotation;->readRotation(I)I+]Landroid/content/res/Resources;Landro…