Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/animation/
Dcurves.h34 static const RefPtr<CubicCurve> EASE_OUT; variable
Dcurves.cpp27 const RefPtr<CubicCurve> Curves::EASE_OUT = AceType::MakeRefPtr<CubicCurve>(0.0f, 0.0f, 0.58f, 1.0f… member in OHOS::Ace::Curves
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
Drs_animation_timing_curve.h35 static const RSAnimationTimingCurve EASE_OUT; variable
Drs_animation_timing_curve.cpp35 const RSAnimationTimingCurve RSAnimationTimingCurve::EASE_OUT = member in OHOS::Rosen::RSAnimationTimingCurve
/foundation/arkui/ace_engine_lite/frameworks/src/core/animation/
Dtransition_impl.h26 enum EasingType : uint8_t { LINEAR, EASE_IN, EASE_OUT, EASE_IN_OUT, EEND }; enumerator