Home
last modified time | relevance | path

Searched defs:theme (Results 51 - 75 of 461) sorted by relevance

12345678910>>...19

/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_loading_progress_modifier.cpp44 auto theme = pipelineContext->GetTheme<ProgressTheme>(); in ResetLoadingProgressColor() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H A Dslider_paint_method.cpp99 auto theme = pipeline->GetTheme<SliderTheme>(); in UpdateOverlayModifier() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/paste_button/
H A Dpaste_button_model_ng.cpp70 auto theme = GetTheme(); in GetTextResource() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/
H A Dbundle_resource_observer.cpp52 std::string theme = configuration.GetItem(AAFwk::GlobalConfigurationKey::THEME); in OnConfigurationUpdated() local
100 void BundleResourceObserver::OnApplicationThemeChanged(const std::string &theme, in OnApplicationThemeChanged() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_input_base.cpp105 auto theme = context->GetTheme<TextFieldTheme>(); in GetTheme() local
H A Dtext_input_sub_2_test.cpp77 auto theme = GetTheme(); in HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/focus_animation/
H A Drender_focus_animation.cpp46 auto theme = pipelineContext->GetThemeManager(); in Update() local
/foundation/arkui/ace_engine/frameworks/core/components/declaration/text/
H A Dtext_declaration.cpp47 RefPtr<TextTheme> theme = GetTheme<TextTheme>(); in InitializeStyle() local
/foundation/arkui/ace_engine/frameworks/core/components/qrcode/
H A Dqrcode_theme.h47 RefPtr<QrcodeTheme> theme = AceType::Claim(new QrcodeTheme()); in Build() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/declaration/swiper/
H A Dswiper_declaration.cpp43 RefPtr<SwiperIndicatorTheme> theme = GetTheme<SwiperIndicatorTheme>(); in InitializeStyle() local
/foundation/arkui/ace_engine/frameworks/core/components/progress/
H A Drender_bubble_progress.cpp84 auto theme = GetTheme<ProgressTheme>(); in PerformLayout() local
/foundation/arkui/ace_engine/frameworks/core/components/close_icon/
H A Dclose_icon_theme.h43 RefPtr<CloseIconTheme> theme = AceType::Claim(new CloseIconTheme()); in Build() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/data_panel/
H A Ddata_panel_model_ng.cpp32 auto theme = pipeline->GetTheme<DataPanelTheme>(); in SetDefaultBorderRadius() local
H A Ddata_panel_paint_method.cpp32 auto theme = pipelineContext->GetTheme<DataPanelTheme>(); in UpdateContentModifier() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_layout_property.cpp79 auto theme = context ? context->GetTheme<SelectTheme>() : nullptr; in ToJsonValue() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/hyperlink/
H A Dhyperlink_model_ng.cpp55 auto theme = PipelineContext::GetCurrentContext()->GetTheme<HyperlinkTheme>(); in SetTextStyle() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/
H A Dmenu_item_layout_property.h164 auto theme = context ? context->GetTheme<SelectTheme>() : nullptr; variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/divider/
H A Ddivider_paint_method.h49 auto theme = pipeline->GetTheme<DividerTheme>(); variable
50 CHECK_NULL_VOID(theme); variable
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_symbol_span.cpp56 auto theme = GetTheme<TextTheme>(); in SetFontSize() local
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_switch.cpp42 RefPtr<SwitchTheme> theme = GetTheme<SwitchTheme>(); in ResetInitializedStyle() local
176 RefPtr<SwitchTheme> theme = GetTheme<SwitchTheme>(); in PrepareSpecializedComponent() local
[all...]
H A Ddom_input.h73 const auto& theme = GetTheme<S>(); in InitCheckable() local
84 const auto& theme = GetTheme<ButtonTheme>(); in InitButton() local
H A Ddom_slider.cpp39 RefPtr<SliderTheme> theme = GetTheme<SliderTheme>(); in InitializeStyle() local
H A Ddom_marquee.cpp36 RefPtr<MarqueeTheme> theme = GetTheme<MarqueeTheme>(); in ResetInitializedStyle() local
H A Ddom_refresh.cpp38 RefPtr<RefreshTheme> theme = GetTheme<RefreshTheme>(); in ResetInitializedStyle() local
131 auto theme = GetTheme<ProgressTheme>(); GetSpecializedComponent() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dprogress_model_impl.cpp33 auto theme = JSViewAbstract::GetTheme<ProgressTheme>(); in Create() local

Completed in 10 milliseconds

12345678910>>...19