Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_layout_algorithm.cpp296 float rootW = context->GetRootWidth(); in Measure() local
315 … if (childWidth + targetOffset.GetX() + targetSize.Width() + scaledBubbleSpacing <= rootW && in Measure()
319 constrainWidth = rootW - scaledBubbleSpacing; in Measure()