Home
last modified time | relevance | path

Searched refs:windowGlobalSizeF (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_layout_algorithm.cpp381 SizeF windowGlobalSizeF(menuWindowRect.Width(), menuWindowRect.Height()); in InitializeParam() local
404 param_.windowGlobalSizeF = windowGlobalSizeF; in InitializeParam()
954 … std::min<float>(center.GetY() - previewSize.Height() / HALF, param_.windowGlobalSizeF.Height() - in LayoutNormalTopPreviewBottomMenuLessThan()
1031 if (GreatNotEqual(param_.windowGlobalSizeF.Height(), param_.menuWindowRect.Height()) && in LayoutNormalTopPreviewBottomMenu()
1080 …auto heightLeftSpace = param_.windowGlobalSizeF.Height() - param_.top - param_.topSecurity - param… in LayoutNormalBottomPreviewTopMenuGreateThan()
1099 … param_.windowGlobalSizeF.Height() - param_.bottomSecurity - param_.bottom - previewSize.Height()); in LayoutNormalBottomPreviewTopMenuGreateThan()
1127 if (GreatNotEqual(param_.windowGlobalSizeF.Height(), param_.menuWindowRect.Height()) && in LayoutNormalBottomPreviewTopMenu()
1256 … param_.windowGlobalSizeF.Height() - param_.bottomSecurity - param_.bottom - menuSize.Height()); in LayoutOtherDeviceLeftPreviewRightMenuLessThan()
1303 … param_.windowGlobalSizeF.Height() - param_.bottomSecurity - param_.bottom - menuSize.Height()); in LayoutOtherDeviceLeftPreviewRightMenuGreateThan()
1320 …auto maxRectRight = param_.windowGlobalSizeF.Width() - paddingStart_ - paddingEnd_ - safeAreaWidth; in LayoutOtherDeviceLeftPreviewRightMenu()
[all …]
H A Dmenu_layout_algorithm.h93 SizeF windowGlobalSizeF; member