Searched refs:heightAnimation (Results 1 – 7 of 7) sorted by relevance
114 auto heightAnimation = AceType::MakeRefPtr<KeyframeAnimation<double>>(); in AnimateTo() local115 heightAnimation->AddKeyframe(keyframeFrom); in AnimateTo()116 heightAnimation->AddKeyframe(keyframeTo); in AnimateTo()117 heightAnimation->SetCurve(Curves::FRICTION); in AnimateTo()119 heightAnimation->AddListener([weak = AceType::WeakClaim(this)](const double& height) { in AnimateTo()132 controller_->AddInterpolator(heightAnimation); in AnimateTo()
626 auto heightAnimation = AceType::MakeRefPtr<KeyframeAnimation<double>>(); in AppendBlankHeightAnimation() local627 heightAnimation->AddKeyframe(keyframeFrom); in AppendBlankHeightAnimation()628 heightAnimation->AddKeyframe(keyframeTo); in AppendBlankHeightAnimation()629 heightAnimation->SetCurve(Curves::FRICTION); in AppendBlankHeightAnimation()631 heightAnimation->AddListener([semiWeak = AceType::WeakClaim(this)](const double& height) { in AppendBlankHeightAnimation()644 animator_->AddInterpolator(heightAnimation); in AppendBlankHeightAnimation()
227 … auto heightAnimation = AceType::MakeRefPtr<CurveAnimation<double>>(start, end, Curves::FRICTION); in CreateCardListAnimation() local229 heightAnimation->AddListener([listItemWeak](double value) { in CreateCardListAnimation()235 controller_->AddInterpolator(heightAnimation); in CreateCardListAnimation()
291 auto heightAnimation = in CreateSizeAnimation() local293 option.SetPropertyAnimationFloat(PropertyAnimatableType::PROPERTY_HEIGHT, heightAnimation); in CreateSizeAnimation()
524 auto heightAnimation = AceType::MakeRefPtr<SpringAnimation>(springProperty); in AppendBlankHeightAnimation() local525 heightAnimation->AddListener( in AppendBlankHeightAnimation()539 animator_->AddInterpolator(heightAnimation); in AppendBlankHeightAnimation()
526 auto heightAnimation = AceType::MakeRefPtr<CurveAnimation<float>>(deviceHeight_, in CreateCardTransitionInOption() local530 …ntentInOption_.SetPropertyAnimationFloat(PropertyAnimatableType::PROPERTY_HEIGHT, heightAnimation); in CreateCardTransitionInOption()536 …auto heightAnimation = AceType::MakeRefPtr<CurveAnimation<float>>(size.Height() * deviceWidth_ / s… in CreateCardTransitionInOption() local540 …ntentInOption_.SetPropertyAnimationFloat(PropertyAnimatableType::PROPERTY_HEIGHT, heightAnimation); in CreateCardTransitionInOption()
666 auto heightAnimation = AceType::MakeRefPtr<SpringAnimation>(springProperty); in AppendBlankHeightAnimation() local667 heightAnimation->AddListener( in AppendBlankHeightAnimation()698 animator_->AddInterpolator(heightAnimation); in AppendBlankHeightAnimation()