Home
last modified time | relevance | path

Searched refs:STEPS (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_steps_interpolator.h38 InterpolatorType GetType() override { return InterpolatorType::STEPS; } in GetType()
H A Drs_interpolator.h38 STEPS, enumerator
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H A Drs_interpolator_test.cpp60 parcel3.WriteUint16(InterpolatorType::STEPS);
214 parcel5.WriteUint16(InterpolatorType::STEPS);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_steps_interpolator.cpp35 if (!parcel.WriteUint16(InterpolatorType::STEPS)) { in Marshalling()
H A Drs_interpolator.cpp90 case InterpolatorType::STEPS: in Unmarshalling()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_curve_animation.cpp100 …tor->GetType() == InterpolatorType::CUSTOM || interpolator->GetType() == InterpolatorType::STEPS) { in IsSupportInteractiveAnimator()