Home
last modified time | relevance | path

Searched refs:systemAnimatedScene (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_uifirst_manager_test.cpp1185 SystemAnimatedScenes systemAnimatedScene = SystemAnimatedScenes::APPEAR_MISSION_CENTER; variable
1186 uifirstManager_.OnProcessAnimateScene(systemAnimatedScene);
1189 systemAnimatedScene = SystemAnimatedScenes::ENTER_RECENTS;
1190 uifirstManager_.OnProcessAnimateScene(systemAnimatedScene);
1193 uifirstManager_.OnProcessAnimateScene(systemAnimatedScene);
1196 systemAnimatedScene = SystemAnimatedScenes::EXIT_RECENTS;
1197 uifirstManager_.OnProcessAnimateScene(systemAnimatedScene);
1200 uifirstManager_.OnProcessAnimateScene(systemAnimatedScene);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uifirst_manager.cpp1044 void RSUifirstManager::OnProcessAnimateScene(SystemAnimatedScenes systemAnimatedScene) in OnProcessAnimateScene() argument
1046 …CE_NAME_FMT("RSUifirstManager::OnProcessAnimateScene systemAnimatedScene:%d", systemAnimatedScene); in OnProcessAnimateScene()
1047 … if ((systemAnimatedScene == SystemAnimatedScenes::ENTER_RECENTS) && !isRecentTaskScene_.load()) { in OnProcessAnimateScene()
1049 …} else if ((systemAnimatedScene == SystemAnimatedScenes::EXIT_RECENTS) && isRecentTaskScene_.load(… in OnProcessAnimateScene()
H A Drs_uifirst_manager.h75 void OnProcessAnimateScene(SystemAnimatedScenes systemAnimatedScene);