/foundation/window/window_manager/dmserver/src/ |
H A D | screen_rotation_controller.cpp | 104 SetScreenRotation(targetDisplayRotation); in HandleSensorEventInput() 185 void ScreenRotationController::SetScreenRotation(Rotation targetRotation, bool withAnimation) in SetScreenRotation() function in OHOS::Rosen::ScreenRotationController 234 SetScreenRotation(rotationLockedRotation_); in ProcessSwitchToSensorRelatedOrientation() 274 SetScreenRotation(ConvertDeviceToDisplayRotation(rotation)); in ProcessSwitchToAutoRotation() 281 SetScreenRotation(ConvertDeviceToDisplayRotation(rotation)); in ProcessSwitchToAutoRotationPortrait() 284 SetScreenRotation(ConvertDeviceToDisplayRotation(DeviceRotation::ROTATION_PORTRAIT)); in ProcessSwitchToAutoRotationPortrait() 290 SetScreenRotation(ConvertDeviceToDisplayRotation(rotation)); in ProcessSwitchToAutoRotationLandscape() 293 SetScreenRotation(ConvertDeviceToDisplayRotation(DeviceRotation::ROTATION_LANDSCAPE)); in ProcessSwitchToAutoRotationLandscape() 302 SetScreenRotation(rotationLockedRotation_); in ProcessSwitchToAutoRotationPortraitRestricted() 305 SetScreenRotation(ConvertDeviceToDisplayRotatio in ProcessSwitchToAutoRotationPortraitRestricted() [all...] |
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/ |
H A D | rs_display_node_test.cpp | 346 * @tc.name: SetScreenRotation
347 * @tc.desc: test results of SetScreenRotation
351 HWTEST_F(RSDisplayNodeTest, SetScreenRotation, TestSize.Level1)
in HWTEST_F() 356 displayNode->SetScreenRotation(rotation);
in HWTEST_F() 359 displayNode->SetScreenRotation(rotation);
in HWTEST_F() 362 displayNode->SetScreenRotation(rotation);
in HWTEST_F() 365 displayNode->SetScreenRotation(rotation);
in HWTEST_F() 368 displayNode->SetScreenRotation(rotation);
in HWTEST_F() 373 displayNode->SetScreenRotation(rotation);
in HWTEST_F() 407 * @tc.desc: SetScreenRotation Tes [all...] |
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/ |
H A D | rs_point_light_manager_test.cpp | 310 instance->SetScreenRotation(ScreenRotation::ROTATION_0);
in HWTEST_F() 314 instance->SetScreenRotation(ScreenRotation::ROTATION_90);
in HWTEST_F() 318 instance->SetScreenRotation(ScreenRotation::ROTATION_0);
in HWTEST_F() 323 instance->SetScreenRotation(ScreenRotation::ROTATION_90);
in HWTEST_F() 326 instance->SetScreenRotation(ScreenRotation::ROTATION_180);
in HWTEST_F() 329 instance->SetScreenRotation(ScreenRotation::ROTATION_270);
in HWTEST_F() 391 instance->SetScreenRotation(ScreenRotation::ROTATION_0);
in HWTEST_F() 396 instance->SetScreenRotation(ScreenRotation::ROTATION_90);
in HWTEST_F() 401 instance->SetScreenRotation(ScreenRotation::ROTATION_180);
in HWTEST_F() 406 instance->SetScreenRotation(ScreenRotatio in HWTEST_F() [all...] |
H A D | rs_properties_test.cpp | 2896 RSPointLightManager::Instance()->SetScreenRotation(screenRotation); in HWTEST_F() 2900 RSPointLightManager::Instance()->SetScreenRotation(screenRotation); in HWTEST_F() 2904 RSPointLightManager::Instance()->SetScreenRotation(screenRotation); in HWTEST_F() 2908 RSPointLightManager::Instance()->SetScreenRotation(screenRotation); in HWTEST_F() 2912 RSPointLightManager::Instance()->SetScreenRotation(screenRotation); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/command/ |
H A D | rs_display_node_command.h | 48 static void SetScreenRotation(RSContext&, NodeId, const ScreenRotation&); 69 ARG(DISPLAY_NODE, DISPLAY_NODE_SET_SCREEN_ROTATION, DisplayNodeCommandHelper::SetScreenRotation, NodeId,
|
/foundation/window/window_manager/window_scene/test/dms_unittest/ |
H A D | screen_property_test.cpp | 31 * @tc.name: SetScreenRotation 35 HWTEST_F(ScreenPropertyTest, SetScreenRotation, Function | SmallTest | Level2) in HWTEST_F() 37 GTEST_LOG_(INFO) << "ScreenPropertyTest: SetScreenRotation start"; in HWTEST_F() 41 property->SetScreenRotation(rotation); in HWTEST_F() 44 property->SetScreenRotation(rotation); in HWTEST_F() 47 property->SetScreenRotation(rotation); in HWTEST_F() 50 property->SetScreenRotation(rotation); in HWTEST_F() 52 GTEST_LOG_(INFO) << "ScreenPropertyTest: SetScreenRotation end"; in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/ |
H A D | rs_display_node_command.cpp | 93 void DisplayNodeCommandHelper::SetScreenRotation(RSContext& context, NodeId id, const ScreenRotation& screenRotation) in SetScreenRotation() function in OHOS::Rosen::DisplayNodeCommandHelper 96 node->SetScreenRotation(screenRotation); in SetScreenRotation()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/ |
H A D | rs_point_light_manager.h | 38 void SetScreenRotation(ScreenRotation screenRotation) in SetScreenRotation() function in OHOS::Rosen::RSPointLightManager
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
H A D | rs_display_node.h | 51 void SetScreenRotation(const uint32_t& rotation);
|
H A D | rs_display_node.cpp | 192 void RSDisplayNode::SetScreenRotation(const uint32_t& rotation) in SetScreenRotation() function in OHOS::Rosen::RSDisplayNode 217 ROSEN_LOGI("RSDisplayNode::SetScreenRotation, displayNodeId:[%{public}" PRIu64 "]" in SetScreenRotation()
|
/foundation/window/window_manager/dmserver/include/ |
H A D | screen_rotation_controller.h | 62 static void SetScreenRotation(Rotation targetRotation, bool withAnimation = true);
|
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/cmd/ |
H A D | rs_display_node_cmd_test.cpp | 183 DisplayNodeCommandHelper::SetScreenRotation(context, id, ScreenRotation::ROTATION_0); in HWTEST_F() 187 DisplayNodeCommandHelper::SetScreenRotation(context, id, ScreenRotation::ROTATION_0); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/command/ |
H A D | rs_display_node_command_test.cpp | 199 DisplayNodeCommandHelper::SetScreenRotation(context, id, ScreenRotation::ROTATION_0); in HWTEST_F() 203 DisplayNodeCommandHelper::SetScreenRotation(context, id, ScreenRotation::ROTATION_0); in HWTEST_F()
|
/foundation/window/window_manager/window_scene/session/screen/include/ |
H A D | screen_property.h | 97 void SetScreenRotation(Rotation rotation);
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsdisplaynodecommand_fuzzer/ |
H A D | rsdisplaynodecommand_fuzzer.cpp | 85 DisplayNodeCommandHelper::SetScreenRotation(context, id, screenRotation);
in DoDisplayNode()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsdisplayrendernode_fuzzer/ |
H A D | rsdisplayrendernode_fuzzer.cpp | 101 rsDisplayRenderNode.SetScreenRotation(screenRotation);
in DoSomethingInterestingWithMyAPI()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rspointlightmanager_fuzzer/ |
H A D | rspointlightmanager_fuzzer.cpp | 211 instance->SetScreenRotation(screenRotation);
in DoSetScreenRotation() 246 OHOS::Rosen::DoSetScreenRotation(data, size); // SetScreenRotation
in LLVMFuzzerTestOneInput()
|
/foundation/window/window_manager/window_scene/session/screen/src/ |
H A D | screen_property.cpp | 213 void ScreenProperty::SetScreenRotation(Rotation rotation) in SetScreenRotation() function in OHOS::Rosen::ScreenProperty
|
H A D | screen_session.cpp | 624 displayNode_->SetScreenRotation(static_cast<uint32_t>(targetRotation)); in UpdatePropertyAfterRotation() 630 displayNode_->SetScreenRotation(static_cast<uint32_t>(targetRotation)); in UpdatePropertyAfterRotation() 706 property_.SetScreenRotation(rotation); in SetRotation()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/ |
H A D | rs_display_render_node.h | 131 void SetScreenRotation(const ScreenRotation& screenRotation) in SetScreenRotation() function in OHOS::Rosen::RSDisplayRenderNode
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/ |
H A D | rs_display_render_node_drawable.cpp | 573 RSPointLightManager::Instance()->SetScreenRotation(screenRotation); in OnDraw()
|