Home
last modified time | relevance | path

Searched defs:theme (Results 26 - 50 of 461) sorted by relevance

12345678910>>...19

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Ddivider_model_impl.cpp29 auto theme = JSViewAbstract::GetTheme<DividerTheme>(); in Create() local
H A Dstepper_model_impl.cpp29 RefPtr<StepperTheme> theme = JSViewAbstract::GetTheme<StepperTheme>(); in Create() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/camera/
H A Dcamera_theme.h44 RefPtr<CameraTheme> theme = AceType::Claim(new CameraTheme()); in Build() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/save_button/
H A Dsave_button_model_ng.cpp59 auto theme = GetTheme(); in GetTextResource() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_theme.h39 RefPtr<SwiperTheme> theme = AceType::Claim(new SwiperTheme()); in Build() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_property.cpp27 auto theme = pipeline->GetTheme<TextOverlayTheme>(); in GetDefaultLineWidth() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/location_button/
H A Dlocation_button_model_ng.cpp58 auto theme = GetTheme(); in GetTextResource() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H A Dslider_layout_property.h55 auto theme = pipeline->GetTheme<SliderTheme>(); variable
56 CHECK_NULL_VOID(theme); variable
/foundation/arkui/ace_engine/frameworks/core/components/declaration/clock/
H A Dclock_declaration.cpp37 auto theme = GetTheme<ClockTheme>(); in InitializeStyle() local
/foundation/arkui/ace_engine/frameworks/core/components/theme/
H A Dtheme_manager_impl.cpp176 auto theme = builderIter->second(themeConstants_); in GetTheme() local
[all...]
H A Dcard_theme.h38 RefPtr<CardTheme> theme = AceType::Claim(new CardTheme()); in Build() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/declaration/textarea/
H A Dtextarea_declaration.cpp44 auto theme = GetTheme<TextFieldTheme>(); in InitializeStyle() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/option/
H A Doption_component.cpp30 OptionComponent::OptionComponent(const RefPtr<SelectTheme>& theme) in OptionComponent() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_paint_method.cpp37 auto theme = pipeline->GetTheme<PickerTheme>(); in GetForegroundDrawFunction() local
/foundation/arkui/ace_engine/frameworks/core/components/drag_bar/
H A Ddrag_bar_theme.h37 RefPtr<DragBarTheme> theme = AceType::Claim(new DragBarTheme()); in Build() local
[all...]
H A Drosen_render_drag_bar.cpp65 auto theme = GetTheme<DragBarTheme>(); in Paint() local
97 auto theme = GetTheme<DragBarTheme>(); in Paint() local
/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Dimage_theme.h42 RefPtr<ImageTheme> theme = AceType::Claim(new ImageTheme()); in Build() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item_group/
H A Dmenu_item_group_view.cpp28 auto theme = pipeline->GetTheme<SelectTheme>(); in UpdateRowPadding() local
80 auto theme = pipeline->GetTheme<SelectTheme>(); in SetHeader() local
126 auto theme = pipeline->GetTheme<SelectTheme>(); SetFooter() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/popup/
H A Dpopup_element.cpp67 auto theme = GetThemeManager()->GetTheme<PopupTheme>(); in ShowPopupInSubWindow() local
119 auto theme = GetThemeManager()->GetTheme<PopupTheme>(); in ShowPopup() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_scrollable.cpp67 auto theme = pipelineContext->GetTheme<ScrollBarTheme>(); in ParseBarColor() local
86 auto theme = pipelineContext->GetTheme<ScrollBarTheme>(); in ParseBarWidth() local
H A Djs_divider.cpp75 auto theme = GetTheme<DividerTheme>(); in SetDividerColor() local
87 auto theme = GetTheme<DividerTheme>(); in SetStrokeWidth() local
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_refresh_ffi.cpp29 RefPtr<RefreshTheme> theme = GetTheme<RefreshTheme>(); in FfiOHOSAceFrameworkRefreshCreate() local
67 RefPtr<RefreshTheme> theme = GetTheme<RefreshTheme>(); FfiOHOSAceFrameworkRefreshCreateWithChangeEvent() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/input/
H A Ddom_checkbox_util.cpp37 RefPtr<CheckboxTheme> theme = node.GetTheme<CheckboxTheme>(); in CreateComponentAndSetChildAttr() local
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_rating.cpp110 auto theme = GetTheme<RatingTheme>(); in SetThemeAttrs() local
[all...]
H A Ddom_tool_bar.cpp27 RefPtr<ToolBarTheme> theme = GetTheme<ToolBarTheme>(); in InitializeStyle() local

Completed in 7 milliseconds

12345678910>>...19