Searched refs:RSKeyframeAnimation (Results 1 – 14 of 14) sorted by relevance
30 RSKeyframeAnimation::RSKeyframeAnimation(std::shared_ptr<RSPropertyBase> property) : RSPropertyAnim… in RSKeyframeAnimation() function in OHOS::Rosen::RSKeyframeAnimation33 void RSKeyframeAnimation::AddKeyFrame(float fraction, const std::shared_ptr<RSPropertyBase>& value, in AddKeyFrame()47 void RSKeyframeAnimation::AddKeyFrames( in AddKeyFrames()57 void RSKeyframeAnimation::AddKeyFrame(int startDuration, int endDuration, in AddKeyFrame()71 void RSKeyframeAnimation::SetDurationKeyframe(bool isDuration) in SetDurationKeyframe()76 void RSKeyframeAnimation::InitInterpolationValue() in InitInterpolationValue()107 void RSKeyframeAnimation::StartRenderAnimation(const std::shared_ptr<RSRenderKeyframeAnimation>& an… in StartRenderAnimation()129 void RSKeyframeAnimation::StartUIAnimation(const std::shared_ptr<RSRenderKeyframeAnimation>& animat… in StartUIAnimation()134 void RSKeyframeAnimation::OnStart() in OnStart()
34 class RSC_EXPORT RSKeyframeAnimation : public RSPropertyAnimation {36 RSKeyframeAnimation(std::shared_ptr<RSPropertyBase> property);37 virtual ~RSKeyframeAnimation() = default;
178 auto keyFrameAnimation = std::make_shared<RSKeyframeAnimation>(property); in CreateAnimation()198 auto keyframeAnimation = std::static_pointer_cast<RSKeyframeAnimation>(animation); in AddKeyframe()211 auto keyframeAnimation = std::static_pointer_cast<RSKeyframeAnimation>(animation); in AddKeyframe()
91 friend class RSKeyframeAnimation; variable
734 …auto keyframeAnimation = std::make_shared<RSKeyframeAnimation>(alphaPropertyStages_[0]); // initia… in KeyframeAlphaSymbolAnimation()
51 RSKeyframeAnimation rsKeyframeAnimation(value); in HWTEST_F()66 RSKeyframeAnimation rsKeyframeAnimation(value); in HWTEST_F()82 RSKeyframeAnimation rsKeyframeAnimation(value); in HWTEST_F()
172 std::shared_ptr<RSAnimation> animation1 = std::make_shared<RSKeyframeAnimation>(property);
51 auto keyframeAnimation = std::make_shared<RSKeyframeAnimation>(property);86 auto keyframeAnimation = std::make_shared<RSKeyframeAnimation>(property);126 auto keyframeAnimation = std::make_shared<RSKeyframeAnimation>(startProperty);163 auto keyframeAnimation = std::make_shared<RSKeyframeAnimation>(property);203 auto keyframeAnimation = std::make_shared<RSKeyframeAnimation>(property);244 auto keyframeAnimation = std::make_shared<RSKeyframeAnimation>(startProperty);299 auto animation = std::static_pointer_cast<RSKeyframeAnimation>(animations[FIRST_ANIMATION]);332 auto keyframeAnimation = std::make_shared<RSKeyframeAnimation>(property);371 auto keyframeAnimation = std::make_shared<RSKeyframeAnimation>(property);
188 auto boundsAnimation = std::make_shared<RSKeyframeAnimation>(boundsProperty);197 auto alphaAnimation = std::make_shared<RSKeyframeAnimation>(alphaProperty);371 auto boundsAnimation = std::make_shared<RSKeyframeAnimation>(boundsProperty);380 auto alphaAnimation = std::make_shared<RSKeyframeAnimation>(alphaProperty);
167 class RSKeyframeAnimationMock : public RSKeyframeAnimation {169 …SKeyframeAnimationMock(std::shared_ptr<RSPropertyBase> property) : RSKeyframeAnimation(property) {} in RSKeyframeAnimationMock()174 RSKeyframeAnimation::OnStart(); in OnStart()179 RSKeyframeAnimation::InitInterpolationValue(); in InitInterpolationValue()515 animation = std::make_shared<RSKeyframeAnimation>(startValue);
681 std::unique_ptr<RSKeyframeAnimation<float>> animation =682 std::make_unique<RSKeyframeAnimation<float>>(property);706 std::unique_ptr<RSKeyframeAnimation<float>> animation =707 std::make_unique<RSKeyframeAnimation<float>>(property);
177 auto keyframe = std::make_shared<RSKeyframeAnimation>(firstProperty); in RsKeyframeAnimationFuzzTest()
626 friend class RSKeyframeAnimation; variable
226 friend class RSKeyframeAnimation;