Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/button/
H A Dbutton_theme.h117 …theme->progressFocusColor_ = buttonPattern->GetAttr<Color>("button_progress_focus_color", Color()); in ParseAdditionalStylePattern()
326 return progressFocusColor_; in GetProgressFocusColor()
455 Color progressFocusColor_; variable
H A Drender_button.h203 Color progressFocusColor_; variable
H A Drosen_render_button.cpp383 paint.setColor(needFocusColor_ ? progressFocusColor_.GetValue() : progressColor_.GetValue()); in DrawLineProgress()
398 brush.SetColor(needFocusColor_ ? progressFocusColor_.GetValue() : progressColor_.GetValue()); in DrawLineProgress()
H A Drender_button.cpp647 progressFocusColor_ = button->GetProgressFocusColor(); in UpdateDownloadStyles()