Home
last modified time | relevance | path

Searched refs:IsFullScreen (Results 1 – 25 of 38) sorted by relevance

12

/ohos5.0/base/telephony/call_manager/services/call/call_state_observer/src/
H A Dincoming_call_notification.cpp74 if (!IsFullScreen()) { in PublishIncomingCallNotification()
107 bool IncomingCallNotification::IsFullScreen() in IsFullScreen() function in OHOS::Telephony::IncomingCallNotification
110 return DisplayManager::IsFullScreen(); in IsFullScreen()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
H A Dvideo_full_screen_pattern.h79 bool IsFullScreen() const override in IsFullScreen() function
84 return videoPattern->IsFullScreen(); in IsFullScreen()
H A Dvideo_layout_algorithm.cpp106 if (pattern->IsFullScreen()) { in Measure()
121 if (pattern->IsFullScreen()) { in MeasureContent()
H A Dvideo_accessibility_property.cpp41 if (pattern->IsFullScreen()) { in GetAccessibilityValue()
H A Dvideo_pattern.h104 virtual bool IsFullScreen() const;
H A Dvideo_pattern.cpp1255 return IsFullScreen() && renderContext->IsUniRenderEnabled(); in OnModifyDone()
1859 bool VideoPattern::IsFullScreen() const in OnModifyDone() function in OHOS::Ace::NG::VideoPattern
1866 auto isFullScreen = IsFullScreen(); in OnModifyDone()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/semi_modal/
H A Dsemi_modal_component.h38 bool IsFullScreen() const in IsFullScreen() function
H A Drender_semi_modal.cpp59 isFullScreen_ = semiModal->IsFullScreen(); in Update()
/ohos5.0/base/telephony/call_manager/services/call/call_state_observer/include/
H A Dincoming_call_notification.h42 bool IsFullScreen();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/safe_area/
H A Dsafe_area_manager.h220 bool IsFullScreen() in IsFullScreen() function
/ohos5.0/foundation/window/window_manager/test/systemtest/wms/
H A Dwindow_immersive_test.cpp368 ASSERT_EQ(true, window1->IsFullScreen());
371 ASSERT_EQ(false, window1->IsFullScreen());
/ohos5.0/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()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select_popup/
H A Dselect_popup_component.h229 bool IsFullScreen() const in IsFullScreen() function
H A Drender_select_popup.cpp96 isFullScreen_ = popup->IsFullScreen(); in Update()
/ohos5.0/base/telephony/call_manager/test/fuzztest/callnotification_fuzzer/
H A Dcallnotification_fuzzer.cpp59 notification->IsFullScreen(); in IncomingCallNotificationFunc()
/ohos5.0/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
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stage/
H A Dpage_pattern.cpp471 …ing().c_str(), manager->IsIgnoreAsfeArea(), manager->IsNeedAvoidWindow(), manager->IsFullScreen()); in BeforeCreateLayoutWrapper()
/ohos5.0/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;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_pattern.h380 bool IsFullScreen() const in IsFullScreen() function
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/manager/
H A Dsafe_area_manager_test_ng.cpp138 EXPECT_EQ(safeAreaManager_->IsFullScreen(), false);
/ohos5.0/foundation/window/window_manager/previewer/include/
H A Dwindow_impl.h80 virtual bool IsFullScreen() const override;
H A Dwindow.h150 virtual bool IsFullScreen() const = 0;
/ohos5.0/foundation/window/window_manager/previewer/src/
H A Dwindow_impl.cpp927 bool WindowImpl::IsFullScreen() const in IsFullScreen() function in OHOS::Rosen::WindowImpl
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_scene_session_impl_test.cpp1017 ASSERT_EQ(false, window->IsFullScreen());
1758 ASSERT_EQ(false, window->IsFullScreen());

12