Home
last modified time | relevance | path

Searched refs:childShowWidth (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.cpp284 …auto childShowWidth = child->GetGeometryNode()->GetFrameSize().Width() + BUBBLE_ARROW_HEIGHT.Conve… in Measure() local
287 child->GetGeometryNode()->SetFrameSize(SizeF { childShowWidth, childShowHeight }); in Measure()
408 auto childShowWidth = childSize_.Width() - BUBBLE_ARROW_HEIGHT.ConvertToPx() * 2; in BubbleAvoidanceRule() local
410 childSize_ = SizeF(childShowWidth, childShowHeight); in BubbleAvoidanceRule()
454 auto childShowWidth = in Layout() local
458 childWrapper->GetGeometryNode()->SetFrameSize(SizeF { childShowWidth, childShowHeight }); in Layout()