Home
last modified time | relevance | path

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

/aosp12/packages/apps/LegacyCamera/src/com/android/camera/panorama/
H A DMosaicRendererSurfaceView.java57 getDisplayOrientation(context); in initialize()
62 private void getDisplayOrientation(Context context) { in getDisplayOrientation() method in MosaicRendererSurfaceView
/aosp12/hardware/interfaces/configstore/utils/include/configstore/
H A DUtils.h154 DisplayOrientation getDisplayOrientation(DisplayOrientation defValue) { in getDisplayOrientation() function
/aosp12/frameworks/native/services/surfaceflinger/
H A DSurfaceFlingerProperties.cpp182 getDisplayOrientation<V1_1::ISurfaceFlingerConfigs, in primary_display_orientation()
/aosp12/frameworks/base/core/jni/
H A Dandroid_view_InputEventSender.cpp158 event->getDisplayOrientation(), in sendMotionEvent()
/aosp12/frameworks/native/include/input/
H A DInput.h580 uint32_t getDisplayOrientation() const { return mDisplayOrientation; } in getDisplayOrientation() function
/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
H A DCamera.java1842 mDisplayOrientation = Util.getDisplayOrientation(mDisplayRotation, mCameraId); in setDisplayOrientation()
H A DVideoCamera.java923 int orientation = Util.getDisplayOrientation(mDisplayRotation, mCameraId); in startPreview()
/aosp12/frameworks/native/libs/input/tests/
H A DInputPublisherAndConsumer_test.cpp236 EXPECT_EQ(displayOrientation, motionEvent->getDisplayOrientation()); in PublishAndConsumeMotionEvent()