/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | textpicker_model_impl.h | 33 void SetDefaultAttributes(const RefPtr<PickerTheme>& pickerTheme) override {} in SetDefaultAttributes() 34 …void SetDisappearTextStyle(const RefPtr<PickerTheme>& pickerTheme, const NG::PickerTextStyle& valu… in SetDisappearTextStyle() 35 …void SetNormalTextStyle(const RefPtr<PickerTheme>& pickerTheme, const NG::PickerTextStyle& value) … in SetNormalTextStyle() 36 …void SetSelectedTextStyle(const RefPtr<PickerTheme>& pickerTheme, const NG::PickerTextStyle& value… in SetSelectedTextStyle() 40 void MultiInit(const RefPtr<PickerTheme> pickerTheme) override {}; in MultiInit()
|
H A D | timepicker_model_impl.cpp | 22 void TimePickerModelImpl::CreateTimePicker(RefPtr<PickerTheme> pickerTheme, bool hasSecond) in CreateTimePicker()
|
H A D | textpicker_model_impl.cpp | 22 void TextPickerModelImpl::Create(RefPtr<PickerTheme> pickerTheme, uint32_t columnKind) in Create()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/ |
H A 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
|
H A D | textpicker_dialog_view.cpp | 100 auto pickerTheme = themeManager->GetTheme<PickerTheme>(); in RangeShow() local 168 uint32_t columnCount, RefPtr<PickerTheme> pickerTheme) in OptionsCreateNode() 200 RefPtr<PickerTheme> pickerTheme) in OptionsShowInternal() 498 RefPtr<PickerTheme> pickerTheme) in UpdateButtonConfirmLayoutProperty() 528 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in CreateConfirmNode() local 802 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in CreateCancelNode() local 849 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in UpdateButtonCancelLayoutProperty() local 871 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in UpdateButtonForwardLayoutProperty() local 895 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in UpdateButtonBackwardLayoutProperty() local 1092 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in CreateForwardNode() local [all …]
|
H A 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() 226 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in CreateFrameNode() local 291 void TextPickerModelNG::SetDisappearTextStyle(const RefPtr<PickerTheme>& pickerTheme, const NG::Pic… in SetDisappearTextStyle() 312 void TextPickerModelNG::SetNormalTextStyle(const RefPtr<PickerTheme>& pickerTheme, const NG::Picker… in SetNormalTextStyle() 333 void TextPickerModelNG::SetSelectedTextStyle(const RefPtr<PickerTheme>& pickerTheme, const NG::Pick… in SetSelectedTextStyle() 404 void TextPickerModelNG::MultiInit(const RefPtr<PickerTheme> pickerTheme) in MultiInit() 733 FrameNode* frameNode, const RefPtr<PickerTheme>& pickerTheme, const NG::PickerTextStyle& value) in SetNormalTextStyle() 756 FrameNode* frameNode, const RefPtr<PickerTheme>& pickerTheme, const NG::PickerTextStyle& value) in SetSelectedTextStyle() 784 FrameNode* frameNode, const RefPtr<PickerTheme>& pickerTheme, const NG::PickerTextStyle& value) in SetDisappearTextStyle() [all …]
|
H A 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
|
H A 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() 758 void TextPickerColumnPattern::UpdateCandidateTextProperties(const RefPtr<PickerTheme>& pickerTheme, in UpdateCandidateTextProperties() 781 void TextPickerColumnPattern::UpdateSelectedTextProperties(const RefPtr<PickerTheme>& pickerTheme, in UpdateSelectedTextProperties() 858 auto pickerTheme = context->GetTheme<PickerTheme>(); in UpdatePickerTextProperties() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/ |
H A D | timepicker_column_layout_algorithm.cpp | 45 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in Measure() local 133 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in ChangeAmPmTextStyle() local 153 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in Layout() local 188 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in NeedAdaptForAging() local 201 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in AdjustFontSizeScale() local 219 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in ReCalcItemHeightScale() local
|
H A 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 739 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in CreateCancelNode() local 903 const RefPtr<PickerTheme>& pickerTheme, const PickerTextProperties& properties) in SetTextProperties() 1014 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in NeedAdaptForAging() local 1028 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in AdjustFontSizeScale() local 1041 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in ConvertFontScaleValue() local 1104 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in ConvertTitleFontScaleValue() local [all …]
|
H A 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
|
H A 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()
|
H A D | timepicker_row_pattern.cpp | 74 auto pickerTheme = context->GetTheme<PickerTheme>(); in SetButtonIdeaSize() local 189 auto pickerTheme = context->GetTheme<PickerTheme>(); in CreateAmPmNode() local 1074 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in GetInnerFocusPaintRect() local 1199 auto pickerTheme = context->GetTheme<PickerTheme>(); in OnColorConfigurationUpdate() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/ |
H A D | datepicker_column_layout_algorithm.cpp | 46 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in Measure() local 155 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in ChangeTextStyle() local 176 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in Layout() local 211 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in NeedAdaptForAging() local 224 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in AdjustFontSizeScale() local 243 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in ReCalcItemHeightScale() local
|
H A D | datepicker_dialog_view.cpp | 162 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in CreateLunarSwitchTextNode() local 234 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in CreateTitleButtonNode() local 312 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in CreateTitleIconNode() local 709 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in CreateConfirmNode() local 948 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in CreateDateNode() local 1087 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in CreateTimeNode() local 1142 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in CreateCancelNode() local 1206 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in CreateLunarswitchNode() local 1336 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in SetDateTextProperties() local 1390 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in SetTimeTextProperties() local [all …]
|
H A 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
|
H A D | datepicker_model_ng.cpp | 41 void DatePickerModelNG::CreateDatePicker(RefPtr<PickerTheme> pickerTheme) in CreateDatePicker() 208 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in CreateFrameNode() local 489 …ModelNG::SetDefaultAttributes(RefPtr<FrameNode>& frameNode, const RefPtr<PickerTheme>& pickerTheme) in SetDefaultAttributes()
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/common/ |
H A D | mock_theme_default.h | 29 auto pickerTheme = AceType::MakeRefPtr<PickerTheme>(); in GetPickerTheme() local
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/picker/ |
H A 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 …]
|
H A 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 …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A 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
|
H A D | node_textpicker_modifier.cpp | 165 auto pickerTheme = themeManager->GetTheme<PickerTheme>(); in ResetTextPickerTextStyle() local 208 auto pickerTheme = themeManager->GetTheme<PickerTheme>(); in ResetTextPickerSelectedTextStyle() local 252 auto pickerTheme = themeManager->GetTheme<PickerTheme>(); in ResetTextPickerDisappearTextStyle() local 474 auto pickerTheme = themeManager->GetTheme<PickerTheme>(); in ResetTextPickerGradientHeight() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/ |
H A D | calendar_dialog_pattern.h | 73 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in GetFocusPattern() local
|
H A 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
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_textpicker_bridge.cpp | 386 auto pickerTheme = themeManager->GetTheme<PickerTheme>(); in SetDivider() local 441 auto pickerTheme = themeManager->GetTheme<PickerTheme>(); in SetGradientHeight() local
|