Home
last modified time | relevance | path

Searched refs:GetUIExtensionHostWindowRect (Results 1 - 10 of 10) sorted by relevance

/foundation/arkui/ace_engine/test/mock/base/
H A Dmock_subwindow.h66 MOCK_CONST_METHOD0(GetUIExtensionHostWindowRect, Rect());
/foundation/arkui/ace_engine/frameworks/base/subwindow/
H A Dsubwindow.h96 virtual Rect GetUIExtensionHostWindowRect() const = 0;
/foundation/arkui/ace_engine/frameworks/core/common/
H A Dcontainer.h611 virtual Rect GetUIExtensionHostWindowRect(int32_t instanceId) in GetUIExtensionHostWindowRect() function in OHOS::Ace::Container
/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H A Dsubwindow_ohos.h140 Rect GetUIExtensionHostWindowRect() const override;
H A Dsubwindow_ohos.cpp1745 Rect SubwindowOhos::GetUIExtensionHostWindowRect() const in GetUIExtensionHostWindowRect() function in SubwindowOhos
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_container.h704 Rect GetUIExtensionHostWindowRect(int32_t instanceId) override
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_view.cpp544 auto rect = container->GetUIExtensionHostWindowRect(focusWindowId); in GetPopupMaxWidthAndHeight()
545 TAG_LOGI(AceLogTag::ACE_OVERLAY, "popup GetUIExtensionHostWindowRect: %{public}s", in GetPopupMaxWidthAndHeight()
H A Dbubble_layout_algorithm.cpp507 hostWindowRect_ = subwindow->GetUIExtensionHostWindowRect(); in UpdateHostWindowRect()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Ddialog_pattern.cpp1689 auto rect = subwindow->GetUIExtensionHostWindowRect(); in InitHostWindowRect()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_layout_algorithm.cpp2761 auto rect = subwindow->GetUIExtensionHostWindowRect(); in InitCanExpandCurrentWindow()
2763 TAG_LOGI(AceLogTag::ACE_MENU, "GetUIExtensionHostWindowRect : %{public}s", in InitCanExpandCurrentWindow()

Completed in 23 milliseconds