Home
last modified time | relevance | path

Searched refs:GetHoverColor (Results 1 – 25 of 72) sorted by relevance

123

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/button/
H A Dbutton_component.cpp150 const Color& ButtonComponent::GetHoverColor() const in GetHoverColor() function in OHOS::Ace::ButtonComponent
152 return declaration_->GetHoverColor(); in GetHoverColor()
314 SetHoverColor(theme->GetHoverColor()); in ApplyTheme()
386 updateType |= static_cast<uint32_t>(button->GetHoverColor() == declaration_->GetHoverColor() ? in Compare()
H A Dbutton_component.h72 const Color& GetHoverColor() const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/search/
H A Dsearch_component.cpp130 const Color& SearchComponent::GetHoverColor() const in GetHoverColor() function in OHOS::Ace::SearchComponent
132 return declaration_->GetHoverColor(); in GetHoverColor()
H A Dsearch_component.h71 const Color& GetHoverColor() const;
H A Dsearch_theme.h125 const Color& GetHoverColor() const in GetHoverColor() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/piece/
H A Dpiece_declaration.cpp64 SetHoverColor(theme->GetHoverColor()); in InitializeStyle()
96 SetHoverColor(theme->GetHoverColor()); in InitializeStyle()
H A Dpiece_declaration.h154 const Color& GetHoverColor() const in GetHoverColor() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/piece/
H A Drosen_render_piece.cpp63 paint.setColor(pieceComponent_->GetHoverColor().GetValue()); in Paint()
76 pen.SetColor(pieceComponent_->GetHoverColor().GetValue()); in Paint()
H A Dpiece_component.cpp158 const Color& PieceComponent::GetHoverColor() const in GetHoverColor() function in OHOS::Ace::PieceComponent
160 return declaration_->GetHoverColor(); in GetHoverColor()
H A Dpiece_component.h80 const Color& GetHoverColor() const;
H A Dpiece_theme.h77 const Color& GetHoverColor() const in GetHoverColor() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rating/
H A Drating_modifier.h179 … SetBoardColor(LinearColor(ratingTheme->GetHoverColor()), hoverDuration, Curves::FRICTION); in SetHoverState()
185 … SetBoardColor(LinearColor(ratingTheme->GetHoverColor()), pressDuration, Curves::SHARP); in SetHoverState()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/rating/
H A Drating_component.cpp63 SetHoverColor(theme->GetHoverColor()); in SetThemeStyle()
H A Drating_component.h248 const Color& GetHoverColor() const in GetHoverColor() function
H A Drating_theme.h176 const Color& GetHoverColor() const in GetHoverColor() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/slider/
H A Dblock_component.h81 const Color& GetHoverColor() const in GetHoverColor() function
H A Drender_block.h39 const Color& GetHoverColor() const in GetHoverColor() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tool_bar/
H A Dtool_bar_item_component.h112 const Color& GetHoverColor() in GetHoverColor() function
H A Dtool_bar_theme.h131 const Color& GetHoverColor() const in GetHoverColor() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Dcheckable_component.cpp53 hoverColor_ = theme->GetHoverColor(); in ApplyTheme()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/patternlock/
H A Dpatternlock_paint_method.cpp83 hoverColor_ = patternLockTheme->GetHoverColor(); in GetThemeProp()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/textarea/
H A Dtextarea_declaration.cpp58 textFieldDeclaration_->SetHoverColor(theme->GetHoverColor()); in InitializeStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Dtext_field_component.cpp561 const Color& TextFieldComponent::GetHoverColor() const in GetHoverColor() function in OHOS::Ace::TextFieldComponent
563 return declaration_->GetHoverColor(); in GetHoverColor()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_rating.cpp147 ratingChild_->SetHoverColor(theme->GetHoverColor()); in SetThemeAttrs()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/search/
H A Dsearch_declaration.h158 const Color& GetHoverColor() const in GetHoverColor() function

123