Home
last modified time | relevance | path

Searched refs:IsSupportRotateWithSensor (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscreen_scene_config.h46 static bool IsSupportRotateWithSensor();
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_scene_config_test.cpp501 bool res = ScreenSceneConfig::IsSupportRotateWithSensor();
513 bool res = ScreenSceneConfig::IsSupportRotateWithSensor();
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_scene_config.cpp492 bool ScreenSceneConfig::IsSupportRotateWithSensor() in IsSupportRotateWithSensor() function in OHOS::Rosen::ScreenSceneConfig
H A Dscreen_session_manager.cpp276 if (!ScreenSceneConfig::IsSupportRotateWithSensor()) { in Init()
1961 if (ScreenSceneConfig::IsSupportRotateWithSensor()) { in HandlerSensor()