/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/button/ |
H A D | button_component.cpp | 150 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 D | button_component.h | 72 const Color& GetHoverColor() const;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/search/ |
H A D | search_component.cpp | 130 const Color& SearchComponent::GetHoverColor() const in GetHoverColor() function in OHOS::Ace::SearchComponent 132 return declaration_->GetHoverColor(); in GetHoverColor()
|
H A D | search_component.h | 71 const Color& GetHoverColor() const;
|
H A D | search_theme.h | 125 const Color& GetHoverColor() const in GetHoverColor() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/piece/ |
H A D | piece_declaration.cpp | 64 SetHoverColor(theme->GetHoverColor()); in InitializeStyle() 96 SetHoverColor(theme->GetHoverColor()); in InitializeStyle()
|
H A D | piece_declaration.h | 154 const Color& GetHoverColor() const in GetHoverColor() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/piece/ |
H A D | rosen_render_piece.cpp | 63 paint.setColor(pieceComponent_->GetHoverColor().GetValue()); in Paint() 76 pen.SetColor(pieceComponent_->GetHoverColor().GetValue()); in Paint()
|
H A D | piece_component.cpp | 158 const Color& PieceComponent::GetHoverColor() const in GetHoverColor() function in OHOS::Ace::PieceComponent 160 return declaration_->GetHoverColor(); in GetHoverColor()
|
H A D | piece_component.h | 80 const Color& GetHoverColor() const;
|
H A D | piece_theme.h | 77 const Color& GetHoverColor() const in GetHoverColor() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rating/ |
H A D | rating_modifier.h | 179 … 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 D | rating_component.cpp | 63 SetHoverColor(theme->GetHoverColor()); in SetThemeStyle()
|
H A D | rating_component.h | 248 const Color& GetHoverColor() const in GetHoverColor() function
|
H A D | rating_theme.h | 176 const Color& GetHoverColor() const in GetHoverColor() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/slider/ |
H A D | block_component.h | 81 const Color& GetHoverColor() const in GetHoverColor() function
|
H A D | render_block.h | 39 const Color& GetHoverColor() const in GetHoverColor() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tool_bar/ |
H A D | tool_bar_item_component.h | 112 const Color& GetHoverColor() in GetHoverColor() function
|
H A D | tool_bar_theme.h | 131 const Color& GetHoverColor() const in GetHoverColor() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/checkable/ |
H A D | checkable_component.cpp | 53 hoverColor_ = theme->GetHoverColor(); in ApplyTheme()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/patternlock/ |
H A D | patternlock_paint_method.cpp | 83 hoverColor_ = patternLockTheme->GetHoverColor(); in GetThemeProp()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/textarea/ |
H A D | textarea_declaration.cpp | 58 textFieldDeclaration_->SetHoverColor(theme->GetHoverColor()); in InitializeStyle()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/ |
H A D | text_field_component.cpp | 561 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 D | dom_rating.cpp | 147 ratingChild_->SetHoverColor(theme->GetHoverColor()); in SetThemeAttrs()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/search/ |
H A D | search_declaration.h | 158 const Color& GetHoverColor() const in GetHoverColor() function
|