Home
last modified time | relevance | path

Searched refs:constrainHeight (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.cpp306 auto constrainHeight = layoutWrapper->GetGeometryNode()->GetFrameSize().Height(); in Measure() local
327constrainHeight = std::max(rootH - targetOffset.GetY() - targetSize.Height() - scaledBubbleSpacing, in Measure()
332 SizeF size = SizeF(constrainWidth, constrainHeight); in Measure()