Home
last modified time | relevance | path

Searched defs:menuWindowRect (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/preview/
H A Dmenu_preview_layout_algorithm.cpp88 auto menuWindowRect = menuPattern->GetMenuWindowRect(); in UpdateLayoutConstraintForPreview() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_layout_algorithm.h41 Rect menuWindowRect; member
94 Rect menuWindowRect; member
H A Dmenu_layout_algorithm.cpp378 auto menuWindowRect = GetMenuWindowRectInfo(menuPattern); in InitializeParam() local
799 …utAlgorithm::CheckPreviewConstraint(const RefPtr<FrameNode>& frameNode, const Rect& menuWindowRect) in CheckPreviewConstraint()
873 …tAlgorithm::GetPreviewNodeTotalSize(const RefPtr<LayoutWrapper>& child, const Rect& menuWindowRect, in GetPreviewNodeTotalSize()
2699 auto menuWindowRect = Rect(); in GetMenuWindowRectInfo() local
H A Dmenu_pattern.h526 void SetMenuWindowRect(const Rect& menuWindowRect) in SetMenuWindowRect()