Home
last modified time | relevance | path

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

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dtextpicker_model_impl.h33 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 Dtimepicker_model_impl.cpp22 void TimePickerModelImpl::CreateTimePicker(RefPtr<PickerTheme> pickerTheme, bool hasSecond) in CreateTimePicker()
H A Dtextpicker_model_impl.cpp22 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 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
H A Dtextpicker_dialog_view.cpp100 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 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()
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 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
H A 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()
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 Dtimepicker_column_layout_algorithm.cpp45 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 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
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 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
H A 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()
H A Dtimepicker_row_pattern.cpp74 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 Ddatepicker_column_layout_algorithm.cpp46 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 Ddatepicker_dialog_view.cpp162 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 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
H A Ddatepicker_model_ng.cpp41 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 Dmock_theme_default.h29 auto pickerTheme = AceType::MakeRefPtr<PickerTheme>(); in GetPickerTheme() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/picker/
H A 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 …]
H A 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 …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A 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
H A Dnode_textpicker_modifier.cpp165 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 Dcalendar_dialog_pattern.h73 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in GetFocusPattern() local
H A 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
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_textpicker_bridge.cpp386 auto pickerTheme = themeManager->GetTheme<PickerTheme>(); in SetDivider() local
441 auto pickerTheme = themeManager->GetTheme<PickerTheme>(); in SetGradientHeight() local

12