Home
last modified time | relevance | path

Searched refs:SetIsLayoutFullScreen (Results 1 - 14 of 14) sorted by relevance

/foundation/arkui/ace_engine/test/unittest/core/layout/
H A Dbox_layout_algorithm_test_ng.cpp145 * @tc.steps: step5. call SetIsLayoutFullScreen. in HWTEST_F()
148 PipelineBase::GetCurrentContext()->SetIsLayoutFullScreen(true); in HWTEST_F()
195 * @tc.steps: step4. call SetIsLayoutFullScreen and SetIsAppWindow. in HWTEST_F()
198 PipelineBase::GetCurrentContext()->SetIsLayoutFullScreen(false); in HWTEST_F()
255 * @tc.steps: step5. call SetIsLayoutFullScreen and SetIsAppWindow. in HWTEST_F()
259 PipelineBase::GetCurrentContext()->SetIsLayoutFullScreen(true); in HWTEST_F()
314 * @tc.steps: step5. call SetIsLayoutFullScreen and SetIsAppWindow. in HWTEST_F()
317 PipelineBase::GetCurrentContext()->SetIsLayoutFullScreen(false); in HWTEST_F()
325 PipelineBase::GetCurrentContext()->SetIsLayoutFullScreen(true); in HWTEST_F()
/foundation/window/window_manager/window_scene/test/unittest/
H A Dwindow_session_property_test.cpp677 * @tc.name: SetIsLayoutFullScreen
678 * @tc.desc: SetIsLayoutFullScreen and IsLayoutFullScreen to check the value
681 HWTEST_F(WindowSessionPropertyTest, SetIsLayoutFullScreen, Function | SmallTest | Level2) in HWTEST_F()
685 property->SetIsLayoutFullScreen(true); in HWTEST_F()
H A Dscene_session_manager_test4.cpp1164 sceneSession04->property_->SetIsLayoutFullScreen(true); in HWTEST_F()
1170 sceneSession04->property_->SetIsLayoutFullScreen(false); in HWTEST_F()
/foundation/window/window_manager/window_scene/common/src/
H A Dwindow_session_property.cpp1114 property->SetIsLayoutFullScreen(parcel.ReadBool()); in Unmarshalling()
1375 SetIsLayoutFullScreen(parcel.ReadBool()); in ReadActionUpdateMaximizeState()
1496 void WindowSessionProperty::SetIsLayoutFullScreen(bool isLayoutFullScreen) in SetIsLayoutFullScreen() function in OHOS::Rosen::WindowSessionProperty
/foundation/window/window_manager/window_scene/common/include/
H A Dwindow_session_property.h189 void SetIsLayoutFullScreen(bool isLayoutFullScreen);
/foundation/arkui/ace_engine/test/unittest/core/pipeline/
H A Dpipeline_context_test_ng_new.cpp658 context_->SetIsLayoutFullScreen(true); in HWTEST_F()
659 context_->SetIsLayoutFullScreen(false); in HWTEST_F()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_ability.cpp698 pipelineContext->SetIsLayoutFullScreen( in OnSizeChange()
H A Dui_content_impl.cpp2539 pipelineContext->SetIsLayoutFullScreen( in UpdateViewportConfigWithAnimation()
/foundation/arkui/ace_engine/test/mock/core/pipeline/
H A Dmock_pipeline_context.cpp690 void PipelineContext::SetIsLayoutFullScreen(bool value) {}; in SetIsLayoutFullScreen() function in OHOS::OHOS::Ace::NG::PipelineContext
/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.h1137 virtual void SetIsLayoutFullScreen(bool isLayoutFullScreen) {} in SetIsLayoutFullScreen() function in OHOS::OHOS::Ace::PipelineBase
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.h666 void SetIsLayoutFullScreen(bool value) override;
H A Dpipeline_context.cpp1934 void PipelineContext::SetIsLayoutFullScreen(bool value) in SetIsLayoutFullScreen() function in OHOS::Ace::NG::PipelineContext
/foundation/window/window_manager/wm/src/
H A Dwindow_scene_session_impl.cpp1913 property_->SetIsLayoutFullScreen(status); in SetLayoutFullScreen()
1932 property_->SetIsLayoutFullScreen(preStatus); in SetLayoutFullScreen()
2241 property_->SetIsLayoutFullScreen(enableImmersiveMode_); in Maximize()
/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp3724 sessionProperty->SetIsLayoutFullScreen(property->IsLayoutFullScreen()); in HandleActionUpdateMaximizeState()

Completed in 82 milliseconds