Home
last modified time | relevance | path

Searched defs:pickerTheme (Results 1 – 25 of 34) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Dtextpicker_model_impl.h34 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()
Dtimepicker_model_impl.cpp22 void TimePickerModelImpl::CreateTimePicker(RefPtr<PickerTheme> pickerTheme, bool hasSecond) in CreateTimePicker()
Dtextpicker_model_impl.cpp22 void TextPickerModelImpl::Create(RefPtr<PickerTheme> pickerTheme, uint32_t columnKind) in Create()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
Dtextpicker_layout_algorithm.cpp49 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in Measure() local
83 …tr<TextPickerPattern>& textPickerPattern, SizeF& frameSize, const RefPtr<PickerTheme>& pickerTheme) in GetGradientPercent()
112const 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
Dtextpicker_dialog_view.cpp99 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 …]
Dtextpicker_model_ng.cpp77 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 …]
Dtextpicker_pattern.cpp198 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
Dtextpicker_column_pattern.cpp68 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/
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>(); 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
Dtimepicker_dialog_view.cpp66 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 …]
Dtimepicker_column_pattern.cpp68 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
Dtimepicker_model_ng.cpp38 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()
Dtimepicker_row_pattern.cpp74 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/
Ddatepicker_column_layout_algorithm.cpp48 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
Ddatepicker_dialog_view.cpp163 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 …]
Ddatepicker_column_pattern.cpp75 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
Ddatepicker_model_ng.cpp41 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/
Dmock_theme_default.h29 auto pickerTheme = AceType::MakeRefPtr<PickerTheme>(); in GetPickerTheme() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/picker/
Ddate_picker_order_test.cpp453 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 …]
Ddate_picker_column_test_ng.cpp457 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/
Dnode_timepicker_modifier.cpp115 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
Dnode_textpicker_modifier.cpp167 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/
Dcalendar_dialog_pattern.h73 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in GetFocusPattern() local
Dcalendar_dialog_view.cpp516 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/
Darkts_native_textpicker_bridge.cpp410 auto pickerTheme = themeManager->GetTheme<PickerTheme>(); in SetDivider() local
465 auto pickerTheme = themeManager->GetTheme<PickerTheme>(); in SetGradientHeight() local

12