Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H A Dbutton_pattern.h100 blendHoverColor_ = blendHoverColor; in SetBlendColor()
408 std::optional<Color> blendHoverColor_ = std::nullopt; variable
H A Dbutton_pattern.cpp45 return blendHoverColor_.value_or(theme->GetHoverColor()); in GetColorFromType()