Home
last modified time | relevance | path

Searched refs:IsUIExtensionSubWindow (Results 1 - 12 of 12) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toast/
H A Dtoast_pattern.cpp127 if (IsUIExtensionSubWindow() || (!IsDefaultToast() && expandDisplay_)) { in OnDirtyLayoutWrapperSwap()
131 if (!IsUIExtensionSubWindow() && (!NearEqual(subwindowOffset.GetX(), 0) || in OnDirtyLayoutWrapperSwap()
408 } else if (IsUIExtensionSubWindow()) { in GetTextMaxHeight()
442 } else if (IsUIExtensionSubWindow()) { in GetTextMaxWidth()
507 bool ToastPattern::IsUIExtensionSubWindow() in IsUIExtensionSubWindow() function in OHOS::Ace::NG::ToastPattern
H A Dtoast_pattern.h133 bool IsUIExtensionSubWindow();
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Ddialog_view.cpp81 auto isSubWindow = dialogLayoutProp->GetShowInSubWindowValue(false) && !pattern->IsUIExtensionSubWindow(); in CreateDialogNode()
H A Ddialog_pattern.h244 bool IsUIExtensionSubWindow() const in IsUIExtensionSubWindow() function in OHOS::Ace::NG::DialogPattern
H A Ddialog_layout_algorithm.cpp60 isUIExtensionSubWindow_ = dialogPattern->IsUIExtensionSubWindow(); in Measure()
/foundation/window/window_manager/test/common/mock/
H A Dmock_uicontent.h107 MOCK_METHOD0(IsUIExtensionSubWindow, bool());
/foundation/arkui/ace_engine/test/mock/interfaces/
H A Dmock_uicontent.h109 MOCK_METHOD0(IsUIExtensionSubWindow, bool());
/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H A Dui_content.h319 virtual bool IsUIExtensionSubWindow() in IsUIExtensionSubWindow() function in OHOS::OHOS::Ace::UIContent
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/
H A Dsession_wrapper_impl.cpp364 if ((container->IsUIExtensionAbilityHost() && container->IsUIExtensionSubWindow())) { in CreateSession()
374 (container->IsUIExtensionAbilityProcess() && container->IsUIExtensionSubWindow())) { in CreateSession()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dui_content_impl.h305 bool IsUIExtensionSubWindow() override
H A Dace_container.h636 bool IsUIExtensionSubWindow() in IsUIExtensionSubWindow() function in OHOS::OHOS::OHOS::Ace::Platform::AceContainer
/foundation/window/window_manager/wm/src/
H A Dwindow_session_impl.cpp1238 uiContent_->IsUIExtensionSubWindow(), uiContent_->IsUIExtensionAbilityProcess()); in InitUIContent()

Completed in 18 milliseconds