/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/button/ |
H A D | button_component.cpp | 84 buttonComponent->SetClickedColor(buttonTheme->GetClickedColor()); in Build() 135 const Color& ButtonComponent::GetClickedColor() const in GetClickedColor() function in OHOS::Ace::ButtonComponent 137 return declaration_->GetClickedColor(); in GetClickedColor() 380 … updateType |= static_cast<uint32_t>(button->GetClickedColor() == declaration_->GetClickedColor() ? in Compare()
|
H A D | button_component.h | 69 const Color& GetClickedColor() const;
|
H A D | render_button.h | 117 Color GetClickedColor() in GetClickedColor() function
|
H A D | render_button.cpp | 449 defaultClickedColor_ = theme->GetClickedColor(); in Update() 459 clickedColor_ = AnimatableColor(button->GetClickedColor()); in Update()
|
H A D | button_theme.h | 189 const Color& GetClickedColor() const in GetClickedColor() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/option/ |
H A D | option_component.h | 65 SetClickedColor(theme->GetClickedColor()); in SetTheme() 137 const Color& GetClickedColor() const in GetClickedColor() function 139 return theme_->GetClickedColor(); in GetClickedColor()
|
H A D | render_option.cpp | 346 backColor_ = theme->GetClickedColor(); in UpdateTvFocusedStatus() 629 clickedColor_ = theme->GetClickedColor(); in Update() 662 RRect::MakeRRect(Rect(Offset(0, 0), size), radius), theme->GetClickedColor(), offset, true); in OnPaintFinish()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select/ |
H A D | select_component.h | 79 const Color& GetClickedColor() const in GetClickedColor() function 81 return theme_->GetClickedColor(); in GetClickedColor()
|
H A D | select_element.cpp | 172 auto endColor = isDown ? component->GetClickedColor() : Color::TRANSPARENT; in HandleTouchEvent() 378 pipe->ShowFocusAnimation(rrect, data->GetClickedColor(), offset, true); in OnFocus()
|
H A D | select_theme.h | 476 const Color& GetClickedColor() const in GetClickedColor() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_button.cpp | 397 if (buttonDeclaration_->GetClickedColor() != buttonTheme_->GetClickedColor()) { in PrepareClickedColor() 400 …lickedColor = buttonDeclaration_->GetBackgroundColor().BlendColor(buttonTheme_->GetClickedColor()); in PrepareClickedColor()
|
H A D | dom_option.cpp | 44 selectOptionComponent_->SetClickedColor(theme_->GetClickedColor()); in ResetInitializedStyle()
|
H A D | dom_select.cpp | 55 selectComponent_->SetClickedColor(theme_->GetClickedColor()); in InitializeStyle()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | button_model_impl.cpp | 232 Color blendColor = buttonTheme->GetClickedColor(); in BackgroundColor() 382 …>SetClickedColor(buttonComponent->GetBackgroundColor().BlendColor(buttonTheme->GetClickedColor())); in SetDefaultAttributes()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/ |
H A D | button_pattern.cpp | 43 return blendClickColor_.value_or(theme->GetClickedColor()); in GetColorFromType() 59 clickedColor_ = buttonTheme->GetClickedColor(); in OnAttachToFrameNode()
|
H A D | toggle_button_pattern.cpp | 61 clickedColor_ = buttonTheme->GetClickedColor(); in InitParameters()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/input/ |
H A D | dom_button_util.cpp | 222 … component->SetClickedColor(component->GetBackgroundColor().BlendColor(theme->GetClickedColor())); in SetChildStyle()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/button/ |
H A D | button_declaration.cpp | 61 style.clickedColor = buttonTheme->GetClickedColor(); in InitializeStyle()
|
H A D | button_declaration.h | 195 const Color& GetClickedColor() const in GetClickedColor() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/option/ |
H A D | option_pattern.cpp | 295 SetBgBlendColor(theme->GetClickedColor()); in OnPress()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/ |
H A D | service_collaboration_menu_ace_helper.cpp | 545 iconContext->UpdateBackgroundColor(theme->GetClickedColor()); in AddMouseEventToEndIcon()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/ |
H A D | dialog_component.cpp | 797 buttonComponent->SetClickedColor(buttonTheme->GetClickedColor()); in BuildButtonsForWatch()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select/ |
H A D | select_pattern.cpp | 336 pattern->SetBgBlendColor(theme->GetClickedColor()); in RegisterOnPress()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/ |
H A D | menu_item_pattern.cpp | 759 SetBgBlendColor(GetSubBuilder() ? theme->GetHoverColor() : theme->GetClickedColor()); in NotifyPressStatus()
|