Home
last modified time | relevance | path

Searched refs:childSizeWidthOrHeight (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.cpp1455 double childSizeWidthOrHeight = 0.0; in GetArrowOffset() local
1490 childSizeWidthOrHeight = childSize_.Width(); in GetArrowOffset()
1495 childSizeWidthOrHeight = childSize_.Height(); in GetArrowOffset()
1497 maxMotionRange = childSizeWidthOrHeight; in GetArrowOffset()