Home
last modified time | relevance | path

Searched defs:transitionEffect (Results 1 – 5 of 5) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/transform/
Dtransform_component.h126 void SetTransitionEffect(TransitionEffect transitionEffect) in SetTransitionEffect()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
Drs_node_animate_supplement_test.cpp310 auto transitionEffect = RSTransitionEffect::Create()->Rotate(TRANSITION_EFFECT_ROTATE); variable
/foundation/arkui/ace_engine/frameworks/core/components/list/
Dlist_item_component.h374 void SetTransitionEffect(TransitionEffect transitionEffect) in SetTransitionEffect()
/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
Dstyle.h196 TransitionEffect transitionEffect = TransitionEffect::NONE; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
Drosen_render_context.cpp295 auto& transitionEffect = transitionIn ? propTransitionAppearing_ : propTransitionDisappearing_; in SetTransitionPivot() local