Home
last modified time | relevance | path

Searched refs:FULLSCREEN (Results 1 - 16 of 16) sorted by relevance

/foundation/ability/ability_runtime/services/abilitymgr/src/utils/
H A Dwindow_options_utils.cpp51 std::pair<bool, AppExecFwk::SupportWindowMode> result(false, AppExecFwk::SupportWindowMode::FULLSCREEN); in WindowModeMap()
55 result.second = AppExecFwk::SupportWindowMode::FULLSCREEN; in WindowModeMap()
/foundation/window/window_manager/interfaces/kits/cj/window_runtime/
H A Dwindow_utils.h141 FULLSCREEN, member in OHOS::Rosen::ApiWindowMode
150 {ApiWindowMode::FULLSCREEN, WindowMode::WINDOW_MODE_FULLSCREEN }, member in OHOS::Rosen::ApiWindowMode::ApiWindowMode
/foundation/ability/ability_runtime/test/unittest/window_options_utils_test/
H A Dwindow_options_utils_test.cpp71 EXPECT_EQ(result.second, AppExecFwk::SupportWindowMode::FULLSCREEN); in HWTEST_F()
/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dability_info.h77 FULLSCREEN = 0, member in OHOS::AppExecFwk::SupportWindowMode
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window_utils.h154 FULLSCREEN, member in OHOS::Rosen::ApiWindowMode
163 { WindowMode::WINDOW_MODE_FULLSCREEN, ApiWindowMode::FULLSCREEN },
171 {ApiWindowMode::FULLSCREEN, WindowMode::WINDOW_MODE_FULLSCREEN }, member in OHOS::Rosen::ApiWindowMode::ApiWindowMode
H A Djs_window_utils.cpp123 napi_set_named_property(env, objValue, "FULLSCREEN", CreateJsValue(env, in WindowModeInit()
124 static_cast<int32_t>(ApiWindowMode::FULLSCREEN))); in WindowModeInit()
/foundation/window/window_manager/utils/test/unittest/
H A Dwindow_transition_info_test.cpp79 ASSERT_EQ(AppExecFwk::SupportWindowMode::FULLSCREEN, winTransitionInfo1->supportWindowModes_[0]); in HWTEST_F()
308 AppExecFwk::SupportWindowMode::FULLSCREEN, in HWTEST_F()
315 ASSERT_EQ(supportModesOut[0], AppExecFwk::SupportWindowMode::FULLSCREEN); in HWTEST_F()
/foundation/window/window_manager/utils/src/
H A Dwindow_transition_info.cpp32 AppExecFwk::SupportWindowMode::FULLSCREEN, in WindowTransitionInfo()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dability_info.h103 FULLSCREEN = 0, member in OHOS::AppExecFwk::GetAbilityInfoFlag::SupportWindowMode
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Ddialog_layout_algorithm.cpp33 constexpr Dimension FULLSCREEN = 100.0_pct; member
472 width = FULLSCREEN; in ProcessMaskRect()
475 height = FULLSCREEN; in ProcessMaskRect()
/foundation/window/window_manager/wmserver/test/unittest/
H A Dstarting_window_test.cpp70 AppExecFwk::SupportWindowMode::FULLSCREEN, in SetUp()
H A Dremote_animation_test.cpp72 AppExecFwk::SupportWindowMode::FULLSCREEN, in SetUp()
/foundation/window/window_manager/utils/include/
H A Dwindow_helper.h251 if (mode == AppExecFwk::SupportWindowMode::FULLSCREEN) { in ConvertSupportModesToSupportInfo()
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dmodule_profile.cpp142 {"fullscreen", SupportWindowMode::FULLSCREEN},
1546 modes.insert(SupportWindowMode::FULLSCREEN); in ConvertToAbilityWindowMode()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dmodule_profile.cpp124 {"fullscreen", SupportWindowMode::FULLSCREEN},
2054 modes.insert(SupportWindowMode::FULLSCREEN); in ConvertToAbilityWindowMode()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dbundle_manager.cpp4381 napi_create_int32(env, static_cast<int32_t>(SupportWindowMode::FULLSCREEN), &nFullscreen)); in CreateSupportWindowModesObject()

Completed in 33 milliseconds