Searched refs:centerAnimation (Results 1 – 2 of 2) sorted by relevance
214 auto centerAnimation = in DoStyleAnimation() local216 … centerAnimation->AddListener([weak = AceType::WeakClaim(this)](const OffsetT<Dimension>& value) { in DoStyleAnimation()232 barStyleAnimator_->AddInterpolator(centerAnimation); in DoStyleAnimation()
188 …auto centerAnimation = AceType::MakeRefPtr<CurveAnimation<Offset>>(barCenterPoint_, center, Curves… in DoStyleAnimation() local189 centerAnimation->AddListener([weak = AceType::WeakClaim(this)](const Offset& value) { in DoStyleAnimation()204 barStyleController_->AddInterpolator(centerAnimation); in DoStyleAnimation()