/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/ |
H A D | rs_main_thread_test.cpp | 2502 SystemAnimatedScenes scenes = SystemAnimatedScenes::ENTER_MISSION_CENTER; 2506 scenes = SystemAnimatedScenes::ENTER_TFS_WINDOW; 2508 scenes = SystemAnimatedScenes::EXIT_TFU_WINDOW; 2514 scenes = SystemAnimatedScenes::ENTER_MAX_WINDOW; 2516 scenes = SystemAnimatedScenes::EXIT_MAX_WINDOW; 2532 SystemAnimatedScenes scenes = SystemAnimatedScenes::ENTER_SPLIT_SCREEN; 2534 scenes = SystemAnimatedScenes::EXIT_SPLIT_SCREEN; 2536 scenes = SystemAnimatedScenes::ENTER_APP_CENTER; 2538 scenes = SystemAnimatedScenes::EXIT_APP_CENTER; 2542 scenes = SystemAnimatedScenes::ENTER_WIND_CLEAR; [all …]
|
H A D | rs_uifirst_manager_test.cpp | 1185 SystemAnimatedScenes systemAnimatedScene = SystemAnimatedScenes::APPEAR_MISSION_CENTER; 1189 systemAnimatedScene = SystemAnimatedScenes::ENTER_RECENTS; 1196 systemAnimatedScene = SystemAnimatedScenes::EXIT_RECENTS; 1387 uifirstManager_.OnProcessAnimateScene(SystemAnimatedScenes::ENTER_RECENTS);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_main_thread.h | 222 bool SetSystemAnimatedScenes(SystemAnimatedScenes systemAnimatedScenes); 223 SystemAnimatedScenes GetSystemAnimatedScenes(); 684 std::list<std::pair<SystemAnimatedScenes, time_t>> systemAnimatedScenesList_; 685 std::list<std::pair<SystemAnimatedScenes, time_t>> threeFingerScenesList_; 695 SystemAnimatedScenes systemAnimatedScenes_ = SystemAnimatedScenes::OTHERS;
|
H A D | rs_uifirst_manager.h | 75 void OnProcessAnimateScene(SystemAnimatedScenes systemAnimatedScene);
|
H A D | rs_main_thread.cpp | 3672 bool RSMainThread::SetSystemAnimatedScenes(SystemAnimatedScenes systemAnimatedScenes) in SetSystemAnimatedScenes() 3677 if (systemAnimatedScenes < SystemAnimatedScenes::ENTER_MISSION_CENTER || in SetSystemAnimatedScenes() 3678 systemAnimatedScenes > SystemAnimatedScenes::OTHERS) { in SetSystemAnimatedScenes() 3688 if (systemAnimatedScenes == SystemAnimatedScenes::OTHERS) { in SetSystemAnimatedScenes() 3699 if (systemAnimatedScenes == SystemAnimatedScenes::ENTER_TFS_WINDOW || in SetSystemAnimatedScenes() 3700 systemAnimatedScenes == SystemAnimatedScenes::EXIT_TFU_WINDOW || in SetSystemAnimatedScenes() 3701 systemAnimatedScenes == SystemAnimatedScenes::ENTER_WIND_CLEAR || in SetSystemAnimatedScenes() 3702 systemAnimatedScenes == SystemAnimatedScenes::ENTER_WIND_RECOVER) { in SetSystemAnimatedScenes() 3705 if (systemAnimatedScenes != SystemAnimatedScenes::APPEAR_MISSION_CENTER) { in SetSystemAnimatedScenes() 3713 SystemAnimatedScenes RSMainThread::GetSystemAnimatedScenes() in GetSystemAnimatedScenes()
|
H A D | rs_uifirst_manager.cpp | 1044 void RSUifirstManager::OnProcessAnimateScene(SystemAnimatedScenes 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 D | rs_render_service_connection.h | 248 bool SetSystemAnimatedScenes(SystemAnimatedScenes systemAnimatedScenes) override;
|
H A D | rs_render_service_connection.cpp | 1775 bool RSRenderServiceConnection::SetSystemAnimatedScenes(SystemAnimatedScenes systemAnimatedScenes) in SetSystemAnimatedScenes()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsrenderserviceconnectionproxy_fuzzer/ |
H A D | rsrenderserviceconnectionproxy_fuzzer.cpp | 97 SystemAnimatedScenes systemAnimatedScenes = (SystemAnimatedScenes)width; in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/rsinterfaces_fuzzer/ |
H A D | rsinterfaces_fuzzer.cpp | 163 rsInterfaces.SetSystemAnimatedScenes(static_cast<SystemAnimatedScenes>(systemAnimatedScenes)); in RSPhysicalScreenFuzzTest()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/ |
H A D | rs_common_def.h | 241 enum class SystemAnimatedScenes : uint32_t { enum
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/transaction/ |
H A D | rs_interfaces.h | 240 bool SetSystemAnimatedScenes(SystemAnimatedScenes systemAnimatedScenes);
|
H A D | rs_interfaces.cpp | 517 bool RSInterfaces::SetSystemAnimatedScenes(SystemAnimatedScenes systemAnimatedScenes) in SetSystemAnimatedScenes()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/ohos/ |
H A D | rs_irender_service_connection.h | 249 virtual bool SetSystemAnimatedScenes(SystemAnimatedScenes systemAnimatedScenes) = 0;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/ |
H A D | rs_render_service_client.cpp | 478 bool RSRenderServiceClient::SetSystemAnimatedScenes(SystemAnimatedScenes systemAnimatedScenes) in SetSystemAnimatedScenes()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/ |
H A D | rs_render_service_client.cpp | 478 bool RSRenderServiceClient::SetSystemAnimatedScenes(SystemAnimatedScenes systemAnimatedScenes) in SetSystemAnimatedScenes()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/ |
H A D | rs_render_service_connection_proxy.h | 222 bool SetSystemAnimatedScenes(SystemAnimatedScenes systemAnimatedScenes) override;
|
H A D | rs_render_service_client.cpp | 1302 bool RSRenderServiceClient::SetSystemAnimatedScenes(SystemAnimatedScenes systemAnimatedScenes) in SetSystemAnimatedScenes()
|
H A D | rs_render_service_connection_proxy.cpp | 2290 bool RSRenderServiceConnectionProxy::SetSystemAnimatedScenes(SystemAnimatedScenes systemAnimatedSce… in SetSystemAnimatedScenes()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/ |
H A D | rs_render_service_client.h | 314 bool SetSystemAnimatedScenes(SystemAnimatedScenes systemAnimatedScenes);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/ |
H A D | rs_render_service_connection_proxy_test.cpp | 788 ASSERT_FALSE(proxy->SetSystemAnimatedScenes(SystemAnimatedScenes::ENTER_MISSION_CENTER));
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/ |
H A D | rs_interfaces_test.cpp | 1588 ASSERT_TRUE(rsInterfaces->SetSystemAnimatedScenes(SystemAnimatedScenes::OTHERS));
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/transaction/ |
H A D | rs_render_service_connection_stub.cpp | 1505 … bool result = SetSystemAnimatedScenes(static_cast<SystemAnimatedScenes>(systemAnimatedScenes)); in OnRemoteRequest()
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_session_manager.cpp | 8161 … bool ret = rsInterface_.SetSystemAnimatedScenes(static_cast<SystemAnimatedScenes>(sceneType)); in SetSystemAnimatedScenes()
|