Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/button/
H A Dbutton_declaration.h56 Color progressFocusColor; member
240 return style.progressFocusColor; in GetProgressFocusColor()
473 style.progressFocusColor = color; in SetProgressFocusColor()
H A Dbutton_declaration.cpp65 style.progressFocusColor = buttonTheme->GetProgressFocusColor(); in InitializeStyle()
203 buttonStyle.progressFocusColor = button.ParseColor(value); in SetSpecializedStyle()