Home
last modified time | relevance | path

Searched refs:customTransitionEffects_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_transition.cpp50 customEffect->customTransitionEffects_.clear(); in OnUpdateStagingValue()
59 … transitionEffects.insert(transitionEffects.end(), customEffect->customTransitionEffects_.begin(), in StartCustomTransition()
60 customEffect->customTransitionEffects_.end()); in StartCustomTransition()
H A Drs_transition_effect.h49 std::vector<std::shared_ptr<RSRenderTransitionEffect>> customTransitionEffects_; variable
H A Drs_transition_effect.cpp120 customTransitionEffects_.push_back(customEffect); in Custom()