/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_picker/ |
H A D | text_picker_divider_add_test.cpp | 257 themePick1->gradientHeight_ = Dimension(10.0); 310 themePick2->gradientHeight_ = Dimension(10.0); 363 themePick3->gradientHeight_ = Dimension(10.0); 416 themePick4->gradientHeight_ = Dimension(10.0); 464 themePick5->gradientHeight_ = Dimension(10.0); 514 themePick6->gradientHeight_ = Dimension(10.0); 562 themePick7->gradientHeight_ = Dimension(10.0); 608 themePick8->gradientHeight_ = Dimension(10.0); 651 themePick9->gradientHeight_ = Dimension(10.0); 693 themePick10->gradientHeight_ = Dimension(10.0); [all …]
|
H A D | text_picker_Extend_test_ng.cpp | 606 theme->gradientHeight_ = Dimension(10.0); 719 theme->gradientHeight_ = Dimension(10.0);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/ |
H A D | textpicker_pattern.h | 436 gradientHeight_ = properties.disappearTextStyle_.fontSize.value(); in SetTextProperties() 441 … gradientHeight_ = std::max(properties.normalTextStyle_.fontSize.value(), gradientHeight_); in SetTextProperties() 467 return gradientHeight_; in GetTextGradientHeight() 571 Dimension gradientHeight_; variable
|
H A D | textpicker_column_pattern.h | 495 float gradientHeight_ = 0.0f; variable
|
H A D | textpicker_column_pattern.cpp | 114 gradientHeight_ = static_cast<float>(pipeline->NormalizeToPx(theme->GetGradientHeight())); in OnModifyDone() 136 prop.height = gradientHeight_; in OnModifyDone()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/ |
H A D | timepicker_row_pattern.h | 516 gradientHeight_ = properties.disappearTextStyle_.fontSize.value(); in SetTextProperties() 521 … gradientHeight_ = std::max(properties.normalTextStyle_.fontSize.value(), gradientHeight_); in SetTextProperties() 547 return gradientHeight_; in GetGradientHeight() 644 Dimension gradientHeight_; variable
|
H A D | timepicker_column_pattern.cpp | 111 gradientHeight_ = static_cast<float>(pipeline->NormalizeToPx(theme->GetGradientHeight())); in OnModifyDone() 130 prop.height = gradientHeight_; in OnModifyDone() 1170 …gradientHeight_ = static_cast<float>(pickerTheme->GetGradientHeight().Value() * TEXT_HEIGHT_NUMBER… in SetDividerHeight() 1172 …gradientHeight_ = static_cast<float>(pickerTheme->GetGradientHeight().Value() - TEXT_HOUR24_HEIGHT… in SetDividerHeight() 1175 …gradientHeight_ + pickerTheme->GetDividerSpacing().Value() + pickerTheme->GetGradientHeight().Valu… in SetDividerHeight()
|
H A D | timepicker_column_pattern.h | 394 float gradientHeight_ = 0.0f; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/ |
H A D | datepicker_pattern.h | 648 gradientHeight_ = properties.disappearTextStyle_.fontSize.value(); in SetTextProperties() 653 … gradientHeight_ = std::max(properties.normalTextStyle_.fontSize.value(), gradientHeight_); in SetTextProperties() 679 return gradientHeight_; in GetGradientHeight() 778 Dimension gradientHeight_; variable
|
H A D | datepicker_column_pattern.h | 345 float gradientHeight_ = 0.0f; variable
|
H A D | datepicker_column_pattern.cpp | 105 gradientHeight_ = static_cast<float>(pipeline->NormalizeToPx(theme->GetGradientHeight())); in OnModifyDone() 124 prop.height = gradientHeight_; in OnModifyDone() 545 …gradientHeight_ = static_cast<float>(pickerTheme->GetGradientHeight().Value() * TEXT_HEIGHT_NUMBER… in SetDividerHeight() 547 …gradientHeight_ + pickerTheme->GetDividerSpacing().Value() + pickerTheme->GetGradientHeight().Valu… in SetDividerHeight()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/ |
H A D | picker_theme.h | 190 theme->gradientHeight_ = gradientHeight_; in clone() 389 return gradientHeight_; in GetGradientHeight() 565 Dimension gradientHeight_; variable
|
H A D | picker_theme.cpp | 84 theme->gradientHeight_ = pattern->GetAttr<Dimension>("picker_select_gradient_height", 0.0_vp); in Parse()
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/common/ |
H A D | mock_theme_default.h | 48 pickerTheme->gradientHeight_ = Dimension(10.0, DimensionUnit::PX); in GetPickerTheme()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/time_picker/ |
H A D | time_picker_test_ng.cpp | 1461 EXPECT_EQ(minuteColumnPattern->gradientHeight_, gradientHeight * TEXT_HEIGHT_NUMBER); 1463 …minuteColumnPattern->dividerHeight_, minuteColumnPattern->gradientHeight_ + gradientHeight + divid…
|