Home
last modified time | relevance | path

Searched defs:hoverColor (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/theme/
H A Dapp_theme.cpp37 …auto hoverColor = themeStyle->GetAttr<Color>(THEME_ATTR_HOVER_COLOR, Color::FromRGBO(0, 0, 0, 0.05… in Build() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/slider/
H A Drender_block.h44 void SetHoverColor(const Color& hoverColor) in SetHoverColor()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tool_bar/
H A Dtool_bar_item_component.h107 void SetHoverColor(const Color& hoverColor) in SetHoverColor()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/piece/
H A Dpiece_declaration.h38 Color hoverColor; member
160 void SetHoverColor(const Color& hoverColor) in SetHoverColor()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/search/
H A Dsearch_declaration.h38 Color hoverColor; member
164 void SetHoverColor(const Color& hoverColor) in SetHoverColor()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/search/
H A Dsearch_component.cpp135 void SearchComponent::SetHoverColor(const Color& hoverColor) in SetHoverColor()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkboxgroup/
H A Dcheckboxgroup_modifier.h45 Color hoverColor; member
153 void SetHoverColor(Color hoverColor) in SetHoverColor()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/piece/
H A Dpiece_component.cpp162 void PieceComponent::SetHoverColor(const Color& hoverColor) in SetHoverColor()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/option/
H A Doption_test_ng.cpp217 Color hoverColor[2] = { Color::TRANSPARENT, Color(0x0c000000) }; variable
696 Color hoverColor[2] = { Color::TRANSPARENT, Color(0x0c000000) }; variable
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/popup/interfaces/
H A Dpopup.js96 hoverColor: { class in defaultTheme.button
172 hoverColor: { class in defaultTheme.closeButton
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_item_pattern.cpp181 auto hoverColor = GetBlendGgColor(); in HandleHoverEvent() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/rating/
H A Drating_component.h243 void SetHoverColor(const Color& hoverColor) in SetHoverColor()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Dcheckable_theme.h94 void SetHoverColor(const Color& hoverColor) in SetHoverColor()
H A Dcheckable_component.h260 void SetHoverColor(const Color& hoverColor) in SetHoverColor()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_pattern.cpp251 auto hoverColor = theme->GetButtonHoverColor(); in ButtonOnHover() local
312 auto hoverColor = theme->GetButtonHoverColor(); in ButtonOnPress() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/option/
H A Doption_pattern.cpp331 auto hoverColor = theme->GetHoverColor(); in OnHover() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Dtext_field_component.cpp566 void TextFieldComponent::SetHoverColor(const Color& hoverColor) in SetHoverColor()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/
H A Dtextfield_declaration.h103 Color hoverColor; member
774 void SetHoverColor(const Color& hoverColor) in SetHoverColor()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/button/
H A Dbutton_declaration.h54 Color hoverColor; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_item_pattern.cpp1016 auto hoverColor = GetBlendGgColor(); in HandleHoverEvent() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/patternlock/
H A Dpatternlock_modifier.cpp533 void PatternLockModifier::SetHoverColor(const Color& hoverColor) in SetHoverColor()