Home
last modified time | relevance | path

Searched refs:bubbleMethod (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_pattern.h65 auto bubbleMethod = AceType::MakeRefPtr<BubblePaintMethod>(); in CreateNodePaintMethod() local
66 bubbleMethod->SetArrowPosition(arrowPosition_); in CreateNodePaintMethod()
67 bubbleMethod->SetChildOffset(childOffset_); in CreateNodePaintMethod()
68 bubbleMethod->SetChildSize(childSize_); in CreateNodePaintMethod()
69 bubbleMethod->SetShowArrow(showArrow_); in CreateNodePaintMethod()
70 bubbleMethod->SetClipPath(clipPath_); in CreateNodePaintMethod()
71 bubbleMethod->SetClipFrameNode(clipFrameNode_); in CreateNodePaintMethod()
73 bubbleMethod->SetArrowWidth(arrowWidth_); in CreateNodePaintMethod()
74 bubbleMethod->SetArrowHeight(arrowHeight_); in CreateNodePaintMethod()
75 bubbleMethod->SetBorder(border_); in CreateNodePaintMethod()
[all …]