Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/bubble/
H A Drender_bubble.cpp226 showCustomArrow_ = GreatOrEqual(childSize_.Width() - twoRadiusPx, arrowWidth); in UpdateCustomChildPosition()
230 showCustomArrow_ = GreatOrEqual(childSize_.Width() - twoRadiusPx, arrowWidth); in UpdateCustomChildPosition()
231 if (!showCustomArrow_ || !enableArrow_) { in UpdateCustomChildPosition()
236 showCustomArrow_ = GreatOrEqual(childSize_.Width() - twoRadiusPx, arrowWidth); in UpdateCustomChildPosition()
241 if (!showCustomArrow_ || !enableArrow_) { in UpdateCustomChildPosition()
249 if (!showCustomArrow_ || !enableArrow_) { in UpdateCustomChildPosition()
257 if (!showCustomArrow_ || !enableArrow_) { in UpdateCustomChildPosition()
276 if (showCustomArrow_) { in UpdateTouchRegion()
285 if (showCustomArrow_) { in UpdateTouchRegion()
295 if (showCustomArrow_) { in UpdateTouchRegion()
[all …]
H A Drender_bubble.h104 bool showCustomArrow_ = false; variable
H A Drosen_render_bubble.cpp138 if (enableArrow_ && showCustomArrow_) { in PaintBubble()
154 if (enableArrow_ && showCustomArrow_) { in PaintBubble()