Home
last modified time | relevance | path

Searched refs:rotateAnimationConfig (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp2255 RotateAnimationConfig rotateAnimationConfig; in GetRotateAnimationDuration() local
2256 acquireRotateAnimationConfigFunc_(rotateAnimationConfig); in GetRotateAnimationDuration()
2257 return rotateAnimationConfig.duration_; in GetRotateAnimationDuration()
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session_manager.cpp2218 RotateAnimationConfig rotateAnimationConfig; in OnUpdateRotateAnimationConfig() local
2219 if (!ConvertRotateAnimationConfigFromJs(env, argv[0], rotateAnimationConfig)) { in OnUpdateRotateAnimationConfig()
2225 SceneSessionManager::GetInstance().UpdateRotateAnimationConfig(rotateAnimationConfig); in OnUpdateRotateAnimationConfig()