Home
last modified time | relevance | path

Searched refs:touchBottomPointColor_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/
H A Ddot_indicator_modifier.h60touchBottomPointColor_(AceType::MakeRefPtr<AnimatablePropertyColor>(LinearColor::TRANSPARENT)) in DotIndicatorModifier()
76 AttachProperty(touchBottomPointColor_); in DotIndicatorModifier()
175 if (touchBottomPointColor_ && isSelectedColorAnimEnd_) { in SetSelectedColor()
176 touchBottomPointColor_->Set(LinearColor(selectedColor)); in SetSelectedColor()
349 RefPtr<AnimatablePropertyColor> touchBottomPointColor_; variable
H A Ddot_indicator_modifier.cpp221 PaintUnselectedIndicator(canvas, center, itemHalfSizes, false, touchBottomPointColor_->Get()); in PaintContent()
633 …modifier->touchBottomPointColor_->Set(LinearColor(modifier->touchBottomPointColor_->Get().BlendOpa… in PlayOpacityAnimation()
637 modifier->touchBottomPointColor_->Set(LinearColor(modifier->unselectedColor_->Get())); in PlayOpacityAnimation()
710 touchBottomPointColor_->Set(LinearColor(selectedColor_->Get())); in PlayTouchBottomAnimation()