Home
last modified time | relevance | path

Searched refs:SystemAnimatedScenes (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_main_thread_test.cpp2502 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 Drs_uifirst_manager_test.cpp1185 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 Drs_main_thread.h222 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 Drs_uifirst_manager.h75 void OnProcessAnimateScene(SystemAnimatedScenes systemAnimatedScene);
H A Drs_main_thread.cpp3672 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 Drs_uifirst_manager.cpp1044 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 Drs_render_service_connection.h248 bool SetSystemAnimatedScenes(SystemAnimatedScenes systemAnimatedScenes) override;
H A Drs_render_service_connection.cpp1775 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 Drsrenderserviceconnectionproxy_fuzzer.cpp97 SystemAnimatedScenes systemAnimatedScenes = (SystemAnimatedScenes)width; in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/rsinterfaces_fuzzer/
H A Drsinterfaces_fuzzer.cpp163 rsInterfaces.SetSystemAnimatedScenes(static_cast<SystemAnimatedScenes>(systemAnimatedScenes)); in RSPhysicalScreenFuzzTest()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_common_def.h241 enum class SystemAnimatedScenes : uint32_t { enum
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/transaction/
H A Drs_interfaces.h240 bool SetSystemAnimatedScenes(SystemAnimatedScenes systemAnimatedScenes);
H A Drs_interfaces.cpp517 bool RSInterfaces::SetSystemAnimatedScenes(SystemAnimatedScenes systemAnimatedScenes) in SetSystemAnimatedScenes()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/ohos/
H A Drs_irender_service_connection.h249 virtual bool SetSystemAnimatedScenes(SystemAnimatedScenes systemAnimatedScenes) = 0;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
H A Drs_render_service_client.cpp478 bool RSRenderServiceClient::SetSystemAnimatedScenes(SystemAnimatedScenes systemAnimatedScenes) in SetSystemAnimatedScenes()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/
H A Drs_render_service_client.cpp478 bool RSRenderServiceClient::SetSystemAnimatedScenes(SystemAnimatedScenes systemAnimatedScenes) in SetSystemAnimatedScenes()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_render_service_connection_proxy.h222 bool SetSystemAnimatedScenes(SystemAnimatedScenes systemAnimatedScenes) override;
H A Drs_render_service_client.cpp1302 bool RSRenderServiceClient::SetSystemAnimatedScenes(SystemAnimatedScenes systemAnimatedScenes) in SetSystemAnimatedScenes()
H A Drs_render_service_connection_proxy.cpp2290 bool RSRenderServiceConnectionProxy::SetSystemAnimatedScenes(SystemAnimatedScenes systemAnimatedSce… in SetSystemAnimatedScenes()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/
H A Drs_render_service_client.h314 bool SetSystemAnimatedScenes(SystemAnimatedScenes systemAnimatedScenes);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_render_service_connection_proxy_test.cpp788 ASSERT_FALSE(proxy->SetSystemAnimatedScenes(SystemAnimatedScenes::ENTER_MISSION_CENTER));
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/
H A Drs_interfaces_test.cpp1588 ASSERT_TRUE(rsInterfaces->SetSystemAnimatedScenes(SystemAnimatedScenes::OTHERS));
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/transaction/
H A Drs_render_service_connection_stub.cpp1505 … bool result = SetSystemAnimatedScenes(static_cast<SystemAnimatedScenes>(systemAnimatedScenes)); in OnRemoteRequest()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp8161 … bool ret = rsInterface_.SetSystemAnimatedScenes(static_cast<SystemAnimatedScenes>(sceneType)); in SetSystemAnimatedScenes()