Searched refs:RSRenderTransition (Results 1 – 11 of 11) sorted by relevance
24 RSRenderTransition::RSRenderTransition( in RSRenderTransition() function in OHOS::Rosen::RSRenderTransition29 void RSRenderTransition::DumpAnimationType(std::string& out) const in DumpAnimationType()34 bool RSRenderTransition::Marshalling(Parcel& parcel) const in Marshalling()49 RSRenderTransition* RSRenderTransition::Unmarshalling(Parcel& parcel) in Unmarshalling()51 RSRenderTransition* renderTransition = new RSRenderTransition(); in Unmarshalling()60 bool RSRenderTransition::ParseParam(Parcel& parcel) in ParseParam()82 void RSRenderTransition::OnAnimate(float fraction) in OnAnimate()93 void RSRenderTransition::OnAttach() in OnAttach()117 void RSRenderTransition::OnDetach() in OnDetach()
26 class RSB_EXPORT RSRenderTransition : public RSRenderAnimation {28 RSRenderTransition(39 [[nodiscard]] static RSRenderTransition* Unmarshalling(Parcel& parcel);51 RSRenderTransition() = default;
43 class RSRenderTransitionMock : public RSRenderTransition {47 : RSRenderTransition(id, effects, isTransitionIn) in RSRenderTransitionMock()52 return RSRenderTransition::ParseParam(parcel); in ParseParam()56 RSRenderTransition::OnAnimate(fraction); in OnAnimate()60 RSRenderTransition::OnAttach(); in OnAttach()64 RSRenderTransition::OnDetach(); in OnDetach()69 return RSRenderTransition::interpolator_; in GetInterpolator()
62 …auto transition = std::make_shared<RSRenderTransition>(GetId(), transitionEffects, isTransitionIn_… in StartCustomTransition()88 …auto transition = std::make_shared<RSRenderTransition>(GetId(), transitionEffects, isTransitionIn_… in StartRenderTransition()
87 friend class RSRenderTransition; variable
905 friend class RSRenderTransition; variable1129 friend class RSRenderTransition; variable
71 class RSRenderTransition; variable270 DECLARE_FUNCTION_OVERLOAD(std::shared_ptr<RSRenderTransition>)
183 AnimationCommandHelper::CreateAnimation, NodeId, std::shared_ptr<RSRenderTransition>))
388 MARSHALLING_AND_UNMARSHALLING(RSRenderTransition)
389 MARSHALLING_AND_UNMARSHALLING(RSRenderTransition)
2079 MARSHALLING_AND_UNMARSHALLING(RSRenderTransition)