Home
last modified time | relevance | path

Searched defs:theme (Results 226 - 250 of 461) sorted by relevance

12345678910>>...19

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/
H A Dcontainer_modal_view.cpp122 auto theme = PipelineContext::GetCurrentContext()->GetTheme<ContainerModalTheme>(); in BuildTitleRow() local
191 auto theme = PipelineContext::GetCurrentContext()->GetTheme<ContainerModalTheme>(); in BuildControlButton() local
[all...]
H A Dcontainer_modal_theme.h82 RefPtr<ContainerModalTheme> theme = AceType::Claim(new ContainerModalTheme()); in Build() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/search/
H A Dsearch_theme.h46 RefPtr<SearchTheme> theme = AceType::Claim(new SearchTheme()); in Build() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/
H A Dmenu_item_layout_algorithm.cpp29 auto theme = pipeline->GetTheme<SelectTheme>(); in Measure() local
242 auto theme = pipeline->GetTheme<SelectTheme>(); in MeasureLeftRow() local
279 auto theme = pipeline->GetTheme<SelectTheme>(); MeasureRightRow() local
389 auto theme = pipeline->GetTheme<SelectTheme>(); GetMenuItemVerticalPadding() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
H A Dnavdestination_pattern.cpp219 auto theme = pipelineContext->GetTheme<AppTheme>(); in UpdateBackgroundColorIfNeeded() local
322 auto theme = NavigationGetTheme(); in GetBackButtonState() local
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dswiper_indicator.h28 void InitStyle(const RefPtr<SwiperIndicatorTheme>& theme) in InitStyle() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/stack/
H A Dstack_element.cpp361 auto theme = themeManager->GetTheme<PopupTheme>(); in PerformPopPopup() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_split/
H A Dlinear_split_layout_algorithm.cpp440 auto theme = pipeline->GetTheme<TextTheme>(); in GetLinearSplitChildMinSize() local
/foundation/arkui/ace_engine/frameworks/core/components/select_popup/
H A Drender_select_popup.cpp281 auto theme = selectPopup_->GetTheme(); in CreatePopupAnimation() local
/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Drender_picker_column.cpp37 auto theme = column->GetTheme(); in Update() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/
H A Dgauge_layout_algorithm.cpp142 auto theme = pipelineContext->GetTheme<GaugeTheme>(); in MeasureLimitValueTextWidth() local
/foundation/arkui/ace_engine/frameworks/core/components/dialog_tween/
H A Drender_dialog_tween.cpp379 auto theme = GetTheme<DialogTheme>(); in ComputeChildPosition() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_checkbox_bridge.cpp58 auto theme = ArkTSUtils::GetTheme<CheckboxTheme>(); in SetMark() local
H A Darkts_native_gauge_bridge.cpp218 auto theme = ArkTSUtils::GetTheme<ProgressTheme>(); in SetColors() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_checkbox.cpp253 auto theme = GetTheme<CheckboxTheme>(); in SelectedColor() local
266 auto theme = GetTheme<CheckboxTheme>(); in UnSelectedColor() local
281 auto theme = GetTheme<CheckboxTheme>(); in Mark() local
H A Djs_radio.cpp295 auto theme = GetTheme<RadioTheme>(); in JsRadioStyle() local
H A Djs_checkboxgroup.cpp204 auto theme = GetTheme<CheckboxTheme>(); in SelectedColor() local
218 auto theme = GetTheme<CheckboxTheme>(); in UnSelectedColor() local
238 auto theme = GetTheme<CheckboxTheme>(); in Mark() local
H A Djs_scroll.cpp407 auto theme = pipelineContext->GetTheme<ScrollBarTheme>(); in SetScrollBarWidth() local
425 auto theme = pipelineContext->GetTheme<ScrollBarTheme>(); in SetScrollBarColor() local
H A Djs_toggle.cpp286 auto theme = GetTheme<SwitchTheme>(); in SwitchPointColor() local
440 auto theme = GetTheme<SwitchTheme>(); in SwitchStyle() local
451 auto theme = GetTheme<SwitchTheme>(); in SwitchStyle() local
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_scroll_ffi.cpp133 auto theme = pipelineContext->GetTheme<ScrollBarTheme>(); in FfiOHOSAceFrameworkScrollCreate() local
157 auto theme = pipelineContext->GetTheme<ScrollBarTheme>(); in FfiOHOSAceFrameworkScrollCreate() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dsearch_model_impl.cpp283 InitializeDefaultValue(const RefPtr<BoxComponent>& boxComponent, const RefPtr<TextFieldComponent>& component, const RefPtr<TextFieldTheme>& theme) InitializeDefaultValue() argument
[all...]
H A Dtext_field_model_impl.cpp51 auto theme = pipeline->GetThemeManager()->GetTheme<TextFieldTheme>(); in CreateTextInput() local
68 auto theme = pipeline->GetThemeManager()->GetTheme<TextFieldTheme>(); in InitTextAreaDefaultStyle() local
135 auto theme = JSViewAbstract::GetTheme<TextFieldTheme>(); CreateTextArea() local
155 auto theme = JSViewAbstract::GetTheme<TextFieldTheme>(); InitTextInputDefaultStyle() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Drender_switch.cpp87 auto theme = GetTheme<SwitchTheme>(); in Update() local
/foundation/arkui/ace_engine/frameworks/core/components/button/
H A Dbutton_component.cpp307 void ButtonComponent::ApplyTheme(const RefPtr<ButtonTheme>& theme) in ApplyTheme() argument
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/
H A Dgrid_common_test_ng.cpp1401 auto theme = themeManager->GetTheme<GridItemTheme>(); in HWTEST_F() local

Completed in 41 milliseconds

12345678910>>...19