Searched refs:RSTransitionCustom (Results 1 – 4 of 4) sorted by relevance
116 class RSTransitionCustom : public RSRenderTransitionEffect {118 …RSTransitionCustom(std::shared_ptr<RSRenderPropertyBase> property, std::shared_ptr<RSRenderPropert… in RSTransitionCustom() function124 ~RSTransitionCustom() override = default;
118 auto customEffect = std::make_shared<RSTransitionCustom>(property->GetRenderProperty(), in Custom()
219 RSTransitionCustom custom(property, startProp, endProp);
172 friend class RSTransitionCustom; variable