Home
last modified time | relevance | path

Searched defs:theme (Results 101 - 125 of 461) sorted by relevance

12345678910>>...19

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_item_theme.h44 RefPtr<GridItemTheme> theme = AceType::Claim(new GridItemTheme()); in Build() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/option/
H A Drosen_render_option.cpp56 auto theme = data_->GetTheme(); in PaintBackground() local
/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_time_component.cpp239 auto theme = GetTheme(); in OnColumnsCreating() local
/foundation/arkui/ace_engine/frameworks/core/components/counter/
H A Dcounter_theme.h43 RefPtr<CounterTheme> theme = AceType::MakeRefPtr<CounterTheme>(); in Build() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/data_panel/
H A Ddata_panel_theme.h37 RefPtr<DataPanelTheme> theme = AceType::Claim(new DataPanelTheme()); in Build() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/hyperlink/
H A Dhyperlink_theme.h42 RefPtr<HyperlinkTheme> theme = AceType::Claim(new HyperlinkTheme()); in Build() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_component.cpp41 void ListComponent::InitStyle(const RefPtr<ListTheme>& theme) in InitStyle() argument
/foundation/arkui/ace_engine/frameworks/core/components/theme/
H A Dblur_style_theme.cpp39 RefPtr<BlurStyleTheme> theme = AceType::MakeRefPtr<BlurStyleTheme>(); in Build() local
/foundation/arkui/ace_engine/frameworks/core/components/toggle/
H A Dtoggle_theme.h42 RefPtr<ToggleTheme> theme = AceType::Claim(new ToggleTheme()); in Build() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/video/
H A Dvideo_theme.h44 RefPtr<VideoTheme> theme = AceType::Claim(new VideoTheme()); in Build() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/enhance/
H A Dcontainer_modal_view_enhance.cpp152 auto theme = PipelineContext::GetCurrentContext()->GetTheme<AdvancedPatternTheme>(); in BuildMenuItemIcon() local
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_navigation_bar.cpp44 auto theme = GetTheme<NavigationBarTheme>(); in InitializeStyle() local
H A Ddom_stepper.cpp163 auto theme = GetTheme<StepperTheme>(); in ResetInitializedStyle() local
[all...]
H A Ddom_stepper_item.cpp84 auto theme = GetTheme<StepperTheme>(); in InitializeStyle() local
199 auto theme = GetTheme<FocusAnimationTheme>(); in ResetInitializedStyle() local
H A Ddom_tab_bar.cpp32 RefPtr<TabTheme> theme = GetTheme<TabTheme>(); in InitializeStyle() local
155 RefPtr<TabTheme> theme = GetTheme<TabTheme>(); in ResetInitializedStyle() local
[all...]
H A Ddom_list_item_group.cpp180 RefPtr<FocusAnimationTheme> theme = GetTheme<FocusAnimationTheme>(); in ResetInitializedStyle() local
H A Ddom_progress.cpp286 auto theme = GetTheme<ProgressTheme>(); in InitProgressIfNeed() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dslider_model_impl.cpp29 auto theme = JSViewAbstract::GetTheme<SliderTheme>(); in Create() local
H A Dpicker_model_impl.cpp24 void DatePickerModelImpl::CreateDatePicker(RefPtr<PickerTheme> theme) in CreateDatePicker() argument
35 void DatePickerModelImpl::CreateTimePicker(RefPtr<PickerTheme> theme) in CreateTimePicker() argument
H A Dmarquee_model_impl.cpp79 auto theme = pipelineContext->GetTheme<TextTheme>(); in SetTextColor() local
92 auto theme = pipelineContext->GetTheme<TextTheme>(); in SetFontSize() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_piece.cpp46 auto theme = GetTheme<PieceTheme>(); in Create() local
/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Drender_checkbox.cpp88 auto theme = GetTheme<CheckboxTheme>(); in Update() local
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/input/
H A Ddom_textfield_util.cpp34 InitDefaultValue(const RefPtr<BoxComponent>& boxComponent, const RefPtr<TextFieldComponent>& component, const RefPtr<TextFieldTheme>& theme) InitDefaultValue() argument
94 SetDisableStyle(const RefPtr<TextFieldComponent>& component, const RefPtr<TextFieldTheme>& theme) SetDisableStyle() argument
120 RefPtr<TextFieldTheme> theme = node.GetTheme<TextFieldTheme>(); CreateComponentAndSetChildAttr() local
[all...]
H A Ddom_button_util.cpp60 RefPtr<ButtonTheme> theme in CreateComponentAndSetChildAttr() local
29 InitDefaultValue( const RefPtr<ButtonComponent>& component, const RefPtr<TextComponent>& textChild, const RefPtr<ButtonTheme>& theme) InitDefaultValue() argument
102 SetChildAttr(const RefPtr<ButtonComponent>& component, const std::map<std::string, std::string>& attrs, const RefPtr<ButtonTheme>& theme) SetChildAttr() argument
219 auto theme = node.GetTheme<ButtonTheme>(); SetChildStyle() local
[all...]
H A Ddom_radio_util.cpp56 RefPtr<RadioTheme> theme = node.GetTheme<RadioTheme>(); in CreateComponentAndSetChildAttr() local
[all...]

Completed in 11 milliseconds

12345678910>>...19