Home
last modified time | relevance | path

Searched refs:SetScreenRotation (Results 1 - 21 of 21) sorted by relevance

/foundation/window/window_manager/dmserver/src/
H A Dscreen_rotation_controller.cpp104 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 Drs_display_node_test.cpp346 * @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 Drs_point_light_manager_test.cpp310 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 Drs_properties_test.cpp2896 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 Drs_display_node_command.h48 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 Dscreen_property_test.cpp31 * @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 Drs_display_node_command.cpp93 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 Drs_point_light_manager.h38 void SetScreenRotation(ScreenRotation screenRotation) in SetScreenRotation() function in OHOS::Rosen::RSPointLightManager
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_display_node.h51 void SetScreenRotation(const uint32_t& rotation);
H A Drs_display_node.cpp192 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 Dscreen_rotation_controller.h62 static void SetScreenRotation(Rotation targetRotation, bool withAnimation = true);
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/cmd/
H A Drs_display_node_cmd_test.cpp183 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 Drs_display_node_command_test.cpp199 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 Dscreen_property.h97 void SetScreenRotation(Rotation rotation);
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsdisplaynodecommand_fuzzer/
H A Drsdisplaynodecommand_fuzzer.cpp85 DisplayNodeCommandHelper::SetScreenRotation(context, id, screenRotation); in DoDisplayNode()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsdisplayrendernode_fuzzer/
H A Drsdisplayrendernode_fuzzer.cpp101 rsDisplayRenderNode.SetScreenRotation(screenRotation); in DoSomethingInterestingWithMyAPI()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rspointlightmanager_fuzzer/
H A Drspointlightmanager_fuzzer.cpp211 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 Dscreen_property.cpp213 void ScreenProperty::SetScreenRotation(Rotation rotation) in SetScreenRotation() function in OHOS::Rosen::ScreenProperty
H A Dscreen_session.cpp624 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 Drs_display_render_node.h131 void SetScreenRotation(const ScreenRotation& screenRotation) in SetScreenRotation() function in OHOS::Rosen::RSDisplayRenderNode
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_display_render_node_drawable.cpp573 RSPointLightManager::Instance()->SetScreenRotation(screenRotation); in OnDraw()

Completed in 20 milliseconds