/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_picker/ |
H A D | text_picker_gradient_height_test_ng.cpp | 213 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 D | text_picker_test_ng.cpp | 683 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 D | text_picker_pattern_test_ng.cpp | 228 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 D | text_picker_column_test_ng.cpp | 242 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 D | text_picker_Extend_test_ng.cpp | 241 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 D | checkboxgroup_layout_algorithm_test_ng.cpp | 92 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 D | checkable_component.cpp | 31 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 D | checkable_theme.h | 218 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 D | rating_component.cpp | 22 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 D | js_sec_button_base.cpp | 31 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 D | data_panel_component.cpp | 46 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 D | text_input_sub_1_test.cpp | 81 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 D | picker_model_impl.h | 37 …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 D | timepicker_model_impl.h | 32 …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 D | calendar_model_impl.cpp | 33 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 D | form_theme.h | 42 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 D | semi_modal_theme.h | 37 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 D | date_picker_test_update.cpp | 140 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 D | atomic_service_pattern.cpp | 36 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 D | slider_component.cpp | 32 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 D | card_theme.h | 38 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 D | time_picker_test_update.cpp | 143 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 D | time_picker_display12_test_ng.cpp | 149 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 D | drag_bar_theme.h | 37 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 D | image_theme.h | 42 RefPtr<ImageTheme> theme = AceType::Claim(new ImageTheme()); in Build() local 53 …d ParsePattern(const RefPtr<ThemeConstants>& themeConstants, const RefPtr<ImageTheme>& theme) const in ParsePattern()
|