| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
| D | textpicker_model_impl.h | 34 void SetDefaultAttributes(const RefPtr<PickerTheme>& pickerTheme) override {} in SetDefaultAttributes() 35 …void SetDisappearTextStyle(const RefPtr<PickerTheme>& pickerTheme, const NG::PickerTextStyle& valu… in SetDisappearTextStyle() 36 …void SetNormalTextStyle(const RefPtr<PickerTheme>& pickerTheme, const NG::PickerTextStyle& value) … in SetNormalTextStyle() 37 …void SetSelectedTextStyle(const RefPtr<PickerTheme>& pickerTheme, const NG::PickerTextStyle& value… in SetSelectedTextStyle() 41 void MultiInit(const RefPtr<PickerTheme> pickerTheme) override {}; in MultiInit()
|
| D | timepicker_model_impl.cpp | 22 void TimePickerModelImpl::CreateTimePicker(RefPtr<PickerTheme> pickerTheme, bool hasSecond) in CreateTimePicker()
|
| D | textpicker_model_impl.cpp | 22 void TextPickerModelImpl::Create(RefPtr<PickerTheme> pickerTheme, uint32_t columnKind) in Create()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/ |
| D | textpicker_layout_algorithm.cpp | 49 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in Measure() local 83 …tr<TextPickerPattern>& textPickerPattern, SizeF& frameSize, const RefPtr<PickerTheme>& pickerTheme) in GetGradientPercent() 112 … const RefPtr<PickerTheme>& pickerTheme, const RefPtr<DialogTheme>& dialogTheme, SizeF& frameSize, in GetColumnSize() 219 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in ChangeTextStyle() local 244 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in Layout() local 294 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in NeedAdaptForAging() local 307 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in AdjustFontSizeScale() local 326 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in ReCalcItemHeightScale() local
|
| D | textpicker_dialog_view.cpp | 99 auto pickerTheme = themeManager->GetTheme<PickerTheme>(); in RangeShow() local 168 uint32_t columnCount, RefPtr<PickerTheme> pickerTheme) in OptionsCreateNode() 200 RefPtr<PickerTheme> pickerTheme) in OptionsShowInternal() 256 auto pickerTheme = themeManager->GetTheme<PickerTheme>(); in OptionsShow() local 303 RefPtr<FrameNode> TextPickerDialogView::CreateIconItemNode(RefPtr<PickerTheme> pickerTheme) in CreateIconItemNode() 325 RefPtr<FrameNode> TextPickerDialogView::CreateTextItemNode(RefPtr<PickerTheme> pickerTheme) in CreateTextItemNode() 337 RefPtr<FrameNode> TextPickerDialogView::CreateMixtureItemNode(RefPtr<PickerTheme> pickerTheme) in CreateMixtureItemNode() 363 uint32_t columnKind, uint32_t showCount, RefPtr<PickerTheme> pickerTheme) in CreateColumnNode() 391 RefPtr<FrameNode> TextPickerDialogView::CreateStackNode(RefPtr<PickerTheme> pickerTheme) in CreateStackNode() 499 RefPtr<PickerTheme> pickerTheme) in UpdateButtonConfirmLayoutProperty() [all …]
|
| D | textpicker_model_ng.cpp | 77 void TextPickerModelNG::Create(RefPtr<PickerTheme> pickerTheme, uint32_t columnKind) in Create() 113 void TextPickerModelNG::SetDefaultAttributes(const RefPtr<PickerTheme>& pickerTheme) in SetDefaultAttributes() 227 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in CreateFrameNode() local 302 void TextPickerModelNG::SetDisappearTextStyle(const RefPtr<PickerTheme>& pickerTheme, const NG::Pic… in SetDisappearTextStyle() 323 void TextPickerModelNG::SetNormalTextStyle(const RefPtr<PickerTheme>& pickerTheme, const NG::Picker… in SetNormalTextStyle() 344 void TextPickerModelNG::SetSelectedTextStyle(const RefPtr<PickerTheme>& pickerTheme, const NG::Pick… in SetSelectedTextStyle() 451 void TextPickerModelNG::MultiInit(const RefPtr<PickerTheme> pickerTheme) in MultiInit() 780 FrameNode* frameNode, const RefPtr<PickerTheme>& pickerTheme, const NG::PickerTextStyle& value) in SetNormalTextStyle() 803 FrameNode* frameNode, const RefPtr<PickerTheme>& pickerTheme, const NG::PickerTextStyle& value) in SetSelectedTextStyle() 831 FrameNode* frameNode, const RefPtr<PickerTheme>& pickerTheme, const NG::PickerTextStyle& value) in SetDisappearTextStyle() [all …]
|
| D | textpicker_pattern.cpp | 198 auto pickerTheme = context->GetTheme<PickerTheme>(); in SetButtonIdeaSize() local 532 auto pickerTheme = context->GetTheme<PickerTheme>(); in CalculateHeight() local 647 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in GetInnerFocusPaintRect() local 1110 auto pickerTheme = context->GetTheme<PickerTheme>(); in OnColorConfigurationUpdate() local 1211 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in NeedAdaptForAging() local
|
| D | textpicker_column_pattern.cpp | 68 auto pickerTheme = context->GetTheme<PickerTheme>(); in OnAttachToFrameNode() local 348 auto pickerTheme = context->GetTheme<PickerTheme>(); in GetShowOptionCount() local 736 void TextPickerColumnPattern::UpdateDisappearTextProperties(const RefPtr<PickerTheme>& pickerTheme, in UpdateDisappearTextProperties() 760 void TextPickerColumnPattern::UpdateCandidateTextProperties(const RefPtr<PickerTheme>& pickerTheme, in UpdateCandidateTextProperties() 785 void TextPickerColumnPattern::UpdateSelectedTextProperties(const RefPtr<PickerTheme>& pickerTheme, in UpdateSelectedTextProperties() 901 auto pickerTheme = context->GetTheme<PickerTheme>(); in UpdatePickerTextProperties() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/ |
| 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>(); in ChangeAmPmTextStyle() local 182 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in Layout() local 217 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in NeedAdaptForAging() local 230 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in AdjustFontSizeScale() local 248 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in ReCalcItemHeightScale() local
|
| D | timepicker_dialog_view.cpp | 66 auto pickerTheme = themeManager->GetTheme<PickerTheme>(); in Show() local 265 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in CreateNextPrevButtonNode() local 427 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in CreateTitleButtonNode() local 614 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in CreateConfirmNode() local 659 … RefPtr<ButtonLayoutProperty>& buttonConfirmLayoutProperty, const RefPtr<PickerTheme>& pickerTheme) in UpdateButtonLayoutProperty() 701 const RefPtr<TextLayoutProperty>& textLayoutProperty, const RefPtr<PickerTheme>& pickerTheme) in UpdateConfirmButtonTextLayoutProperty() 739 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in CreateCancelNode() local 783 …const RefPtr<TextLayoutProperty>& textCancelLayoutProperty, const RefPtr<PickerTheme>& pickerTheme) in UpdateCancelButtonTextLayoutProperty() 903 const RefPtr<PickerTheme>& pickerTheme, const PickerTextProperties& properties) in SetTextProperties() 946 const RefPtr<PickerTheme>& pickerTheme, const PickerTextProperties& properties) in SetTextDisappearProperties() [all …]
|
| D | timepicker_column_pattern.cpp | 68 auto pickerTheme = context->GetTheme<PickerTheme>(); in OnAttachToFrameNode() local 506 void TimePickerColumnPattern::UpdateDisappearTextProperties(const RefPtr<PickerTheme>& pickerTheme, in UpdateDisappearTextProperties() 529 void TimePickerColumnPattern::UpdateCandidateTextProperties(const RefPtr<PickerTheme>& pickerTheme, in UpdateCandidateTextProperties() 551 void TimePickerColumnPattern::UpdateSelectedTextProperties(const RefPtr<PickerTheme>& pickerTheme, in UpdateSelectedTextProperties() 583 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in ChangeAmPmTextStyle() local 610 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in ChangeTextStyle() local 1167 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in SetDividerHeight() local
|
| D | timepicker_model_ng.cpp | 38 void TimePickerModelNG::CreateTimePicker(RefPtr<PickerTheme> pickerTheme, bool hasSecond) in CreateTimePicker() 143 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in CreateFrameNode() local 556 …ModelNG::SetDefaultAttributes(RefPtr<FrameNode>& frameNode, const RefPtr<PickerTheme>& pickerTheme) in SetDefaultAttributes()
|
| D | timepicker_row_pattern.cpp | 74 auto pickerTheme = context->GetTheme<PickerTheme>(); in SetButtonIdeaSize() local 201 auto pickerTheme = context->GetTheme<PickerTheme>(); in CreateAmPmNode() local 1086 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in GetInnerFocusPaintRect() local 1211 auto pickerTheme = context->GetTheme<PickerTheme>(); in OnColorConfigurationUpdate() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/ |
| D | datepicker_column_layout_algorithm.cpp | 48 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in Measure() local 159 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in ChangeTextStyle() local 180 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in Layout() local 215 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in NeedAdaptForAging() local 228 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in AdjustFontSizeScale() local 247 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in ReCalcItemHeightScale() local
|
| D | datepicker_dialog_view.cpp | 163 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in CreateLunarSwitchTextNode() local 235 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in CreateTitleButtonNode() local 313 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in CreateTitleIconNode() local 712 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in CreateConfirmNode() local 756 const RefPtr<TextLayoutProperty>& textLayoutProperty, const RefPtr<PickerTheme>& pickerTheme) in UpdateConfirmButtonTextLayoutProperty() 770 …const RefPtr<TextLayoutProperty>& textCancelLayoutProperty, const RefPtr<PickerTheme>& pickerTheme) in UpdateCancelButtonTextLayoutProperty() 783 … RefPtr<ButtonLayoutProperty>& buttonConfirmLayoutProperty, const RefPtr<PickerTheme>& pickerTheme) in UpdateButtonLayoutProperty() 951 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in CreateDateNode() local 1090 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in CreateTimeNode() local 1145 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in CreateCancelNode() local [all …]
|
| D | datepicker_column_pattern.cpp | 75 auto pickerTheme = context->GetTheme<PickerTheme>(); in OnAttachToFrameNode() local 450 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in UpdatePickerTextProperties() local 471 void DatePickerColumnPattern::UpdateDisappearTextProperties(const RefPtr<PickerTheme>& pickerTheme, in UpdateDisappearTextProperties() 492 void DatePickerColumnPattern::UpdateCandidateTextProperties(const RefPtr<PickerTheme>& pickerTheme, in UpdateCandidateTextProperties() 516 void DatePickerColumnPattern::UpdateSelectedTextProperties(const RefPtr<PickerTheme>& pickerTheme, in UpdateSelectedTextProperties() 543 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in SetDividerHeight() local
|
| D | datepicker_model_ng.cpp | 41 void DatePickerModelNG::CreateDatePicker(RefPtr<PickerTheme> pickerTheme) in CreateDatePicker() 208 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in CreateFrameNode() local 487 …ModelNG::SetDefaultAttributes(RefPtr<FrameNode>& frameNode, const RefPtr<PickerTheme>& pickerTheme) in SetDefaultAttributes()
|
| /foundation/arkui/ace_engine/test/mock/core/common/ |
| D | mock_theme_default.h | 29 auto pickerTheme = AceType::MakeRefPtr<PickerTheme>(); in GetPickerTheme() local
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/picker/ |
| D | date_picker_order_test.cpp | 453 auto pickerTheme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); variable 509 auto pickerTheme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); variable 565 auto pickerTheme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); variable 621 auto pickerTheme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); variable 677 auto pickerTheme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); variable 733 auto pickerTheme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); variable 789 auto pickerTheme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); variable 844 auto pickerTheme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); variable 899 auto pickerTheme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); variable 954 auto pickerTheme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); variable [all …]
|
| D | date_picker_column_test_ng.cpp | 457 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); variable 520 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); variable 1051 auto pickerTheme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); variable 1114 auto pickerTheme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); variable 1183 auto pickerTheme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); variable 1242 auto pickerTheme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); variable 1296 auto pickerTheme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); variable 1365 auto pickerTheme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); variable 1435 auto pickerTheme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); variable 1502 auto pickerTheme = MockPipelineContext::GetCurrent()->GetTheme<PickerTheme>(); variable [all …]
|
| /foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
| D | node_timepicker_modifier.cpp | 115 auto pickerTheme = themeManager->GetTheme<PickerTheme>(); in ResetTimepickerTextStyle() local 158 auto pickerTheme = themeManager->GetTheme<PickerTheme>(); in ResetTimepickerSelectedTextStyle() local 202 auto pickerTheme = themeManager->GetTheme<PickerTheme>(); in ResetTimepickerDisappearTextStyle() local
|
| D | node_textpicker_modifier.cpp | 167 auto pickerTheme = themeManager->GetTheme<PickerTheme>(); in ResetTextPickerTextStyle() local 210 auto pickerTheme = themeManager->GetTheme<PickerTheme>(); in ResetTextPickerSelectedTextStyle() local 254 auto pickerTheme = themeManager->GetTheme<PickerTheme>(); in ResetTextPickerDisappearTextStyle() local 476 auto pickerTheme = themeManager->GetTheme<PickerTheme>(); in ResetTextPickerGradientHeight() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/ |
| D | calendar_dialog_pattern.h | 73 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in GetFocusPattern() local
|
| D | calendar_dialog_view.cpp | 516 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in CreateButtonNode() local 567 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in UpdateButtonLayoutProperty() local 1045 auto pickerTheme = pipelineContext->GetTheme<PickerTheme>(); in UpdateButtons() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
| D | arkts_native_textpicker_bridge.cpp | 410 auto pickerTheme = themeManager->GetTheme<PickerTheme>(); in SetDivider() local 465 auto pickerTheme = themeManager->GetTheme<PickerTheme>(); in SetGradientHeight() local
|