Home
last modified time | relevance | path

Searched refs:IsFullScreen (Results 1 - 25 of 36) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
H A Dvideo_full_screen_pattern.h79 bool IsFullScreen() const override
84 return videoPattern->IsFullScreen();
H A Dvideo_accessibility_property.cpp38 if (pattern->IsFullScreen()) { in GetAccessibilityValue()
H A Dvideo_layout_algorithm.cpp98 if (pattern->IsFullScreen()) { in Measure()
113 if (pattern->IsFullScreen()) { in MeasureContent()
H A Dvideo_pattern.h109 virtual bool IsFullScreen() const;
H A Dvideo_pattern.cpp1251 return IsFullScreen() && renderContext->IsUniRenderEnabled(); in OnModifyDone()
1888 bool VideoPattern::IsFullScreen() const in OnModifyDone() function in OHOS::Ace::NG::VideoPattern
1895 auto isFullScreen = IsFullScreen(); in OnModifyDone()
/foundation/arkui/ace_engine/frameworks/core/components/semi_modal/
H A Dsemi_modal_component.h38 bool IsFullScreen() const in IsFullScreen() function in OHOS::Ace::SemiModalComponent
H A Drender_semi_modal.cpp59 isFullScreen_ = semiModal->IsFullScreen(); in Update()
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/safe_area/
H A Dsafe_area_manager.h202 bool IsFullScreen() in IsFullScreen() function in OHOS::Ace::NG::SafeAreaManager
/foundation/window/window_manager/interfaces/kits/napi/extension_window/
H A Djs_extension_window_utils.cpp101 napi_set_named_property(env, objValue, "isFullScreen", CreateJsValue(env, window->IsFullScreen())); in CreateJsExtensionWindowProperties()
/foundation/window/window_manager/test/systemtest/wms/
H A Dwindow_immersive_test.cpp368 ASSERT_EQ(true, window1->IsFullScreen()); in HWTEST_F()
371 ASSERT_EQ(false, window1->IsFullScreen()); in HWTEST_F()
H A Dwindow_immersive_test2.cpp392 EXPECT_EQ(true, window->IsFullScreen()); in HWTEST_F()
398 EXPECT_EQ(false, window->IsFullScreen()); in HWTEST_F()
402 EXPECT_EQ(false, window->IsFullScreen()); in HWTEST_F()
408 EXPECT_EQ(false, window->IsFullScreen()); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/select_popup/
H A Dselect_popup_component.h229 bool IsFullScreen() const in IsFullScreen() function in OHOS::Ace::SelectPopupComponent
H A Drender_select_popup.cpp96 isFullScreen_ = popup->IsFullScreen(); in Update()
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_window.h59 virtual bool IsFullScreen() const {return false;} in IsFullScreen() function in OHOS::Rosen::MockWindow
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stage/
H A Dpage_pattern.cpp458 insets->ToString().c_str(), manager->IsIgnoreAsfeArea(), manager->IsNeedAvoidWindow(), manager->IsFullScreen()); in BeforeCreateLayoutWrapper()
/foundation/window/window_manager/wm/include/
H A Dwindow_scene_session_impl.h117 virtual bool IsFullScreen() const override;
H A Dwindow_impl.h143 virtual bool IsFullScreen() const override;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_pattern.h380 bool IsFullScreen() const in IsFullScreen() function in OHOS::Ace::NG::WebPattern
/foundation/window/window_manager/previewer/include/
H A Dwindow.h149 virtual bool IsFullScreen() const = 0;
H A Dwindow_impl.h80 virtual bool IsFullScreen() const override;
/foundation/arkui/ace_engine/test/unittest/core/manager/
H A Dsafe_area_manager_test_ng.cpp139 EXPECT_EQ(safeAreaManager_->IsFullScreen(), false); in HWTEST_F()
/foundation/window/window_manager/previewer/src/
H A Dwindow_impl.cpp907 bool WindowImpl::IsFullScreen() const in IsFullScreen() function in OHOS::Rosen::WindowImpl
/foundation/arkui/ace_engine/test/unittest/core/pattern/video/
H A Dvideo_test_ng_extra_add.cpp1294 EXPECT_TRUE(videoPattern->IsFullScreen()); in HWTEST_F()
1297 EXPECT_FALSE(videoPattern->IsFullScreen()); in HWTEST_F()
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_scene_session_impl_test.cpp929 ASSERT_EQ(false, window->IsFullScreen()); in HWTEST_F()
1682 ASSERT_EQ(false, window->IsFullScreen()); in HWTEST_F()
/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow.h716 virtual bool IsFullScreen() const { return false; } in IsFullScreen() function in OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::Rosen::Window

Completed in 31 milliseconds

12