/foundation/arkui/ace_engine/test/mock/core/common/ |
H A D | mock_theme_default.h | 31 auto pickerTheme = AceType::MakeRefPtr<PickerTheme>(); in GetPickerTheme() local [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | timepicker_model_impl.cpp | 22 void TimePickerModelImpl::CreateTimePicker(RefPtr<PickerTheme> pickerTheme, bool hasSecond) in CreateTimePicker() argument
|
H A D | textpicker_model_impl.cpp | 22 void TextPickerModelImpl::Create(RefPtr<PickerTheme> pickerTheme, uint32_t columnKind) in Create() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/ |
H A D | timepicker_model_ng.cpp | 37 void TimePickerModelNG::CreateTimePicker(RefPtr<PickerTheme> pickerTheme, bool hasSecond) in CreateTimePicker() argument [all...] |
H A D | timepicker_column_layout_algorithm.cpp | 47 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in Measure() local 105 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in GetPickerMaxHeight() local 162 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); ChangeAmPmTextStyle() local 182 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); Layout() local 217 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); NeedAdaptForAging() local 230 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); AdjustFontSizeScale() local 246 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); ReCalcItemHeightScale() local [all...] |
H A D | timepicker_dialog_view.cpp | 64 auto pickerTheme = themeManager->GetTheme<PickerTheme>(); in Show() local 264 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in CreateNextPrevButtonNode() local [all...] |
H A D | timepicker_row_pattern.h | 427 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); variable
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/ |
H A D | datepicker_model_ng.cpp | 41 void DatePickerModelNG::CreateDatePicker(RefPtr<PickerTheme> pickerTheme) in CreateDatePicker() argument [all...] |
H A D | datepicker_dialog_view.cpp | 163 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in CreateLunarSwitchTextNode() local [all...] |
H A D | datepicker_column_layout_algorithm.cpp | 48 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in Measure() local 159 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); ChangeTextStyle() local 180 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); Layout() local 215 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); NeedAdaptForAging() local 228 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); AdjustFontSizeScale() local 245 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); ReCalcItemHeightScale() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/ |
H A D | textpicker_model_ng.cpp | 76 void TextPickerModelNG::Create(RefPtr<PickerTheme> pickerTheme, uint32_t columnKind) in Create() argument 112 void TextPickerModelNG::SetDefaultAttributes(const RefPtr<PickerTheme>& pickerTheme) in SetDefaultAttributes() argument [all...] |
H A D | textpicker_dialog_view.cpp | 96 auto pickerTheme = themeManager->GetTheme<PickerTheme>(); in RangeShow() local 160 OptionsCreateNode(const RefPtr<TextPickerPattern>& textPickerPattern, const TextPickerSettingData& settingData, const RefPtr<FrameNode>& textPickerNode, uint32_t showCount, uint32_t columnCount, RefPtr<PickerTheme> pickerTheme) OptionsCreateNode() argument 192 OptionsShowInternal(const RefPtr<TextPickerPattern>& textPickerPattern, const TextPickerSettingData& settingData, const RefPtr<FrameNode>& textPickerNode, uint32_t showCount, RefPtr<PickerTheme> pickerTheme) OptionsShowInternal() argument 250 auto pickerTheme = themeManager->GetTheme<PickerTheme>(); OptionsShow() local 294 CreateIconItemNode(RefPtr<PickerTheme> pickerTheme) CreateIconItemNode() argument 316 CreateTextItemNode(RefPtr<PickerTheme> pickerTheme) CreateTextItemNode() argument 328 CreateMixtureItemNode(RefPtr<PickerTheme> pickerTheme) CreateMixtureItemNode() argument 353 CreateColumnNode( uint32_t columnKind, uint32_t showCount, RefPtr<PickerTheme> pickerTheme) CreateColumnNode() argument 382 CreateStackNode(RefPtr<PickerTheme> pickerTheme) CreateStackNode() argument [all...] |
H A D | textpicker_layout_algorithm.cpp | 41 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in Measure() local 74 GetGradientPercent(const RefPtr<TextPickerLayoutProperty>& layoutProperty, const RefPtr<TextPickerPattern>& textPickerPattern, SizeF& frameSize, const RefPtr<PickerTheme>& pickerTheme) GetGradientPercent() argument 103 GetColumnSize(const RefPtr<TextPickerLayoutProperty>& layoutProperty, const RefPtr<PickerTheme>& pickerTheme, const RefPtr<DialogTheme>& dialogTheme, SizeF& frameSize, const RefPtr<FrameNode>& pickerNode) GetColumnSize() argument 197 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); ChangeTextStyle() local 250 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); Layout() local 300 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); NeedAdaptForAging() local 313 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); AdjustFontSizeScale() local 330 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); ReCalcItemHeightScale() local [all...] |
H A D | textpicker_pattern.h | 180 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); variable
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/time_picker/ |
H A D | time_picker_test_dialog_view.cpp | 185 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in HWTEST_F() local 240 auto pickerTheme in HWTEST_F() local 278 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); HWTEST_F() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/ |
H A D | calendar_dialog_pattern.h | 73 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); variable
|
H A D | calendar_dialog_pattern.cpp | 229 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in UpdateOptionsButtonColor() local
|
H A D | calendar_dialog_view.cpp | 512 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in CreateButtonNode() local 563 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in UpdateButtonLayoutProperty() local 1042 auto pickerTheme = pipelineContext->GetTheme<PickerTheme>(); in UpdateButtons() local
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_picker/ |
H A D | text_picker_model_test_ng.cpp | 427 auto pickerTheme = MockThemeDefault::GetPickerTheme();
in HWTEST_F() local 446 auto pickerTheme = MockThemeDefault::GetPickerTheme();
in HWTEST_F() local 465 auto pickerTheme = MockThemeDefault::GetPickerTheme();
in HWTEST_F() local
|
H A D | text_picker_Extend_test_ng.cpp | 1551 auto pickerTheme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); in HWTEST_F() local
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_textpicker_bridge.cpp | 387 auto pickerTheme = themeManager->GetTheme<PickerTheme>();
in SetDivider() local 447 auto pickerTheme = themeManager->GetTheme<PickerTheme>();
in SetGradientHeight() local
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_timepicker_modifier.cpp | 106 auto pickerTheme = themeManager->GetTheme<PickerTheme>(); in ResetTimepickerTextStyle() local 149 auto pickerTheme = themeManager->GetTheme<PickerTheme>(); in ResetTimepickerSelectedTextStyle() local 193 auto pickerTheme = themeManager->GetTheme<PickerTheme>(); in ResetTimepickerDisappearTextStyle() local
|
H A D | node_textpicker_modifier.cpp | 155 auto pickerTheme = themeManager->GetTheme<PickerTheme>(); in ResetTextPickerTextStyle() local 198 auto pickerTheme = themeManager->GetTheme<PickerTheme>(); in ResetTextPickerSelectedTextStyle() local 242 auto pickerTheme = themeManager->GetTheme<PickerTheme>(); in ResetTextPickerDisappearTextStyle() local 448 auto pickerTheme = themeManager->GetTheme<PickerTheme>(); in ResetTextPickerDivider() local 485 auto pickerTheme = themeManager->GetTheme<PickerTheme>(); ResetTextPickerGradientHeight() local [all...] |
/foundation/arkui/ace_engine/test/unittest/core/pattern/picker/ |
H A D | date_picker_order_test.cpp | 426 auto pickerTheme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); in HWTEST_F() local 482 auto pickerTheme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); in HWTEST_F() local 538 auto pickerTheme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); in HWTEST_F() local 594 auto pickerTheme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); in HWTEST_F() local 650 auto pickerTheme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); in HWTEST_F() local 706 auto pickerTheme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); HWTEST_F() local 762 auto pickerTheme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); HWTEST_F() local 817 auto pickerTheme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); HWTEST_F() local 872 auto pickerTheme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); HWTEST_F() local 927 auto pickerTheme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); HWTEST_F() local 982 auto pickerTheme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); HWTEST_F() local 1037 auto pickerTheme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); HWTEST_F() local 1092 auto pickerTheme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); HWTEST_F() local 1147 auto pickerTheme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); HWTEST_F() local 1202 auto pickerTheme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); HWTEST_F() local 1257 auto pickerTheme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); HWTEST_F() local 1312 auto pickerTheme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); HWTEST_F() local 1367 auto pickerTheme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); HWTEST_F() local 1422 auto pickerTheme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); HWTEST_F() local 1477 auto pickerTheme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); HWTEST_F() local 1532 auto pickerTheme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); HWTEST_F() local 1587 auto pickerTheme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); HWTEST_F() local 1642 auto pickerTheme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); HWTEST_F() local 1697 auto pickerTheme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); HWTEST_F() local 1752 auto pickerTheme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); HWTEST_F() local 1811 auto pickerTheme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); HWTEST_F() local 1868 auto pickerTheme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); HWTEST_F() local 1920 auto pickerTheme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); HWTEST_F() local [all...] |
H A D | date_picker_column_test_ng.cpp | 476 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in HWTEST_F() local 539 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in HWTEST_F() local 1070 auto pickerTheme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); in HWTEST_F() local 1133 auto pickerTheme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); in HWTEST_F() local 1202 auto pickerTheme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); in HWTEST_F() local 1261 auto pickerTheme in HWTEST_F() local 1315 auto pickerTheme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); HWTEST_F() local 1384 auto pickerTheme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); HWTEST_F() local 1454 auto pickerTheme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); HWTEST_F() local 1521 auto pickerTheme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); HWTEST_F() local 1590 auto pickerTheme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); HWTEST_F() local 1675 auto pickerTheme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); HWTEST_F() local 1708 auto pickerTheme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); HWTEST_F() local 1745 auto pickerTheme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); HWTEST_F() local [all...] |