Home
last modified time | relevance | path

Searched defs:theme (Results 176 - 200 of 461) sorted by relevance

12345678910>>...19

/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_datepicker_ffi.cpp66 auto theme = GetTheme<PickerTheme>(); in ConvertToNoramlDate() local
77 auto theme = GetTheme<PickerTheme>(); in FfiOHOSAceFrameworkDatePickerCreate() local
156 auto theme = GetTheme<PickerTheme>(); in FfiOHOSAceFrameworkDatePickerSetDefaultAttributes() local
186 auto theme = GetTheme<PickerTheme>(); FfiOHOSAceFrameworkDatePickerSetDisappearTextStyle() local
207 auto theme = GetTheme<PickerTheme>(); FfiOHOSAceFrameworkDatePickerSetTextStyle() local
228 auto theme = GetTheme<PickerTheme>(); FfiOHOSAceFrameworkDatePickerSetSelectedTextStyle() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_text_clock.cpp161 auto theme = pipelineContext->GetTheme<TextTheme>(); in SetTextColor() local
175 auto theme = pipelineContext->GetTheme<TextTheme>(); in SetFontSize() local
186 auto theme = pipelineContext->GetTheme<TextTheme>(); in SetFontSize() local
H A Djs_data_panel.cpp182 RefPtr<DataPanelTheme> theme = GetTheme<DataPanelTheme>(); in TrackBackground() local
195 RefPtr<DataPanelTheme> theme = GetTheme<DataPanelTheme>(); in StrokeWidth() local
222 RefPtr<DataPanelTheme> theme = GetTheme<DataPanelTheme>(); in ShadowOption() local
313 RefPtr<DataPanelTheme> theme = GetTheme<DataPanelTheme>(); ConvertThemeColor() local
338 RefPtr<DataPanelTheme> theme = GetTheme<DataPanelTheme>(); BorderRadius() local
[all...]
H A Djs_texttimer.cpp176 auto theme = pipelineContext->GetTheme<TextTheme>(); in SetFontSize() local
187 auto theme = pipelineContext->GetTheme<TextTheme>(); in SetFontSize() local
204 auto theme = pipelineContext->GetTheme<TextTheme>(); in SetTextColor() local
H A Djs_navigation_utils.cpp183 auto theme = pipelineContext->GetTheme<NavigationBarTheme>(); in ParseTitleBarOptions() local
213 auto theme = pipelineContext->GetTheme<NavigationBarTheme>(); in ParseToolbarOptions() local
H A Djs_refresh.cpp150 RefPtr<RefreshTheme> theme = GetTheme<RefreshTheme>(); in Create() local
H A Djs_symbol.cpp88 auto theme = GetTheme<TextTheme>(); in SetFontSize() local
H A Djs_span.cpp206 auto theme = GetTheme<TextTheme>(); in SetDecoration() local
221 auto theme = GetTheme<TextTheme>(); in SetDecoration() local
H A Djs_linear_indicator.cpp47 auto theme = pipeline->GetThemeManager()->GetTheme<NG::LinearIndicatorTheme>(); in Create() local
84 auto theme = pipeline->GetThemeManager()->GetTheme<NG::LinearIndicatorTheme>(); in SetStyle() local
98 auto theme = pipeline->GetThemeManager()->GetTheme<NG::LinearIndicatorTheme>(); Loop() local
150 SetSpace(const JSRef<JSObject>& paramObject, const RefPtr<NG::LinearIndicatorTheme>& theme) SetSpace() argument
164 SetStrokeWidth( const JSRef<JSObject>& paramObject, const RefPtr<NG::LinearIndicatorTheme>& theme) SetStrokeWidth() argument
184 SetStrokeRadius( const JSRef<JSObject>& paramObject, const RefPtr<NG::LinearIndicatorTheme>& theme) SetStrokeRadius() argument
200 SetTrackBackgroundColor( const JSRef<JSObject>& paramObject, const RefPtr<NG::LinearIndicatorTheme>& theme) SetTrackBackgroundColor() argument
212 SetTrackColor(const JSRef<JSObject>& paramObject, const RefPtr<NG::LinearIndicatorTheme>& theme) SetTrackColor() argument
229 auto theme = pipeline->GetThemeManager()->GetTheme<NG::LinearIndicatorTheme>(); JsHeight() local
257 auto theme = pipeline->GetThemeManager()->GetTheme<NG::LinearIndicatorTheme>(); JsPadding() local
296 auto theme = pipeline->GetThemeManager()->GetTheme<NG::LinearIndicatorTheme>(); SetPaddingLeft() local
313 auto theme = pipeline->GetThemeManager()->GetTheme<NG::LinearIndicatorTheme>(); SetPaddingRight() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dscroll_model_impl.cpp114 void ScrollModelImpl::InitScrollBar(const RefPtr<ScrollBarTheme>& theme, const std::pair<bool, Color>& color, in InitScrollBar() argument
/foundation/arkui/ace_engine/frameworks/core/common/agingadapation/
H A Daging_adapation_dialog_theme.h49 RefPtr<AgingAdapationDialogTheme> theme = AceType::Claim(new AgingAdapationDialogTheme()); in Build() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Drender_radio.cpp62 auto theme = GetTheme<RadioTheme>(); in Update() local
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_list_item.cpp320 RefPtr<FocusAnimationTheme> theme = GetTheme<FocusAnimationTheme>(); in ResetInitializedStyle() local
H A Ddom_calendar.cpp361 auto theme = calendarComponent_->GetCalendarTheme(); SetSpecializedStyle() local
[all...]
H A Ddom_textarea.cpp46 auto theme = GetTheme<TextFieldTheme>(); in InitializeStyle() local
335 auto theme = GetTheme<TextFieldTheme>(); PrepareSpecializedComponent() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_data_panel_bridge.cpp40 RefPtr<DataPanelTheme> theme = ArkTSUtils::GetTheme<DataPanelTheme>(); in ConvertThemeColor() local
191 RefPtr<DataPanelTheme> theme = ArkTSUtils::GetTheme<DataPanelTheme>(); in SetTrackShadow() local
269 RefPtr<DataPanelTheme> theme = ArkTSUtils::GetTheme<DataPanelTheme>(); in SetDataPanelTrackBackgroundColor() local
294 RefPtr<DataPanelTheme> theme = ArkTSUtils::GetTheme<DataPanelTheme>(); in SetDataPanelStrokeWidth() local
[all...]
/foundation/arkui/ace_engine/test/mock/core/common/
H A Dtheme_mock.cpp137 RefPtr<ThemeStyle> theme = AceType::MakeRefPtr<ThemeStyle>(); in GetTheme() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/calendar/
H A Dcalendar_paint_method_test.cpp798 RefPtr<CalendarTheme> theme = MockPipelineContext::GetCurrent()->GetTheme<CalendarTheme>(); in HWTEST_F() local
844 RefPtr<CalendarTheme> theme = MockPipelineContext::GetCurrent()->GetTheme<CalendarTheme>(); in HWTEST_F() local
894 RefPtr<CalendarTheme> theme = MockPipelineContext::GetCurrent()->GetTheme<CalendarTheme>(); in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/calendar_picker/
H A Dcalendar_picker_pattern_test_ng.cpp158 auto theme = pipelineContext->GetTheme<CalendarTheme>(); in HWTEST_F() local
225 auto theme = pipelineContext->GetTheme<CalendarTheme>(); in HWTEST_F() local
267 auto theme in HWTEST_F() local
742 RefPtr<CalendarTheme> theme = pipelineContext->GetTheme<CalendarTheme>(); HWTEST_F() local
[all...]
H A Dcalendar_dialog_view_test_ng.cpp287 RefPtr<CalendarTheme> theme = MockPipelineContext::GetCurrent()->GetTheme<CalendarTheme>(); in HWTEST_F() local
336 RefPtr<CalendarTheme> theme = MockPipelineContext::GetCurrent()->GetTheme<CalendarTheme>(); in HWTEST_F() local
376 RefPtr<CalendarTheme> theme in HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/checkboxgroup/
H A Dcheckboxgroup_pattern_test_ng.cpp265 auto theme = pipeline->GetTheme<CheckboxTheme>(); in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_pattern_testtwo_ng.cpp1017 auto theme = AceType::MakeRefPtr<MockThemeManager>(); in HWTEST_F() local
1057 auto theme = AceType::MakeRefPtr<MockThemeManager>(); in HWTEST_F() local
1096 auto theme = AceType::MakeRefPtr<MockThemeManager>(); in HWTEST_F() local
H A Drich_editor_pattern_testthree_ng.cpp421 auto theme = AceType::MakeRefPtr<MockThemeManager>(); in HWTEST_F() local
621 auto theme = AceType::MakeRefPtr<MockThemeManager>(); in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/picker/
H A Ddate_picker_test_two.cpp125 auto theme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); in CreateDatePickerColumnNode() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/container_modal/
H A Dcontainer_modal_view_enhance_test_ng.cpp84 auto theme = AceType::MakeRefPtr<ContainerModalTheme>(); in SetUpTestCase() local
657 auto theme = AceType::MakeRefPtr<ListItemTheme>(); in HWTEST_F() local
700 auto theme = AceType::MakeRefPtr<ListItemTheme>(); in HWTEST_F() local
724 auto theme = AceType::MakeRefPtr<AdvancedPatternTheme>(); in HWTEST_F() local
740 auto theme = AceType::MakeRefPtr<AdvancedPatternTheme>(); HWTEST_F() local
[all...]

Completed in 19 milliseconds

12345678910>>...19