Home
last modified time | relevance | path

Searched refs:gradientHeight_ (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_picker/
H A Dtext_picker_divider_add_test.cpp257 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 Dtext_picker_Extend_test_ng.cpp606 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 Dtextpicker_pattern.h436 gradientHeight_ = properties.disappearTextStyle_.fontSize.value(); in SetTextProperties()
441gradientHeight_ = std::max(properties.normalTextStyle_.fontSize.value(), gradientHeight_); in SetTextProperties()
467 return gradientHeight_; in GetTextGradientHeight()
571 Dimension gradientHeight_; variable
H A Dtextpicker_column_pattern.h495 float gradientHeight_ = 0.0f; variable
H A Dtextpicker_column_pattern.cpp114 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 Dtimepicker_row_pattern.h516 gradientHeight_ = properties.disappearTextStyle_.fontSize.value(); in SetTextProperties()
521gradientHeight_ = std::max(properties.normalTextStyle_.fontSize.value(), gradientHeight_); in SetTextProperties()
547 return gradientHeight_; in GetGradientHeight()
644 Dimension gradientHeight_; variable
H A Dtimepicker_column_pattern.cpp111 gradientHeight_ = static_cast<float>(pipeline->NormalizeToPx(theme->GetGradientHeight())); in OnModifyDone()
130 prop.height = gradientHeight_; in OnModifyDone()
1170gradientHeight_ = static_cast<float>(pickerTheme->GetGradientHeight().Value() * TEXT_HEIGHT_NUMBER… in SetDividerHeight()
1172gradientHeight_ = static_cast<float>(pickerTheme->GetGradientHeight().Value() - TEXT_HOUR24_HEIGHT… in SetDividerHeight()
1175gradientHeight_ + pickerTheme->GetDividerSpacing().Value() + pickerTheme->GetGradientHeight().Valu… in SetDividerHeight()
H A Dtimepicker_column_pattern.h394 float gradientHeight_ = 0.0f; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_pattern.h648 gradientHeight_ = properties.disappearTextStyle_.fontSize.value(); in SetTextProperties()
653gradientHeight_ = std::max(properties.normalTextStyle_.fontSize.value(), gradientHeight_); in SetTextProperties()
679 return gradientHeight_; in GetGradientHeight()
778 Dimension gradientHeight_; variable
H A Ddatepicker_column_pattern.h345 float gradientHeight_ = 0.0f; variable
H A Ddatepicker_column_pattern.cpp105 gradientHeight_ = static_cast<float>(pipeline->NormalizeToPx(theme->GetGradientHeight())); in OnModifyDone()
124 prop.height = gradientHeight_; in OnModifyDone()
545gradientHeight_ = static_cast<float>(pickerTheme->GetGradientHeight().Value() * TEXT_HEIGHT_NUMBER… in SetDividerHeight()
547gradientHeight_ + pickerTheme->GetDividerSpacing().Value() + pickerTheme->GetGradientHeight().Valu… in SetDividerHeight()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_theme.h190 theme->gradientHeight_ = gradientHeight_; in clone()
389 return gradientHeight_; in GetGradientHeight()
565 Dimension gradientHeight_; variable
H A Dpicker_theme.cpp84 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 Dmock_theme_default.h48 pickerTheme->gradientHeight_ = Dimension(10.0, DimensionUnit::PX); in GetPickerTheme()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/time_picker/
H A Dtime_picker_test_ng.cpp1461 EXPECT_EQ(minuteColumnPattern->gradientHeight_, gradientHeight * TEXT_HEIGHT_NUMBER);
1463 …minuteColumnPattern->dividerHeight_, minuteColumnPattern->gradientHeight_ + gradientHeight + divid…