Home
last modified time | relevance | path

Searched refs:SystemAnimatedSceneType (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/interfaces/include/
H A Dws_common.h634 enum class SystemAnimatedSceneType : uint32_t { enum
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test4.cpp782 SystemAnimatedSceneType sceneType = SystemAnimatedSceneType::SCENE_ENTER_MISSION_CENTER;
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h369 WMError SetSystemAnimatedScenes(SystemAnimatedSceneType sceneType);
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session_manager.cpp2358 SystemAnimatedSceneType sceneType = static_cast<SystemAnimatedSceneType>(sceneCode); in OnSetSystemAnimatedScenes()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp8152 WMError SceneSessionManager::SetSystemAnimatedScenes(SystemAnimatedSceneType sceneType) in SetSystemAnimatedScenes()
8154 if (sceneType > SystemAnimatedSceneType::SCENE_OTHERS) { in SetSystemAnimatedScenes()
10912 SystemAnimatedSceneType::SCENE_ENTER_RECENTS : SystemAnimatedSceneType::SCENE_EXIT_RECENTS); in NotifyEnterRecentTask()