Home
last modified time | relevance | path

Searched refs:animationInfo (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/interfaces/napi/kits/drag_controller/
H A Ddrag_preview.h176 static napi_value ParseAnimationInfo(napi_env env, napi_value object, PreviewAnimation& animationInfo) in ParseAnimationInfo() argument
184 animationInfo.duration = DEFAULT_DURATION_VALUE; in ParseAnimationInfo()
197 animationInfo.duration = static_cast<int32_t>(durationValue); in ParseAnimationInfo()
199 LOGI("animationInfo duration is %{public}d", animationInfo.duration); in ParseAnimationInfo()
203 ParseCurveInfo(Curves::EASE_IN_OUT->ToString(), animationInfo.curveName, animationInfo.curve); in ParseAnimationInfo()
208 ParseCurve(env, curveNApi, animationInfo.curveName, animationInfo.curve); in ParseAnimationInfo()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_implicit_animator.cpp155 for (const auto& [animationInfo, keyframeAnimation] : currentKeyframeAnimations) { in CloseImplicitAnimation()
156 auto target = RSNodeMap::Instance().GetNode<RSNode>(animationInfo.first); in CloseImplicitAnimation()

Completed in 2 milliseconds