Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/option/
H A Drender_option.cpp313 needLine_ = false; in UpdateClickedStatus()
324 needLine_ = false; in UpdateHoveredStatus()
335 needLine_ = false; in UpdateSelectedStatus()
359needLine_ = (!(data_->GetFocused() && pipe->IsKeyEvent()) && upOption && upOption->IsNormalStatus(… in UpdateOthersStatus()
H A Drender_option.h134 bool needLine_ = true; variable
H A Drosen_render_option.cpp115 if (!needLine_) { in PaintLine()