Home
last modified time | relevance | path

Searched refs:GetUIExtensionHostWindowRect (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/mock/base/
H A Dmock_subwindow.h66 MOCK_CONST_METHOD0(GetUIExtensionHostWindowRect, Rect());
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/subwindow/
H A Dsubwindow.h94 virtual Rect GetUIExtensionHostWindowRect() const = 0;
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/
H A Dsubwindow_ohos.h138 Rect GetUIExtensionHostWindowRect() const override;
H A Dsubwindow_ohos.cpp1715 Rect SubwindowOhos::GetUIExtensionHostWindowRect() const in GetUIExtensionHostWindowRect() function in OHOS::Ace::SubwindowOhos
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Ddialog_pattern.cpp1670 auto rect = subwindow->GetUIExtensionHostWindowRect(); in InitHostWindowRect()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_layout_algorithm.cpp500 hostWindowRect_ = subwindow->GetUIExtensionHostWindowRect(); in UpdateHostWindowRect()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_layout_algorithm.cpp2689 auto rect = subwindow->GetUIExtensionHostWindowRect(); in InitCanExpandCurrentWindow()