Searched refs:indicatorTop_ (Results 1 – 3 of 3) sorted by relevance
31 indicatorTop_(AceType::MakeRefPtr<AnimatablePropertyFloat>(-1)), in TabBarModifier()40 AttachProperty(indicatorTop_); in TabBarModifier()60 if (indicatorTop_) { in SetIndicatorOffset()61 indicatorTop_->Set(indicatorOffset.GetY()); in SetIndicatorOffset()124 indicator.SetTop(indicatorTop_->Get() + indicatorMarginTop_->Get()); in PaintIndicator()126 indicator.SetTop(indicatorTop_->Get()); in PaintIndicator()
59 RefPtr<AnimatablePropertyFloat> indicatorTop_; variable
35 EXPECT_EQ(tabBarModifier->indicatorTop_->Get(), 0.0f);37 tabBarModifier->indicatorTop_ = nullptr;40 EXPECT_EQ(tabBarModifier->indicatorTop_, nullptr);