Home
last modified time | relevance | path

Searched refs:previewMenuGap (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.h103 float previewMenuGap = 0.0f; member
H A Dmenu_layout_algorithm.cpp411 param_.previewMenuGap = targetSecurity_; in InitializeParam()
956 … totalSize.Height() - param_.previewMenuGap)); in LayoutNormalTopPreviewBottomMenuLessThan()
988 …Space = wrapperRect_.Height() - param_.topSecurity - param_.bottomSecurity - param_.previewMenuGap; in LayoutNormalTopPreviewBottomMenuGreateThan()
1048 …am_.top + param_.topSecurity + totalSize.Height() - previewSize.Height() + param_.previewMenuGap)); in LayoutNormalBottomPreviewTopMenuLessThan()
1081 param_.bottomSecurity - param_.previewMenuGap; in LayoutNormalBottomPreviewTopMenuGreateThan()
1277 …eftSpace = param_.windowGlobalSizeF.Width() - paddingStart_ - paddingEnd_ - param_.previewMenuGap - in LayoutOtherDeviceLeftPreviewRightMenuGreateThan()