Home
last modified time | relevance | path

Searched refs:layoutChildSize (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.cpp450 auto layoutChildSize = childWrapper->GetGeometryNode()->GetMarginFrameSize(); in Layout() local
453 …if (NearEqual(childMaxSize, layoutChildSize) || !NearEqual(measureChildSizeLast_, layoutChildSize)… in Layout()