/foundation/window/window_manager/dmserver/src/ |
H A D | screen_rotation_controller.cpp | 362 defaultDeviceRotation_ == 0 ? Rotation::ROTATION_180 : Rotation::ROTATION_270}, in ProcessRotationMapping() 364 defaultDeviceRotation_ == 1 ? Rotation::ROTATION_180 : Rotation::ROTATION_270}, in ProcessRotationMapping() 373 {defaultDeviceRotation_ == 0 ? Rotation::ROTATION_180 : Rotation::ROTATION_270, in ProcessRotationMapping() 375 {defaultDeviceRotation_ == 1 ? Rotation::ROTATION_180 : Rotation::ROTATION_270, in ProcessRotationMapping() 384 {SensorRotation::ROTATION_270, CalcDeviceRotation(SensorRotation::ROTATION_270)}, in ProcessRotationMapping()
|
H A D | sensor_connector.cpp | 152 } else if (sensorDegree >= 240 && sensorDegree <= 300) { // Use ROTATION_270 when degree range is [240, 300] in CalcSensorRotation() 153 return SensorRotation::ROTATION_270; in CalcSensorRotation()
|
H A D | display_cutout_controller.cpp | 220 case Rotation::ROTATION_270: { in CalcBuiltInDisplayWaterfallRectsByRotation() 274 case Rotation::ROTATION_270: { in TransferBoundingRectsByRotation()
|
/foundation/window/window_manager/window_scene/screen_session_manager/src/ |
H A D | screen_cutout_controller.cpp | 88 case Rotation::ROTATION_270: { in ConvertBoundaryRectsByRotation() 228 case Rotation::ROTATION_270: { in CalcWaterfallRectsByRotation() 338 defaultDeviceRotation_ == 0 ? Rotation::ROTATION_180 : Rotation::ROTATION_270 }, in ProcessRotationMapping() 340 defaultDeviceRotation_ == 1 ? Rotation::ROTATION_180 : Rotation::ROTATION_270 }, in ProcessRotationMapping()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_point_light_manager.cpp | 135 } else if (rotation == ScreenRotation::ROTATION_90 || rotation == ScreenRotation::ROTATION_270) { in CheckIlluminated() 167 case ScreenRotation::ROTATION_270: in CalculateLightPosForIlluminated()
|
/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | display_info.h | 50 ROTATION_270, member in OHOS::Ace::Rotation
|
/foundation/window/window_manager/dmserver/include/ |
H A D | screen_rotation_controller.h | 32 ROTATION_270, member in OHOS::Rosen::SensorRotation
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/ |
H A D | rs_point_light_manager_test.cpp | 329 instance->SetScreenRotation(ScreenRotation::ROTATION_270);
in HWTEST_F() 372 instance->screenRotation_ = ScreenRotation::ROTATION_270;
in HWTEST_F() 406 instance->SetScreenRotation(ScreenRotation::ROTATION_270);
in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_uni_render_virtual_processor.cpp | 270 } else if (screenRotation == ScreenRotation::ROTATION_270) { in OriginScreenRotation() 280 screenCorrection_ == ScreenRotation::ROTATION_270) { in ScaleMirrorIfNeed() 285 angle == ScreenRotation::ROTATION_270) { in ScaleMirrorIfNeed()
|
H A D | rs_processor.cpp | 202 mirroredNode->GetRotation() == ScreenRotation::ROTATION_270) { in SetMirrorScreenSwap() 305 case ScreenRotation::ROTATION_270: in CalculateMirrorAdaptiveMatrix()
|
/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/ |
H A D | camera_napi_const.h | 113 enum JSImageRotation { ROTATION_0 = 0, ROTATION_90 = 90, ROTATION_180 = 180, ROTATION_270 = 270 }; enumerator
|
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/ |
H A D | capture_output.h | 111 ROTATION_270 = 270 enumerator
|
/foundation/window/window_manager/wmserver/test/unittest/ |
H A D | input_window_monitor_test.cpp | 145 rotate = Rotation::ROTATION_270; in HWTEST_F()
|
/foundation/window/window_manager/dmserver/test/unittest/ |
H A D | display_cutout_controller_test.cpp | 138 controller->CalcBuiltInDisplayWaterfallRectsByRotation(Rotation::ROTATION_270, displayHeight, displayWidth); in HWTEST_F() 303 absDisplay->RequestRotation(Rotation::ROTATION_270); in HWTEST_F()
|
H A D | abstract_screen_controller_test.cpp | 131 screen->rotation_ = Rotation::ROTATION_270; in HWTEST_F() 133 ASSERT_EQ(Rotation::ROTATION_270, screen->rotation_); in HWTEST_F() 146 absController_->SetScreenRotateAnimation(screen, 1, Rotation::ROTATION_270, true); in HWTEST_F() 160 absController_->SetScreenRotateAnimation(screen, 1, Rotation::ROTATION_270, false); in HWTEST_F() 1190 absController_->SetScreenRotateAnimation(screen, 1, Rotation::ROTATION_270, false); in HWTEST_F()
|
H A D | screen_rotation_controller_test.cpp | 433 ASSERT_EQ(false, ScreenRotationController::IsDisplayRotationVertical(Rotation::ROTATION_270)); in HWTEST_F() 437 ASSERT_EQ(true, ScreenRotationController::IsDisplayRotationHorizontal(Rotation::ROTATION_270)); in HWTEST_F() 621 ASSERT_EQ(SensorRotation::ROTATION_270, GravitySensorSubscriber::CalcSensorRotation(270)); in HWTEST_F()
|
/foundation/window/window_manager/window_scene/test/dms_unittest/ |
H A D | screen_cutout_controller_test.cpp | 290 rotation = Rotation::ROTATION_270; in HWTEST_F() 322 ASSERT_EQ(true, controller->IsDisplayRotationHorizontal(Rotation::ROTATION_270)); in HWTEST_F()
|
H A D | screen_session_test.cpp | 337 ASSERT_EQ(res, Rotation::ROTATION_270); in HWTEST_F() 1765 sensorRotation = Rotation::ROTATION_270; in HWTEST_F() 1986 EXPECT_EQ(Rotation::ROTATION_270, res); in HWTEST_F() 1992 EXPECT_EQ(Rotation::ROTATION_270, res); in HWTEST_F() 2039 EXPECT_EQ(Rotation::ROTATION_270, res); in HWTEST_F() 2085 rotation = Rotation::ROTATION_270; in HWTEST_F() 2125 rotation = Rotation::ROTATION_270; in HWTEST_F()
|
/foundation/window/window_manager/wmserver/src/ |
H A D | input_window_monitor.cpp | 117 displayInfo->GetRotation() == Rotation::ROTATION_270) { in UpdateDisplayInfo() 231 case Rotation::ROTATION_270: in GetDisplayDirectionForMmi()
|
/foundation/window/window_manager/window_scene/session/screen/src/ |
H A D | screen_session.cpp | 34 static const int32_t ROTATION_270 = 3; member 459 case Rotation::ROTATION_270: in ConvertRotationToFloat() 534 targetRotation = Rotation::ROTATION_270; in ConvertIntToRotation() 577 && g_screenRotationOffSet == ROTATION_270) { in UpdateToInputManager() 815 (g_screenRotationOffSet == ROTATION_90 || g_screenRotationOffSet == ROTATION_270)) { in CalcRotation() 829 return isVerticalScreen ? Rotation::ROTATION_180 : Rotation::ROTATION_270; in CalcRotation() 832 return isVerticalScreen ? Rotation::ROTATION_270 : Rotation::ROTATION_180; in CalcRotation() 857 case Rotation::ROTATION_270: { in CalcDisplayOrientation()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/dfx/ |
H A D | rs_dirty_rects_dfx.cpp | 177 } else if (rotation == ScreenRotation::ROTATION_270) { in RefreshRateRotationProcess() 226 (rotation == ScreenRotation::ROTATION_270 ? ScreenRotation::ROTATION_0 in DrawCurrentRefreshRate()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/ |
H A D | rs_surface_capture_task_parallel_test.cpp | 53 task.screenRotation_ = ScreenRotation::ROTATION_270; in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/screen_manager/ |
H A D | screen_types.h | 66 ROTATION_270,
member in OHOS::Rosen::ScreenRotation
|
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/pipeline/ |
H A D | rs_surface_capture_task_parallel_unit_test.cpp | 53 task.screenRotation_ = ScreenRotation::ROTATION_270; in HWTEST_F()
|
/foundation/window/window_manager/previewer/include/ |
H A D | dm_common.h | 232 ROTATION_270, member in OHOS::Rosen::Rotation
|