Home
last modified time | relevance | path

Searched defs:pickerTheme (Results 1 - 25 of 35) sorted by relevance

12

/foundation/arkui/ace_engine/test/mock/core/common/
H A Dmock_theme_default.h31 auto pickerTheme = AceType::MakeRefPtr<PickerTheme>(); in GetPickerTheme() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dtimepicker_model_impl.cpp22 void TimePickerModelImpl::CreateTimePicker(RefPtr<PickerTheme> pickerTheme, bool hasSecond) in CreateTimePicker() argument
H A Dtextpicker_model_impl.cpp22 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 Dtimepicker_model_ng.cpp37 void TimePickerModelNG::CreateTimePicker(RefPtr<PickerTheme> pickerTheme, bool hasSecond) in CreateTimePicker() argument
[all...]
H A Dtimepicker_column_layout_algorithm.cpp47 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 Dtimepicker_dialog_view.cpp64 auto pickerTheme = themeManager->GetTheme<PickerTheme>(); in Show() local
264 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in CreateNextPrevButtonNode() local
[all...]
H A Dtimepicker_row_pattern.h427 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_model_ng.cpp41 void DatePickerModelNG::CreateDatePicker(RefPtr<PickerTheme> pickerTheme) in CreateDatePicker() argument
[all...]
H A Ddatepicker_dialog_view.cpp163 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in CreateLunarSwitchTextNode() local
[all...]
H A Ddatepicker_column_layout_algorithm.cpp48 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 Dtextpicker_model_ng.cpp76 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 Dtextpicker_dialog_view.cpp96 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 Dtextpicker_layout_algorithm.cpp41 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 Dtextpicker_pattern.h180 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); variable
/foundation/arkui/ace_engine/test/unittest/core/pattern/time_picker/
H A Dtime_picker_test_dialog_view.cpp185 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 Dcalendar_dialog_pattern.h73 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); variable
H A Dcalendar_dialog_pattern.cpp229 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in UpdateOptionsButtonColor() local
H A Dcalendar_dialog_view.cpp512 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 Dtext_picker_model_test_ng.cpp427 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 Dtext_picker_Extend_test_ng.cpp1551 auto pickerTheme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_textpicker_bridge.cpp387 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 Dnode_timepicker_modifier.cpp106 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 Dnode_textpicker_modifier.cpp155 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 Ddate_picker_order_test.cpp426 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 Ddate_picker_column_test_ng.cpp476 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...]

Completed in 36 milliseconds

12