Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Drender_swiper.h598 RefPtr<Animation<double>> opacityInAnimation_; variable
H A Drender_swiper.cpp2621opacityInAnimation_ = AceType::MakeRefPtr<CurveAnimation<double>>(opacityValue_, OPACITY_MAX, Curv… in StartZoomInAnimation()
2622 opacityInAnimation_->AddListener([weak = AceType::WeakClaim(this)](const double value) { in StartZoomInAnimation()
2631 zoomInController_->AddInterpolator(opacityInAnimation_); in StartZoomInAnimation()