Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/bubble/
H A Drender_bubble.cpp30 constexpr Dimension GRID_MARGIN_PORTRAIT = 48.0_vp; variable
196 …innerLayout.SetMaxSize(Size(innerLayout.GetMaxSize().Width() - NormalizeToPx(GRID_MARGIN_PORTRAIT), in PerformLayout()