Home
last modified time | relevance | path

Searched defs:getDisplayOrientation (Results 1 – 4 of 4) sorted by relevance

/aosp12/hardware/interfaces/configstore/utils/include/configstore/
H A DUtils.h154 DisplayOrientation getDisplayOrientation(DisplayOrientation defValue) { in getDisplayOrientation() function
/aosp12/packages/apps/LegacyCamera/src/com/android/camera/panorama/
H A DMosaicRendererSurfaceView.java62 private void getDisplayOrientation(Context context) { in getDisplayOrientation() method in MosaicRendererSurfaceView
/aosp12/packages/apps/LegacyCamera/src/com/android/camera/
H A DUtil.java338 public static int getDisplayOrientation(int degrees, int cameraId) { in getDisplayOrientation() method in Util
/aosp12/frameworks/native/include/input/
H A DInput.h580 uint32_t getDisplayOrientation() const { return mDisplayOrientation; } in getDisplayOrientation() function