Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/bubble/
H A Drender_bubble.h103 bool showBottomArrow_ = true; variable
H A Drosen_render_bubble.cpp176showBottomArrow_ ? PaintBottomBubble(skCanvas, paint) : PaintDefaultBubble(skCanvas, paint); in PaintNonCustomPopup()
183 showBottomArrow_ ? PaintBottomBubble(canvas, pen) : PaintDefaultBubble(canvas, pen); in PaintNonCustomPopup()
197showBottomArrow_ ? PaintBottomBubbleInJs(skCanvas, paint) : PaintDefaultBubble(skCanvas, paint); in PaintNonCustomPopup()
204 showBottomArrow_ ? PaintBottomBubbleInJs(canvas, pen) : PaintDefaultBubble(canvas, pen); in PaintNonCustomPopup()
H A Drender_bubble.cpp346 showBottomArrow_ = false; in InitArrowState()
356 showBottomArrow_ = GreatOrEqual( in InitArrowState()
391 if (showBottomArrow_) { in GetChildPosition()