Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_abstract_progress.h89 enableBackground_ = enable; in EnableBackground()
319 bool enableBackground_ : 1; variable
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_circle_progress.cpp100 … if (enableBackground_ && ((start != end) || (backgroundStyle_->lineCap_ == CapType::CAP_ROUND))) { in DrawCommonCircle()
H A Dui_abstract_progress.cpp25 : enableBackground_(true), in UIAbstractProgress()
H A Dui_box_progress.cpp296 if (enableBackground_) { in OnDraw()