Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/bubble/
H A Drender_bubble.cpp35 constexpr int32_t BUBBLR_GRID_MAX_LANDSCAPE = 6; variable
202 …innerLayout.SetMaxSize(Size(colWidth * BUBBLR_GRID_MAX_LANDSCAPE + NormalizeToPx(GRID_SPACING) * g… in PerformLayout()