Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_content_modifier.cpp368 float handleLineWidth = handleInfo.handleWidth; in PaintHandle() local
369 if (handleInfo.isHandleLineShow && !NearZero(handleLineWidth)) { in PaintHandle()
376 pen.SetWidth(handleLineWidth); in PaintHandle()