/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/ |
H A D | video_full_screen_pattern.h | 79 bool IsFullScreen() const override 84 return videoPattern->IsFullScreen();
|
H A D | video_accessibility_property.cpp | 38 if (pattern->IsFullScreen()) { in GetAccessibilityValue()
|
H A D | video_layout_algorithm.cpp | 98 if (pattern->IsFullScreen()) {
in Measure() 113 if (pattern->IsFullScreen()) {
in MeasureContent()
|
H A D | video_pattern.h | 109 virtual bool IsFullScreen() const;
|
H A D | video_pattern.cpp | 1251 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 D | semi_modal_component.h | 38 bool IsFullScreen() const in IsFullScreen() function in OHOS::Ace::SemiModalComponent
|
H A D | render_semi_modal.cpp | 59 isFullScreen_ = semiModal->IsFullScreen(); in Update()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/safe_area/ |
H A D | safe_area_manager.h | 202 bool IsFullScreen() in IsFullScreen() function in OHOS::Ace::NG::SafeAreaManager
|
/foundation/window/window_manager/interfaces/kits/napi/extension_window/ |
H A D | js_extension_window_utils.cpp | 101 napi_set_named_property(env, objValue, "isFullScreen", CreateJsValue(env, window->IsFullScreen()));
in CreateJsExtensionWindowProperties()
|
/foundation/window/window_manager/test/systemtest/wms/ |
H A D | window_immersive_test.cpp | 368 ASSERT_EQ(true, window1->IsFullScreen());
in HWTEST_F() 371 ASSERT_EQ(false, window1->IsFullScreen());
in HWTEST_F()
|
H A D | window_immersive_test2.cpp | 392 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 D | select_popup_component.h | 229 bool IsFullScreen() const in IsFullScreen() function in OHOS::Ace::SelectPopupComponent
|
H A D | render_select_popup.cpp | 96 isFullScreen_ = popup->IsFullScreen(); in Update()
|
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/ |
H A D | mock_window.h | 59 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 D | page_pattern.cpp | 458 insets->ToString().c_str(), manager->IsIgnoreAsfeArea(), manager->IsNeedAvoidWindow(), manager->IsFullScreen()); in BeforeCreateLayoutWrapper()
|
/foundation/window/window_manager/wm/include/ |
H A D | window_scene_session_impl.h | 117 virtual bool IsFullScreen() const override;
|
H A D | window_impl.h | 143 virtual bool IsFullScreen() const override;
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/ |
H A D | web_pattern.h | 380 bool IsFullScreen() const in IsFullScreen() function in OHOS::Ace::NG::WebPattern
|
/foundation/window/window_manager/previewer/include/ |
H A D | window.h | 149 virtual bool IsFullScreen() const = 0;
|
H A D | window_impl.h | 80 virtual bool IsFullScreen() const override;
|
/foundation/arkui/ace_engine/test/unittest/core/manager/ |
H A D | safe_area_manager_test_ng.cpp | 139 EXPECT_EQ(safeAreaManager_->IsFullScreen(), false); in HWTEST_F()
|
/foundation/window/window_manager/previewer/src/ |
H A D | window_impl.cpp | 907 bool WindowImpl::IsFullScreen() const in IsFullScreen() function in OHOS::Rosen::WindowImpl
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/video/ |
H A D | video_test_ng_extra_add.cpp | 1294 EXPECT_TRUE(videoPattern->IsFullScreen()); in HWTEST_F() 1297 EXPECT_FALSE(videoPattern->IsFullScreen()); in HWTEST_F()
|
/foundation/window/window_manager/wm/test/unittest/ |
H A D | window_scene_session_impl_test.cpp | 929 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 D | window.h | 716 virtual bool IsFullScreen() const { return false; } in IsFullScreen() function in OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::Rosen::Window
|