/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/button/ |
H A D | button_component.cpp | 75 textComponent->SetFocusColor(textFocusColor); in Build() 77 textComponent->SetFocusColor(buttonTheme->GetTextFocusColor()); in Build() 85 buttonComponent->SetFocusColor(buttonTheme->GetBgFocusColor()); in Build() 250 void ButtonComponent::SetFocusColor(const Color& color) in SetFocusColor() function in OHOS::Ace::ButtonComponent 252 declaration_->SetFocusColor(color); in SetFocusColor() 312 SetFocusColor(theme->GetBgColor()); in ApplyTheme() 332 text->SetFocusColor(Color(WATCH_TEXT_COLOR)); in ApplyTheme()
|
H A D | button_component.h | 93 void SetFocusColor(const Color& color);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_button.cpp | 122 textChild_->SetFocusColor(textStyle_.GetTextColor()); in PrepareSpecializedComponent() 174 buttonDeclaration_->SetFocusColor(buttonDeclaration_->GetBackgroundColor()); in PreparePseudoStyle() 234 buttonDeclaration_->SetFocusColor(buttonDeclaration_->GetBackgroundColor()); in PrepareCapsuleButton() 235 textChild_->SetFocusColor(textStyle_.GetTextColor()); in PrepareCapsuleButton() 281 buttonDeclaration_->SetFocusColor(buttonDeclaration_->GetBackgroundColor()); in PrepareCircleButton() 343 buttonDeclaration_->SetFocusColor(focusColor_); in PrepareButtonState() 409 buttonDeclaration_->SetFocusColor(focusColor_.BlendOpacity(blendOpacity_)); in PrepareWaiting()
|
H A D | dom_tool_bar_item.cpp | 72 toolBarItemChild_->SetFocusColor(theme_->GetFocusColor()); in InitializedToolBarItemChild() 218 textChild_->SetFocusColor(textStyle_.GetTextColor()); in BuildCommonComponent() 242 textChild_->SetFocusColor(textStyle_.GetTextColor()); in BuildEndItemComponent()
|
H A D | dom_stepper.cpp | 181 stepperComponent_->SetFocusColor(theme->GetFocusColor()); in ResetInitializedStyle()
|
H A D | dom_toggle.cpp | 162 textChild_->SetFocusColor(textStyle_.GetTextColor()); in PrepareSpecializedComponent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/input/ |
H A D | dom_button_util.cpp | 35 component->SetFocusColor(theme->GetBgFocusColor()); in InitDefaultValue() 39 textChild->SetFocusColor(theme->GetTextFocusColor()); in InitDefaultValue() 50 textChild->SetFocusColor(Color(WATCH_TEXT_COLOR)); in InitDefaultValue() 165 TextStyle& style) { component->SetFocusColor(node.ParseColor(value)); } }, in SetChildStyle() 229 textChild->SetFocusColor(parentStyle.GetTextColor()); in SetChildStyle()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text/ |
H A D | text_component.cpp | 121 void TextComponent::SetFocusColor(const Color& focusColor) in SetFocusColor() function in OHOS::Ace::TextComponent 123 declaration_->SetFocusColor(focusColor); in SetFocusColor()
|
H A D | text_component.h | 56 void SetFocusColor(const Color& focusColor);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/ |
H A D | picker_option_component.cpp | 57 textComponent_->SetFocusColor(style.GetTextColor()); in Initialize()
|
H A D | picker_column_component.cpp | 91 splitter->SetFocusColor(splitterStyle.GetTextColor()); in Initialize()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/option/ |
H A D | render_option.cpp | 442 component->SetFocusColor(style.GetTextColor()); in UpdateTextColor() 447 component->SetFocusColor(style.GetTextColor()); in UpdateTextColor() 450 component->SetFocusColor(style.GetTextColor()); in UpdateTextColor() 453 component->SetFocusColor(style.GetTextColor()); in UpdateTextColor()
|
H A D | option_component.cpp | 128 text_->SetFocusColor(textStyle.GetTextColor()); in Initialize()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tool_bar/ |
H A D | tool_bar_item_component.h | 97 void SetFocusColor(const Color& focusColor) in SetFocusColor() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/theme/ |
H A D | app_theme.h | 110 void SetFocusColor(const Color& focusColor) in SetFocusColor() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/marquee/ |
H A D | marquee_component.h | 102 textChild_->SetFocusColor(textStyle.GetTextColor()); in SetTextStyle()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/ |
H A D | navigation_bar_component_base.cpp | 34 button->SetFocusColor(theme->GetButtonFocusColor()); in BuildIconButton()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | stepper_model_impl.cpp | 48 stepperComponent->SetFocusColor(theme->GetFocusColor()); in Create()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/text/ |
H A D | text_declaration.h | 83 void SetFocusColor(const Color& focusColor) in SetFocusColor() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/ |
H A D | text_overlay_component.cpp | 205 text->SetFocusColor(theme_->GetMenuButtonTextStyle().GetTextColor()); in BuildButton() 221 button->SetFocusColor(theme_->GetMenuBackgroundColor()); in BuildButton() 246 button->SetFocusColor(theme_->GetMenuBackgroundColor()); in BuildMoreIconButton()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/piece/ |
H A D | piece_component.cpp | 216 text->SetFocusColor(GetTextStyle().GetTextColor()); in SetText()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select/ |
H A D | select_component.cpp | 116 tipText_->SetFocusColor(textStyle.GetTextColor()); in Initialize()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/action_sheet/ |
H A D | action_sheet_component.cpp | 99 text->SetFocusColor(style.GetTextColor()); in BuildMenu()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stepper/ |
H A D | stepper_component.h | 269 void SetFocusColor(const Color& focusColor) in SetFocusColor() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/ |
H A D | dialog_component.cpp | 668 titleComponent->SetFocusColor(style.GetTextColor()); in BuildTitleAndContent() 683 contentComponent->SetFocusColor(dialogTheme->GetContentTextStyle().GetTextColor()); in BuildTitleAndContent() 802 buttonComponent->SetFocusColor(buttonTheme->GetBgFocusColor()); in BuildButtonsForWatch()
|