Home
last modified time | relevance | path

Searched refs:upFontSize (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_column_pattern.cpp586 properties.upFontSize = animationProperties_[currentIndex - 1].fontSize; in AddAnimationTextProperties()
606 animationProperties_[i - 1].upFontSize = animationProperties_[i].upFontSize; in FlushAnimationTextProperties()
615 animationProperties_[i].upFontSize = animationProperties_[i].fontSize; in FlushAnimationTextProperties()
629 animationProperties_[i].upFontSize = Dimension(); in FlushAnimationTextProperties()
640 animationProperties_[i].upFontSize = animationProperties_[i - 1].upFontSize; in FlushAnimationTextProperties()
674 endFontSize = animationProperties_[index].upFontSize; in TextPropertiesLinearAnimation()
H A Ddatepicker_column_pattern.h42 Dimension upFontSize; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_column_pattern.cpp658 properties.upFontSize = animationProperties_[currentIndex - 1].fontSize; in AddAnimationTextProperties()
678 animationProperties_[i - 1].upFontSize = animationProperties_[i].upFontSize; in FlushAnimationTextProperties()
687 animationProperties_[i].upFontSize = animationProperties_[i].fontSize; in FlushAnimationTextProperties()
701 animationProperties_[i].upFontSize = Dimension(); in FlushAnimationTextProperties()
712 animationProperties_[i].upFontSize = animationProperties_[i - 1].upFontSize; in FlushAnimationTextProperties()
747 endFontSize = animationProperties_[index].upFontSize; in TextPropertiesLinearAnimation()
H A Dtimepicker_column_pattern.h41 Dimension upFontSize; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_column_pattern.cpp694 animationProperties_[i - 1].upFontSize = animationProperties_[i].upFontSize; in FlushAnimationTextProperties()
702 animationProperties_[i].upFontSize = animationProperties_[i].fontSize; in FlushAnimationTextProperties()
715 animationProperties_[i].upFontSize = Dimension(); in FlushAnimationTextProperties()
725 animationProperties_[i].upFontSize = animationProperties_[i - 1].upFontSize; in FlushAnimationTextProperties()
838 properties.upFontSize = animationProperties_[currentIndex - 1].fontSize; in AddAnimationTextProperties()
913 endFontSize = animationProperties_[index].upFontSize; in TextPropertiesLinearAnimation()
H A Dtextpicker_column_pattern.h39 Dimension upFontSize; member
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_picker/
H A Dtext_picker_Extend_test_ng.cpp1651 properties1.upFontSize = Dimension(FONT_SIZE_5);
1672 properties2.upFontSize = Dimension(FONT_SIZE_10);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/picker/
H A Ddate_picker_test_ng.cpp3147 dateTextProperties.upFontSize = Dimension(UP_FONT_SIZE);
3171 EXPECT_EQ(columnPattern_->animationProperties_[1].upFontSize, Dimension(UP_FONT_SIZE));
3177 EXPECT_EQ(columnPattern_->animationProperties_[0].upFontSize, Dimension());
3200 dateTextProperties.upFontSize = Dimension(UP_FONT_SIZE);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/time_picker/
H A Dtime_picker_test_ng.cpp2474 properties1.upFontSize = Dimension(FONT_SIZE_5);
2495 properties2.upFontSize = Dimension(FONT_SIZE_10);