Searched refs:RSCustomTransitionEffect (Results 1 – 3 of 3) sorted by relevance
36 class RSC_EXPORT RSCustomTransitionEffect final {38 …RSCustomTransitionEffect(const std::shared_ptr<RSTransitionModifier>& modifier) : modifier_(modifi… in RSCustomTransitionEffect() function84 std::vector<std::shared_ptr<RSCustomTransitionEffect>> customTransitionInEffects_;85 std::vector<std::shared_ptr<RSCustomTransitionEffect>> customTransitionOutEffects_;
108 auto customEffect = std::make_shared<RSCustomTransitionEffect>(modifier); in Custom()114 void RSCustomTransitionEffect::Custom(const std::shared_ptr<RSPropertyBase>& property, in Custom()123 void RSCustomTransitionEffect::Active() in Active()130 void RSCustomTransitionEffect::Identity() in Identity()
237 friend class RSCustomTransitionEffect;