Home
last modified time | relevance | path

Searched refs:animationProperties_ (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.cpp607 animationProperties_[i - 1].fontSize = animationProperties_[i].fontSize; in FlushAnimationTextProperties()
610 animationProperties_[i - 1].upColor = animationProperties_[i].upColor; in FlushAnimationTextProperties()
612 animationProperties_[i - 1].downColor = animationProperties_[i].downColor; in FlushAnimationTextProperties()
615 animationProperties_[i].upFontSize = animationProperties_[i].fontSize; in FlushAnimationTextProperties()
616 animationProperties_[i].fontSize = animationProperties_[i].fontSize * 0.5; in FlushAnimationTextProperties()
619 animationProperties_[i].upColor = animationProperties_[i].currentColor; in FlushAnimationTextProperties()
630 animationProperties_[i].downFontSize = animationProperties_[i].fontSize; in FlushAnimationTextProperties()
631 animationProperties_[i].fontSize = animationProperties_[i].fontSize * 0.5; in FlushAnimationTextProperties()
634 animationProperties_[i].downColor = animationProperties_[i].currentColor; in FlushAnimationTextProperties()
641 animationProperties_[i].fontSize = animationProperties_[i - 1].fontSize; in FlushAnimationTextProperties()
[all …]
H A Ddatepicker_column_pattern.h369 std::vector<DateTextProperties> animationProperties_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_column_pattern.cpp679 animationProperties_[i - 1].fontSize = animationProperties_[i].fontSize; in FlushAnimationTextProperties()
682 animationProperties_[i - 1].upColor = animationProperties_[i].upColor; in FlushAnimationTextProperties()
684 animationProperties_[i - 1].downColor = animationProperties_[i].downColor; in FlushAnimationTextProperties()
687 animationProperties_[i].upFontSize = animationProperties_[i].fontSize; in FlushAnimationTextProperties()
688 animationProperties_[i].fontSize = animationProperties_[i].fontSize * 0.5; in FlushAnimationTextProperties()
691 animationProperties_[i].upColor = animationProperties_[i].currentColor; in FlushAnimationTextProperties()
702 animationProperties_[i].downFontSize = animationProperties_[i].fontSize; in FlushAnimationTextProperties()
703 animationProperties_[i].fontSize = animationProperties_[i].fontSize * 0.5; in FlushAnimationTextProperties()
706 animationProperties_[i].downColor = animationProperties_[i].currentColor; in FlushAnimationTextProperties()
713 animationProperties_[i].fontSize = animationProperties_[i - 1].fontSize; in FlushAnimationTextProperties()
[all …]
H A Dtimepicker_column_pattern.h417 std::vector<TimeTextProperties> animationProperties_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_column_pattern.cpp695 animationProperties_[i - 1].fontSize = animationProperties_[i].fontSize; in FlushAnimationTextProperties()
697 animationProperties_[i - 1].upColor = animationProperties_[i].upColor; in FlushAnimationTextProperties()
699 animationProperties_[i - 1].downColor = animationProperties_[i].downColor; in FlushAnimationTextProperties()
702 animationProperties_[i].upFontSize = animationProperties_[i].fontSize; in FlushAnimationTextProperties()
703 animationProperties_[i].fontSize = animationProperties_[i].fontSize * 0.5; in FlushAnimationTextProperties()
705 animationProperties_[i].upColor = animationProperties_[i].currentColor; in FlushAnimationTextProperties()
716 animationProperties_[i].downFontSize = animationProperties_[i].fontSize; in FlushAnimationTextProperties()
717 animationProperties_[i].fontSize = animationProperties_[i].fontSize * 0.5; in FlushAnimationTextProperties()
719 animationProperties_[i].downColor = animationProperties_[i].currentColor; in FlushAnimationTextProperties()
726 animationProperties_[i].fontSize = animationProperties_[i - 1].fontSize; in FlushAnimationTextProperties()
[all …]
H A Dtextpicker_column_pattern.h493 std::vector<TextProperties> animationProperties_; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_picker/
H A Dtext_picker_Extend_test_ng.cpp1643 EXPECT_EQ(0, columnPattern->animationProperties_.size());
1658 columnPattern->animationProperties_ = animationProperties;
1661 Dimension result = columnPattern->animationProperties_[0].fontSize;
1664 result = columnPattern->animationProperties_[0].fontSize;
1679 columnPattern->animationProperties_ = animationProperties;
1682 result = columnPattern->animationProperties_[0].fontSize;
1685 result = columnPattern->animationProperties_[0].fontSize;
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/picker/
H A Ddate_picker_test_ng.cpp1912 pickerColumnPattern->animationProperties_.clear();
3153 columnPattern_->animationProperties_.clear();
3154 columnPattern_->animationProperties_.emplace_back(dateTextProperties);
3164 EXPECT_EQ(columnPattern_->animationProperties_.size(), 2);
3174 EXPECT_EQ(columnPattern_->animationProperties_[1].upColor, Color::RED);
3176 EXPECT_EQ(columnPattern_->animationProperties_[1].downColor, Color::GREEN);
3180 EXPECT_EQ(columnPattern_->animationProperties_[0].upColor, Color());
3184 EXPECT_EQ(columnPattern_->animationProperties_[0].downColor, Color::BLUE);
3209 columnPattern_->animationProperties_.clear();
3210 columnPattern_->animationProperties_.emplace_back(dateTextProperties);
[all …]
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/time_picker/
H A Dtime_picker_test_ng.cpp1276 EXPECT_GE(INDEX, minuteColumnPattern->animationProperties_.size());
1429 Dimension startFontSize = minuteColumnPattern->animationProperties_[index].fontSize;
1430 Dimension endFontSize = minuteColumnPattern->animationProperties_[index].downFontSize;
2464 minuteColumnPattern->animationProperties_.clear();
2466 EXPECT_EQ(0, minuteColumnPattern->animationProperties_.size());
2481 minuteColumnPattern->animationProperties_ = animationProperties;
2484 Dimension result = minuteColumnPattern->animationProperties_[0].fontSize;
2487 result = minuteColumnPattern->animationProperties_[0].fontSize;
2502 minuteColumnPattern->animationProperties_ = animationProperties;
2505 result = minuteColumnPattern->animationProperties_[0].fontSize;
[all …]