Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/button/
H A Dbutton_declaration.h53 Color focusAnimationColor; member
246 return style.focusAnimationColor; in GetFocusAnimationColor()
479 style.focusAnimationColor = color; in SetFocusAnimationColor()
H A Dbutton_declaration.cpp64 style.focusAnimationColor = buttonTheme->GetBgFocusColor(); in InitializeStyle()