Home
last modified time | relevance | path

Searched defs:theme (Results 1 – 25 of 445) sorted by relevance

12345678910>>...18

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_picker/
H A Dtext_picker_gradient_height_test_ng.cpp213 auto theme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); variable
243 auto theme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); variable
273 auto theme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); variable
303 auto theme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); variable
333 auto theme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); variable
363 auto theme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); variable
393 auto theme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); variable
423 auto theme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); variable
453 auto theme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); variable
483 auto theme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); variable
[all …]
H A Dtext_picker_test_ng.cpp683 auto theme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); variable
703 auto theme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); variable
724 auto theme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); variable
745 auto theme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); variable
765 auto theme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); variable
786 auto theme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); variable
807 auto theme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); variable
828 auto theme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); variable
848 auto theme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); variable
869 auto theme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); variable
[all …]
H A Dtext_picker_pattern_test_ng.cpp228 auto theme = pipeline->GetTheme<PickerTheme>(); variable
265 auto theme = pipeline->GetTheme<PickerTheme>(); variable
286 auto theme = pipeline->GetTheme<PickerTheme>(); variable
330 auto theme = pipeline->GetTheme<PickerTheme>(); variable
359 auto theme = pipeline->GetTheme<PickerTheme>(); variable
390 auto theme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); variable
419 auto theme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); variable
451 auto theme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); variable
481 auto theme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); variable
532 auto theme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); variable
[all …]
H A Dtext_picker_column_test_ng.cpp242 auto theme = pipeline->GetTheme<PickerTheme>(); variable
280 auto theme = pipeline->GetTheme<PickerTheme>(); variable
334 auto theme = pipeline->GetTheme<PickerTheme>(); variable
388 auto theme = pipeline->GetTheme<PickerTheme>(); variable
427 auto theme = pipeline->GetTheme<PickerTheme>(); variable
472 auto theme = pipeline->GetTheme<PickerTheme>(); variable
516 auto theme = pipeline->GetTheme<PickerTheme>(); variable
565 auto theme = pipeline->GetTheme<PickerTheme>(); variable
602 auto theme = pipeline->GetTheme<PickerTheme>(); variable
634 auto theme = pipeline->GetTheme<PickerTheme>(); variable
[all …]
H A Dtext_picker_Extend_test_ng.cpp241 auto theme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); variable
275 auto theme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); variable
304 auto theme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); variable
604 auto theme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); variable
639 auto theme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); variable
717 auto theme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); variable
775 auto theme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); variable
812 auto theme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); variable
849 auto theme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); variable
886 auto theme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); variable
[all …]
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/checkboxgroup/
H A Dcheckboxgroup_layout_algorithm_test_ng.cpp92 auto theme = AceType::MakeRefPtr<CheckboxTheme>(); variable
122 auto theme = AceType::MakeRefPtr<CheckboxTheme>(); variable
154 auto theme = AceType::MakeRefPtr<CheckboxTheme>(); variable
188 auto theme = AceType::MakeRefPtr<CheckboxTheme>(); variable
221 auto theme = AceType::MakeRefPtr<CheckboxTheme>(); variable
251 auto theme = AceType::MakeRefPtr<CheckboxTheme>(); variable
282 auto theme = AceType::MakeRefPtr<CheckboxTheme>(); variable
311 auto theme = AceType::MakeRefPtr<CheckboxTheme>(); variable
351 auto theme = AceType::MakeRefPtr<CheckboxTheme>(); variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Dcheckable_component.cpp31 CheckableComponent::CheckableComponent(CheckableType type, const RefPtr<CheckableTheme>& theme) : c… in CheckableComponent()
36 void CheckableComponent::ApplyTheme(const RefPtr<CheckableTheme>& theme) in ApplyTheme()
84 CheckboxComponent::CheckboxComponent(const RefPtr<CheckboxTheme>& theme) in CheckboxComponent()
88 SwitchComponent::SwitchComponent(const RefPtr<SwitchTheme>& theme) in SwitchComponent()
H A Dcheckable_theme.h218 RefPtr<CheckboxTheme> theme = AceType::Claim(new CheckboxTheme()); in Build() local
228 …ParsePattern(const RefPtr<ThemeConstants>& themeConstants, const RefPtr<CheckboxTheme>& theme) con… in ParsePattern()
275 …CheckboxSize(const RefPtr<ThemeConstants>& themeConstants, const RefPtr<CheckboxTheme>& theme) con… in SetCheckboxSize()
320 RefPtr<SwitchTheme> theme = AceType::Claim(new SwitchTheme()); in Build() local
330 … ParsePattern(const RefPtr<ThemeConstants>& themeConstants, const RefPtr<SwitchTheme>& theme) const in ParsePattern()
422 RefPtr<RadioTheme> theme = AceType::Claim(new RadioTheme()); in Build() local
431 …d ParsePattern(const RefPtr<ThemeConstants>& themeConstants, const RefPtr<RadioTheme>& theme) const in ParsePattern()
479 …d SetRadioSize(const RefPtr<ThemeConstants>& themeConstants, const RefPtr<RadioTheme>& theme) const in SetRadioSize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/rating/
H A Drating_component.cpp22 void RatingComponent::SetResIdFromTheme(const RefPtr<RatingTheme>& theme) in SetResIdFromTheme()
32 void RatingComponent::SetMiniResIdFromTheme(const RefPtr<RatingTheme>& theme) in SetMiniResIdFromTheme()
52 void RatingComponent::SetThemeStyle(const RefPtr<RatingTheme>& theme) in SetThemeStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_sec_button_base.cpp31 auto theme = GetTheme<SecurityComponentTheme>(); in SetIconSize() local
44 auto theme = GetTheme<SecurityComponentTheme>(); in SetIconColor() local
56 auto theme = GetTheme<SecurityComponentTheme>(); in SetFontSize() local
103 auto theme = GetTheme<SecurityComponentTheme>(); in SetFontColor() local
133 auto theme = GetTheme<SecurityComponentTheme>(); in SetBackgroundColor() local
160 auto theme = GetTheme<SecurityComponentTheme>(); in SetBackgroundBorderWidth() local
173 auto theme = GetTheme<SecurityComponentTheme>(); in SetBackgroundBorderColor() local
185 auto theme = GetTheme<SecurityComponentTheme>(); in SetBackgroundBorderRadius() local
237 auto theme = GetTheme<SecurityComponentTheme>(); in SetTextIconSpace() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/data_panel/
H A Ddata_panel_component.cpp46 auto theme = themeManager->GetTheme<DataPanelTheme>(); in InitalStyle() local
64 auto theme = themeManager->GetTheme<DataPanelTheme>(); in InitalStyle() local
87 auto theme = themeManager->GetTheme<DataPanelTheme>(); in InitalStyle() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_input_sub_1_test.cpp81 auto theme = GetTheme(); variable
464 auto theme = GetTheme(); variable
861 auto theme = GetTheme(); variable
1103 auto theme = GetTheme(); variable
1492 auto theme = GetTheme(); variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dpicker_model_impl.h37 …void SetDisappearTextStyle(const RefPtr<PickerTheme>& theme, const NG::PickerTextStyle& value) ove… in SetDisappearTextStyle()
38 …void SetNormalTextStyle(const RefPtr<PickerTheme>& theme, const NG::PickerTextStyle& value) overri… in SetNormalTextStyle()
39 …void SetSelectedTextStyle(const RefPtr<PickerTheme>& theme, const NG::PickerTextStyle& value) over… in SetSelectedTextStyle()
H A Dtimepicker_model_impl.h32 …void SetDisappearTextStyle(const RefPtr<PickerTheme>& theme, const NG::PickerTextStyle& value) ove… in SetDisappearTextStyle()
33 …void SetNormalTextStyle(const RefPtr<PickerTheme>& theme, const NG::PickerTextStyle& value) overri… in SetNormalTextStyle()
34 …void SetSelectedTextStyle(const RefPtr<PickerTheme>& theme, const NG::PickerTextStyle& value) over… in SetSelectedTextStyle()
H A Dcalendar_model_impl.cpp33 auto theme = pipeline->GetTheme<CalendarTheme>(); in Create() local
113 auto& theme = themePtr->GetCalendarTheme(); in SetCurrentDayStyle() local
218 auto& theme = themePtr->GetCalendarTheme(); in SetNonCurrentDayStyle() local
243 auto& theme = themePtr->GetCalendarTheme(); in SetTodayStyle() local
268 auto& theme = themePtr->GetCalendarTheme(); in SetWeekStyle() local
304 auto& theme = themePtr->GetCalendarTheme(); in SetWorkStateStyle() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form/
H A Dform_theme.h42 RefPtr<FormTheme> theme = AceType::Claim(new FormTheme()); in Build() local
52 …id ParsePattern(const RefPtr<ThemeConstants>& themeConstants, const RefPtr<FormTheme>& theme) const in ParsePattern()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/semi_modal/
H A Dsemi_modal_theme.h37 RefPtr<SemiModalTheme> theme = AceType::Claim(new SemiModalTheme()); in Build() local
46 …ParsePattern(const RefPtr<ThemeConstants>& themeConstants, const RefPtr<SemiModalTheme>& theme) co… in ParsePattern()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/picker/
H A Ddate_picker_test_update.cpp140 auto theme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); in CreateDatePickerColumnNode() local
179 auto theme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); variable
228 auto theme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); variable
267 auto theme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); variable
307 auto theme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); variable
348 auto theme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); variable
389 auto theme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); variable
430 auto theme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); variable
474 auto theme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); variable
522 auto theme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); variable
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/app_bar/
H A Datomic_service_pattern.cpp36 auto theme = pipeline->GetTheme<AppBarTheme>(); in BeforeCreateLayoutWrapper() local
200 auto theme = pipeline->GetTheme<AppBarTheme>(); in UpdateColor() local
217 void AtomicServicePattern::UpdateMenuBarColor(RefPtr<AppBarTheme>& theme, RefPtr<FrameNode>& menuBa… in UpdateMenuBarColor()
240 void AtomicServicePattern::UpdateButtonColor(RefPtr<AppBarTheme>& theme, RefPtr<FrameNode>& button,… in UpdateButtonColor()
263 void AtomicServicePattern::UpdateDividerColor(RefPtr<AppBarTheme>& theme, RefPtr<FrameNode>& divide… in UpdateDividerColor()
279 void AtomicServicePattern::UpdateIconColor(RefPtr<AppBarTheme>& theme, RefPtr<FrameNode>& icon, boo… in UpdateIconColor()
295 auto theme = pipeline->GetTheme<AppBarTheme>(); in UpdateLayout() local
313 void AtomicServicePattern::UpdateMenuBarLayout(RefPtr<AppBarTheme>& theme, RefPtr<FrameNode>& menuB… in UpdateMenuBarLayout()
339 void AtomicServicePattern::UpdateButtonLayout(RefPtr<AppBarTheme>& theme, RefPtr<FrameNode>& button… in UpdateButtonLayout()
356 void AtomicServicePattern::UpdateIconLayout(RefPtr<AppBarTheme>& theme, RefPtr<FrameNode>& icon, bo… in UpdateIconLayout()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/slider/
H A Dslider_component.cpp32 void SliderComponent::SetThemeStyle(const RefPtr<SliderTheme>& theme) in SetThemeStyle()
44 void SliderComponent::InitStyle(const RefPtr<SliderTheme>& theme) in InitStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/theme/
H A Dcard_theme.h38 RefPtr<CardTheme> theme = AceType::Claim(new CardTheme()); in Build() local
47 …id ParsePattern(const RefPtr<ThemeConstants>& themeConstants, const RefPtr<CardTheme>& theme) const in ParsePattern()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/time_picker/
H A Dtime_picker_test_update.cpp143 auto theme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); in CreateTimePickerColumnNode() local
185 auto theme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); variable
234 auto theme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); variable
273 auto theme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); variable
313 auto theme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); variable
354 auto theme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); variable
395 auto theme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); variable
436 auto theme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); variable
480 auto theme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); variable
528 auto theme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); variable
[all …]
H A Dtime_picker_display12_test_ng.cpp149 auto theme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); in CreateTimePickerColumnNode() local
183 auto theme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); variable
240 auto theme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); variable
298 auto theme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); variable
356 auto theme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); variable
414 auto theme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); variable
471 auto theme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); variable
529 auto theme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); variable
587 auto theme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); variable
645 auto theme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); variable
[all …]
/ohos5.0/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
57 … ParsePattern(const RefPtr<ThemeConstants>& themeConstants, const RefPtr<DragBarTheme>& theme) con… in ParsePattern()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Dimage_theme.h42 RefPtr<ImageTheme> theme = AceType::Claim(new ImageTheme()); in Build() local
53 …d ParsePattern(const RefPtr<ThemeConstants>& themeConstants, const RefPtr<ImageTheme>& theme) const in ParsePattern()

12345678910>>...18