Home
last modified time | relevance | path

Searched refs:littleSide (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.cpp372 …auto littleSide = childSize_.Height() > childSize_.Width() ? childSize_.Width() : childSize_.Heigh… in SetBubbleRadius() local
373 auto littleSideHalf = littleSide / HALF; in SetBubbleRadius()