Home
last modified time | relevance | path

Searched defs:focusColor (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/text/
H A Dtext_declaration.h30 Color focusColor; member
83 void SetFocusColor(const Color& focusColor) in SetFocusColor()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tool_bar/
H A Dtool_bar_item_component.h97 void SetFocusColor(const Color& focusColor) in SetFocusColor()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/theme/
H A Dapp_theme.h110 void SetFocusColor(const Color& focusColor) in SetFocusColor()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/patternlock/
H A Dpatternlock_pattern.h105 auto focusColor = patternLockTheme->GetFocusColor(); in GetFocusPattern() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_item_pattern.h97 auto focusColor = theme->GetGridItemFocusColor(); in GetFocusPattern() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Dtext_component.cpp121 void TextComponent::SetFocusColor(const Color& focusColor) in SetFocusColor()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/
H A Dcalendar_dialog_pattern.h77 auto focusColor = pickerTheme->GetFocusColor(); in GetFocusPattern() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stepper/
H A Dstepper_component.h269 void SetFocusColor(const Color& focusColor) in SetFocusColor()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_pattern.h186 auto focusColor = pickerTheme->GetFocusColor(); in GetFocusPattern() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_row_pattern.h427 auto focusColor = pickerTheme->GetFocusColor(); in GetFocusPattern() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_pattern.h576 auto focusColor = pickerTheme->GetFocusColor(); in GetFocusPattern() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Dcheckable_component.h225 void SetFocusColor(const Color& focusColor) in SetFocusColor()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_view.cpp809 auto focusColor = popupTheme->GetFocusColor(); in CreateButton() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/radio/
H A Dradio_pattern.cpp766 auto focusColor = radioTheme->GetFocusColor(); in GetFocusPattern() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/button/
H A Dbutton_declaration.h47 Color focusColor; member