/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 30 pickerTheme->showOptionCount_ = 5; in GetPickerTheme() 31 pickerTheme->focusColor_ = Color::FromString("#FFFF0000"); in GetPickerTheme() 32 pickerTheme->showOptionCount_ = 5; in GetPickerTheme() 33 pickerTheme->showButtons_ = true; in GetPickerTheme() 39 pickerTheme->optionPadding_ = 0.0; in GetPickerTheme() 43 pickerTheme->timeSplitter_ = 5; in GetPickerTheme() 44 pickerTheme->rotateInterval_ = 15.0; in GetPickerTheme() 50 pickerTheme->pressColor_ = Color::FromString("#FFFF0000"); in GetPickerTheme() 51 pickerTheme->hoverColor_ = Color::FromString("#FF000000"); in GetPickerTheme() [all …]
|
/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 47 CHECK_NULL_VOID(pickerTheme); in Measure() 156 CHECK_NULL_VOID(pickerTheme); in ChangeTextStyle() 177 CHECK_NULL_VOID(pickerTheme); in Layout() 212 CHECK_NULL_RETURN(pickerTheme, false); in NeedAdaptForAging() 225 CHECK_NULL_RETURN(pickerTheme, fontSizeValue); in AdjustFontSizeScale() 228 pickerTheme->GetMaxTwoFontScale()); in AdjustFontSizeScale() 244 CHECK_NULL_RETURN(pickerTheme, fontScale); in ReCalcItemHeightScale() 249 pickerTheme->GetMaxTwoFontScale()); in ReCalcItemHeightScale() 258 pickerTheme->GetGradientHeightLimit(); in ReCalcItemHeightScale() [all …]
|
H A D | datepicker_dialog_view.cpp | 163 CHECK_NULL_RETURN(pickerTheme, nullptr); in CreateLunarSwitchTextNode() 313 CHECK_NULL_VOID(pickerTheme); in CreateTitleIconNode() 794 … CalcSize(CalcLength(pickerTheme->GetButtonWidth()), CalcLength(pickerTheme->GetButtonHeight()))); in UpdateButtonLayoutProperty() 1171 … CalcSize(CalcLength(pickerTheme->GetButtonWidth()), CalcLength(pickerTheme->GetButtonHeight()))); in CreateCancelNode() 1207 CHECK_NULL_VOID(pickerTheme); in CreateLunarswitchNode() 1337 CHECK_NULL_VOID(pickerTheme); in SetDateTextProperties() 1391 CHECK_NULL_VOID(pickerTheme); in SetTimeTextProperties() 1911 … CalcSize(CalcLength(pickerTheme->GetButtonWidth()), CalcLength(pickerTheme->GetButtonHeight()))); in CreateNextPrevButtonNode() 2045 … fontSizeScale = pickerTheme->GetMaxTwoFontScale() / pickerTheme->GetMaxThirdFontScale(); in ConvertFontScaleValue() 2100 … std::clamp(fontScale, pickerTheme->GetNormalFontScale(), pickerTheme->GetTitleFontScaleLimit()); in ConvertTitleFontScaleValue() [all …]
|
H A D | datepicker_column_pattern.cpp | 75 auto pickerTheme = context->GetTheme<PickerTheme>(); in OnAttachToFrameNode() local 76 CHECK_NULL_VOID(pickerTheme); in OnAttachToFrameNode() 83 jumpInterval_ = pickerTheme->GetJumpInterval().ConvertToPx(); in OnAttachToFrameNode() 450 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in UpdatePickerTextProperties() local 451 CHECK_NULL_VOID(pickerTheme); in UpdatePickerTextProperties() 522 pickerTheme->GetOptionStyle(true, false).GetTextColor())); in UpdateSelectedTextProperties() 532 pickerTheme->GetOptionStyle(true, false).GetFontWeight()); in UpdateSelectedTextProperties() 536 pickerTheme->GetOptionStyle(true, false).GetFontStyle())); in UpdateSelectedTextProperties() 543 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in SetDividerHeight() local 544 CHECK_NULL_VOID(pickerTheme); in SetDividerHeight() [all …]
|
/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 50 CHECK_NULL_VOID(pickerTheme); in Measure() 220 CHECK_NULL_VOID(pickerTheme); in ChangeTextStyle() 245 CHECK_NULL_VOID(pickerTheme); in Layout() 295 CHECK_NULL_RETURN(pickerTheme, false); in NeedAdaptForAging() 308 CHECK_NULL_RETURN(pickerTheme, fontSizeValue); in AdjustFontSizeScale() 311 pickerTheme->GetMaxTwoFontScale()); in AdjustFontSizeScale() 327 CHECK_NULL_RETURN(pickerTheme, fontScale); in ReCalcItemHeightScale() 332 pickerTheme->GetMaxTwoFontScale()); in ReCalcItemHeightScale() 341 pickerTheme->GetGradientHeightLimit(); in ReCalcItemHeightScale() [all …]
|
H A D | textpicker_dialog_view.cpp | 174 showCount, pickerTheme); in OptionsCreateNode() 200 RefPtr<PickerTheme> pickerTheme) in OptionsShowInternal() argument 498 RefPtr<PickerTheme> pickerTheme) in UpdateButtonConfirmLayoutProperty() argument 513 … CalcSize(CalcLength(pickerTheme->GetButtonWidth()), CalcLength(pickerTheme->GetButtonHeight()))); in UpdateButtonConfirmLayoutProperty() 858 … CalcSize(CalcLength(pickerTheme->GetButtonWidth()), CalcLength(pickerTheme->GetButtonHeight()))); in UpdateButtonCancelLayoutProperty() 872 CHECK_NULL_VOID(pickerTheme); in UpdateButtonForwardLayoutProperty() 896 CHECK_NULL_VOID(pickerTheme); in UpdateButtonBackwardLayoutProperty() 941 CHECK_NULL_VOID(pickerTheme); in SetTextProperties() 985 CHECK_NULL_VOID(pickerTheme); in SetTextDisappearProperties() 1518 … fontSizeScale = pickerTheme->GetMaxTwoFontScale() / pickerTheme->GetMaxThirdFontScale(); in ConvertFontScaleValue() [all …]
|
H A D | textpicker_dialog_view.h | 73 static RefPtr<FrameNode> CreateStackNode(RefPtr<PickerTheme> pickerTheme); 77 uint32_t showCount, RefPtr<PickerTheme> pickerTheme); 78 static RefPtr<FrameNode> CreateIconItemNode(RefPtr<PickerTheme> pickerTheme); 79 static RefPtr<FrameNode> CreateTextItemNode(RefPtr<PickerTheme> pickerTheme); 80 static RefPtr<FrameNode> CreateMixtureItemNode(RefPtr<PickerTheme> pickerTheme); 81 static void SetTextProperties(const RefPtr<PickerTheme>& pickerTheme, 85 uint32_t showCount, uint32_t columnCount, RefPtr<PickerTheme> pickerTheme); 88 uint32_t showCount, RefPtr<PickerTheme> pickerTheme); 92 RefPtr<PickerTheme> pickerTheme); 102 const RefPtr<FrameNode>& textCancelNode, const RefPtr<PickerTheme>& pickerTheme); [all …]
|
H A D | textpicker_model_ng.h | 28 void Create(RefPtr<PickerTheme> pickerTheme, uint32_t columnKind) override; 35 void SetDefaultAttributes(const RefPtr<PickerTheme>& pickerTheme) override; 36 …void SetDisappearTextStyle(const RefPtr<PickerTheme>& pickerTheme, const NG::PickerTextStyle& valu… 37 …void SetNormalTextStyle(const RefPtr<PickerTheme>& pickerTheme, const NG::PickerTextStyle& value) … 38 …void SetSelectedTextStyle(const RefPtr<PickerTheme>& pickerTheme, const NG::PickerTextStyle& value… 42 void MultiInit(const RefPtr<PickerTheme> pickerTheme) override; 99 … FrameNode* frameNode, const RefPtr<PickerTheme>& pickerTheme, const NG::PickerTextStyle& value); 101 … FrameNode* frameNode, const RefPtr<PickerTheme>& pickerTheme, const NG::PickerTextStyle& value); 103 … FrameNode* frameNode, const RefPtr<PickerTheme>& pickerTheme, const NG::PickerTextStyle& value); 116 …ic void SetDefaultAttributes(RefPtr<FrameNode>& frameNode, const RefPtr<PickerTheme>& pickerTheme);
|
H A D | textpicker_model_ng.cpp | 92 CHECK_NULL_VOID(pickerTheme); in Create() 115 CHECK_NULL_VOID(pickerTheme); in SetDefaultAttributes() 227 CHECK_NULL_RETURN(pickerTheme, textPickerNode); in CreateFrameNode() 230 SetDefaultAttributes(textPickerNode, pickerTheme); in CreateFrameNode() 293 CHECK_NULL_VOID(pickerTheme); in SetDisappearTextStyle() 314 CHECK_NULL_VOID(pickerTheme); in SetNormalTextStyle() 335 CHECK_NULL_VOID(pickerTheme); in SetSelectedTextStyle() 412 CHECK_NULL_VOID(pickerTheme); in MultiInit() 736 CHECK_NULL_VOID(pickerTheme); in SetNormalTextStyle() 759 CHECK_NULL_VOID(pickerTheme); in SetSelectedTextStyle() [all …]
|
H A D | textpicker_model.h | 56 virtual void Create(RefPtr<PickerTheme> pickerTheme, uint32_t columnKind) = 0; 63 virtual void SetDefaultAttributes(const RefPtr<PickerTheme>& pickerTheme) = 0; 64 …virtual void SetDisappearTextStyle(const RefPtr<PickerTheme>& pickerTheme, const NG::PickerTextSty… 65 …virtual void SetNormalTextStyle(const RefPtr<PickerTheme>& pickerTheme, const NG::PickerTextStyle&… 66 …virtual void SetSelectedTextStyle(const RefPtr<PickerTheme>& pickerTheme, const NG::PickerTextStyl… 70 virtual void MultiInit(const RefPtr<PickerTheme> pickerTheme) = 0;
|
H A D | textpicker_column_pattern.cpp | 68 auto pickerTheme = context->GetTheme<PickerTheme>(); in OnAttachToFrameNode() local 69 CHECK_NULL_VOID(pickerTheme); in OnAttachToFrameNode() 77 jumpInterval_ = pickerTheme->GetJumpInterval().ConvertToPx(); in OnAttachToFrameNode() 348 auto pickerTheme = context->GetTheme<PickerTheme>(); in GetShowOptionCount() local 349 CHECK_NULL_RETURN(pickerTheme, 0); in GetShowOptionCount() 742 pickerTheme->GetOptionStyle(false, false).GetTextColor())); in UpdateDisappearTextProperties() 755 pickerTheme->GetOptionStyle(false, false).GetFontStyle())); in UpdateDisappearTextProperties() 795 pickerTheme->GetOptionStyle(true, false).GetFontWeight())); in UpdateSelectedTextProperties() 800 pickerTheme->GetOptionStyle(true, false).GetFontStyle())); in UpdateSelectedTextProperties() 858 auto pickerTheme = context->GetTheme<PickerTheme>(); in UpdatePickerTextProperties() local [all …]
|
H A D | textpicker_pattern.cpp | 198 auto pickerTheme = context->GetTheme<PickerTheme>(); in SetButtonIdeaSize() local 199 CHECK_NULL_VOID(pickerTheme); in SetButtonIdeaSize() 532 auto pickerTheme = context->GetTheme<PickerTheme>(); in CalculateHeight() local 533 CHECK_NULL_RETURN(pickerTheme, height); in CalculateHeight() 546 height = pickerTheme->GetDividerSpacing().ConvertToPx(); in CalculateHeight() 647 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in GetInnerFocusPaintRect() local 648 CHECK_NULL_VOID(pickerTheme); in GetInnerFocusPaintRect() 1110 auto pickerTheme = context->GetTheme<PickerTheme>(); in OnColorConfigurationUpdate() local 1111 CHECK_NULL_VOID(pickerTheme); in OnColorConfigurationUpdate() 1211 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in NeedAdaptForAging() local [all …]
|
H A D | textpicker_layout_algorithm.h | 40 …ize(const RefPtr<TextPickerLayoutProperty>& LayoutProperty, const RefPtr<PickerTheme>& pickerTheme, 45 …r<TextPickerPattern>& textPickerPattern, SizeF& frameSize, const RefPtr<PickerTheme>& pickerTheme);
|
/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 46 CHECK_NULL_VOID(pickerTheme); in Measure() 134 CHECK_NULL_VOID(pickerTheme); in ChangeAmPmTextStyle() 154 CHECK_NULL_VOID(pickerTheme); in Layout() 189 CHECK_NULL_RETURN(pickerTheme, false); in NeedAdaptForAging() 202 CHECK_NULL_RETURN(pickerTheme, fontSizeValue); in AdjustFontSizeScale() 204 …double adjustedScale = std::clamp(fontScale, pickerTheme->GetNormalFontScale(), pickerTheme->GetMa… in AdjustFontSizeScale() 220 CHECK_NULL_RETURN(pickerTheme, fontScale); in ReCalcItemHeightScale() 225 … std::clamp(systemFontScale, pickerTheme->GetNormalFontScale(), pickerTheme->GetMaxTwoFontScale()); in ReCalcItemHeightScale() 234 … isDividerSpacing ? pickerTheme->GetDividerSpacingLimit() : pickerTheme->GetGradientHeightLimit(); in ReCalcItemHeightScale() [all …]
|
H A D | timepicker_dialog_view.cpp | 67 CHECK_NULL_RETURN(pickerTheme, nullptr); in Show() 296 … CalcSize(CalcLength(pickerTheme->GetButtonWidth()), CalcLength(pickerTheme->GetButtonHeight()))); in CreateNextPrevButtonNode() 673 … CalcSize(CalcLength(pickerTheme->GetButtonWidth()), CalcLength(pickerTheme->GetButtonHeight()))); in UpdateButtonLayoutProperty() 768 … CalcSize(CalcLength(pickerTheme->GetButtonWidth()), CalcLength(pickerTheme->GetButtonHeight()))); in CreateCancelNode() 905 CHECK_NULL_VOID(pickerTheme); in SetTextProperties() 948 CHECK_NULL_VOID(pickerTheme); in SetTextDisappearProperties() 1015 CHECK_NULL_RETURN(pickerTheme, false); in NeedAdaptForAging() 1032 pickerTheme->GetMaxTwoFontScale()); in AdjustFontSizeScale() 1054 … fontSizeScale = pickerTheme->GetMaxTwoFontScale() / pickerTheme->GetMaxThirdFontScale(); in ConvertFontScaleValue() 1109 … std::clamp(fontScale, pickerTheme->GetNormalFontScale(), pickerTheme->GetTitleFontScaleLimit()); in ConvertTitleFontScaleValue() [all …]
|
H A D | timepicker_column_pattern.cpp | 68 auto pickerTheme = context->GetTheme<PickerTheme>(); in OnAttachToFrameNode() local 69 CHECK_NULL_VOID(pickerTheme); in OnAttachToFrameNode() 76 jumpInterval_ = pickerTheme->GetJumpInterval().ConvertToPx(); in OnAttachToFrameNode() 567 pickerTheme->GetOptionStyle(true, false).GetFontWeight()); in UpdateSelectedTextProperties() 571 pickerTheme->GetOptionStyle(true, false).GetFontStyle())); in UpdateSelectedTextProperties() 583 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in ChangeAmPmTextStyle() local 584 CHECK_NULL_VOID(pickerTheme); in ChangeAmPmTextStyle() 610 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in ChangeTextStyle() local 611 CHECK_NULL_VOID(pickerTheme); in ChangeTextStyle() 1167 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in SetDividerHeight() local [all …]
|
H A D | timepicker_dialog_view.h | 55 …RefPtr<ButtonLayoutProperty>& buttonConfirmLayoutProperty, const RefPtr<PickerTheme>& pickerTheme); 65 …static void SetTextProperties(const RefPtr<PickerTheme>& pickerTheme, const PickerTextProperties& … 100 static void SetTextDisappearProperties(const RefPtr<PickerTheme>& pickerTheme, 103 … const RefPtr<TextLayoutProperty>& textLayoutProperty, const RefPtr<PickerTheme>& pickerTheme); 105 …onst RefPtr<TextLayoutProperty>& textCancelLayoutProperty, const RefPtr<PickerTheme>& pickerTheme);
|
H A D | timepicker_model_ng.cpp | 38 void TimePickerModelNG::CreateTimePicker(RefPtr<PickerTheme> pickerTheme, bool hasSecond) in CreateTimePicker() argument 46 CHECK_NULL_VOID(pickerTheme); in CreateTimePicker() 47 uint32_t showCount = pickerTheme->GetShowOptionCount() + BUFFER_NODE_NUMBER; in CreateTimePicker() 143 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in CreateFrameNode() local 144 CHECK_NULL_RETURN(pickerTheme, timePickerNode); in CreateFrameNode() 145 uint32_t showCount = pickerTheme->GetShowOptionCount() + BUFFER_NODE_NUMBER; in CreateFrameNode() 154 SetDefaultAttributes(timePickerNode, pickerTheme); in CreateFrameNode() 556 …ModelNG::SetDefaultAttributes(RefPtr<FrameNode>& frameNode, const RefPtr<PickerTheme>& pickerTheme) in SetDefaultAttributes() argument 558 auto selectedStyle = pickerTheme->GetOptionStyle(true, false); in SetDefaultAttributes() 568 auto disappearStyle = pickerTheme->GetDisappearOptionStyle(); in SetDefaultAttributes() [all …]
|
H A D | timepicker_row_pattern.cpp | 74 auto pickerTheme = context->GetTheme<PickerTheme>(); in SetButtonIdeaSize() local 75 CHECK_NULL_VOID(pickerTheme); in SetButtonIdeaSize() 77 auto height = pickerTheme->GetDividerSpacing(); in SetButtonIdeaSize() 189 auto pickerTheme = context->GetTheme<PickerTheme>(); in CreateAmPmNode() local 190 CHECK_NULL_VOID(pickerTheme); in CreateAmPmNode() 191 auto height = pickerTheme->GetDividerSpacing(); in CreateAmPmNode() 1074 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); in GetInnerFocusPaintRect() local 1075 CHECK_NULL_VOID(pickerTheme); in GetInnerFocusPaintRect() 1199 auto pickerTheme = context->GetTheme<PickerTheme>(); in OnColorConfigurationUpdate() local 1200 CHECK_NULL_VOID(pickerTheme); in OnColorConfigurationUpdate() [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | textpicker_model_impl.h | 27 void Create(RefPtr<PickerTheme> pickerTheme, uint32_t columnKind) override; 33 void SetDefaultAttributes(const RefPtr<PickerTheme>& pickerTheme) override {} in SetDefaultAttributes() argument 34 …void SetDisappearTextStyle(const RefPtr<PickerTheme>& pickerTheme, const NG::PickerTextStyle& valu… in SetDisappearTextStyle() argument 35 …void SetNormalTextStyle(const RefPtr<PickerTheme>& pickerTheme, const NG::PickerTextStyle& value) … in SetNormalTextStyle() argument 36 …void SetSelectedTextStyle(const RefPtr<PickerTheme>& pickerTheme, const NG::PickerTextStyle& value… in SetSelectedTextStyle() argument 40 void MultiInit(const RefPtr<PickerTheme> pickerTheme) override {}; in MultiInit() argument
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/picker/ |
H A D | date_picker_order_test.cpp | 471 uint32_t showCount = pickerTheme->GetShowOptionCount() + BUFFER_NODE_NUMBER; 527 uint32_t showCount = pickerTheme->GetShowOptionCount() + BUFFER_NODE_NUMBER; 583 uint32_t showCount = pickerTheme->GetShowOptionCount() + BUFFER_NODE_NUMBER; 639 uint32_t showCount = pickerTheme->GetShowOptionCount() + BUFFER_NODE_NUMBER; 695 uint32_t showCount = pickerTheme->GetShowOptionCount() + BUFFER_NODE_NUMBER; 751 uint32_t showCount = pickerTheme->GetShowOptionCount() + BUFFER_NODE_NUMBER; 805 uint32_t showCount = pickerTheme->GetShowOptionCount() + BUFFER_NODE_NUMBER; 860 uint32_t showCount = pickerTheme->GetShowOptionCount() + BUFFER_NODE_NUMBER; 915 uint32_t showCount = pickerTheme->GetShowOptionCount() + BUFFER_NODE_NUMBER; 970 uint32_t showCount = pickerTheme->GetShowOptionCount() + BUFFER_NODE_NUMBER; [all …]
|
H A D | date_picker_column_test_ng.cpp | 457 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); variable 458 ASSERT_NE(pickerTheme, nullptr); 520 auto pickerTheme = pipeline->GetTheme<PickerTheme>(); variable 1065 uint32_t showCount = pickerTheme->GetShowOptionCount() + BUFFER_NODE_NUMBER; 1128 uint32_t showCount = pickerTheme->GetShowOptionCount() + BUFFER_NODE_NUMBER; 1197 uint32_t showCount = pickerTheme->GetShowOptionCount() + BUFFER_NODE_NUMBER; 1256 uint32_t showCount = pickerTheme->GetShowOptionCount() + BUFFER_NODE_NUMBER; 1310 uint32_t showCount = pickerTheme->GetShowOptionCount() + BUFFER_NODE_NUMBER; 1379 uint32_t showCount = pickerTheme->GetShowOptionCount() + BUFFER_NODE_NUMBER; 1449 uint32_t showCount = pickerTheme->GetShowOptionCount() + BUFFER_NODE_NUMBER; [all …]
|
/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 75 CHECK_NULL_RETURN(pickerTheme, FocusPattern()); in GetFocusPattern() 77 auto focusColor = pickerTheme->GetFocusColor(); in GetFocusPattern()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_textpicker_modifier.cpp | 165 auto pickerTheme = themeManager->GetTheme<PickerTheme>(); in ResetTextPickerTextStyle() local 166 TextPickerModelNG::SetNormalTextStyle(frameNode, pickerTheme, pickerTextStyle); in ResetTextPickerTextStyle() 208 auto pickerTheme = themeManager->GetTheme<PickerTheme>(); in ResetTextPickerSelectedTextStyle() local 209 TextPickerModelNG::SetSelectedTextStyle(frameNode, pickerTheme, pickerTextStyle); in ResetTextPickerSelectedTextStyle() 252 auto pickerTheme = themeManager->GetTheme<PickerTheme>(); in ResetTextPickerDisappearTextStyle() local 253 TextPickerModelNG::SetDisappearTextStyle(frameNode, pickerTheme, pickerTextStyle); in ResetTextPickerDisappearTextStyle() 474 auto pickerTheme = themeManager->GetTheme<PickerTheme>(); in ResetTextPickerGradientHeight() local 475 CHECK_NULL_VOID(pickerTheme); in ResetTextPickerGradientHeight() 478 if (pickerTheme) { in ResetTextPickerGradientHeight() 479 height = pickerTheme->GetGradientHeight(); in ResetTextPickerGradientHeight()
|
H A D | node_timepicker_modifier.cpp | 115 auto pickerTheme = themeManager->GetTheme<PickerTheme>(); in ResetTimepickerTextStyle() local 116 TimePickerModelNG::SetNormalTextStyle(frameNode, pickerTheme, pickerTextStyle); in ResetTimepickerTextStyle() 158 auto pickerTheme = themeManager->GetTheme<PickerTheme>(); in ResetTimepickerSelectedTextStyle() local 159 TimePickerModelNG::SetSelectedTextStyle(frameNode, pickerTheme, pickerTextStyle); in ResetTimepickerSelectedTextStyle() 202 auto pickerTheme = themeManager->GetTheme<PickerTheme>(); in ResetTimepickerDisappearTextStyle() local 204 TimePickerModelNG::SetDisappearTextStyle(frameNode, pickerTheme, pickerTextStyle); in ResetTimepickerDisappearTextStyle()
|