Searched refs:animationProperties_ (Results 1 – 9 of 9) sorted by relevance
607 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 …]
369 std::vector<DateTextProperties> animationProperties_; variable
679 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 …]
417 std::vector<TimeTextProperties> animationProperties_; variable
695 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 …]
493 std::vector<TextProperties> animationProperties_; variable
1643 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;
1912 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 …]
1276 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 …]