Home
last modified time | relevance | path

Searched refs:downFontSize (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.cpp587 animationProperties_[currentIndex - 1].downFontSize = properties.fontSize; in AddAnimationTextProperties()
608 animationProperties_[i - 1].downFontSize = animationProperties_[i].downFontSize; in FlushAnimationTextProperties()
617 animationProperties_[i].downFontSize = Dimension(); in FlushAnimationTextProperties()
630 animationProperties_[i].downFontSize = animationProperties_[i].fontSize; in FlushAnimationTextProperties()
642 animationProperties_[i].downFontSize = animationProperties_[i - 1].downFontSize; in FlushAnimationTextProperties()
668 endFontSize = animationProperties_[index].downFontSize; in TextPropertiesLinearAnimation()
H A Ddatepicker_column_pattern.h44 Dimension downFontSize; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_column_pattern.cpp659 animationProperties_[currentIndex - 1].downFontSize = properties.fontSize; in AddAnimationTextProperties()
680 animationProperties_[i - 1].downFontSize = animationProperties_[i].downFontSize; in FlushAnimationTextProperties()
689 animationProperties_[i].downFontSize = Dimension(); in FlushAnimationTextProperties()
702 animationProperties_[i].downFontSize = animationProperties_[i].fontSize; in FlushAnimationTextProperties()
714 animationProperties_[i].downFontSize = animationProperties_[i - 1].downFontSize; in FlushAnimationTextProperties()
740 endFontSize = animationProperties_[index].downFontSize; in TextPropertiesLinearAnimation()
H A Dtimepicker_column_pattern.h43 Dimension downFontSize; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_column_pattern.cpp696 animationProperties_[i - 1].downFontSize = animationProperties_[i].downFontSize; in FlushAnimationTextProperties()
704 animationProperties_[i].downFontSize = Dimension(); in FlushAnimationTextProperties()
716 animationProperties_[i].downFontSize = animationProperties_[i].fontSize; in FlushAnimationTextProperties()
727 animationProperties_[i].downFontSize = animationProperties_[i - 1].downFontSize; in FlushAnimationTextProperties()
839 animationProperties_[currentIndex - 1].downFontSize = properties.fontSize; in AddAnimationTextProperties()
907 endFontSize = animationProperties_[index].downFontSize; in TextPropertiesLinearAnimation()
H A Dtextpicker_column_pattern.h41 Dimension downFontSize; member
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_picker/
H A Dtext_picker_Extend_test_ng.cpp1653 properties1.downFontSize = Dimension(FONT_SIZE_5);
1674 properties2.downFontSize = Dimension(FONT_SIZE_10);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/picker/
H A Ddate_picker_test_ng.cpp3149 dateTextProperties.downFontSize = Dimension(DOWN_FONT_SIZE);
3173 EXPECT_EQ(columnPattern_->animationProperties_[1].downFontSize, Dimension(DOWN_FONT_SIZE));
3179 EXPECT_EQ(columnPattern_->animationProperties_[0].downFontSize, Dimension(TEST_FONT_SIZE));
3202 dateTextProperties.downFontSize = Dimension(DOWN_FONT_SIZE);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/time_picker/
H A Dtime_picker_test_ng.cpp1430 Dimension endFontSize = minuteColumnPattern->animationProperties_[index].downFontSize;
2476 properties1.downFontSize = Dimension(FONT_SIZE_5);
2497 properties2.downFontSize = Dimension(FONT_SIZE_10);