Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_scene_config_test.cpp408 HWTEST_F(ScreenSceneConfigTest, GetCurvedCompressionAreaInLandscape, Function | SmallTest | Level3)
410 auto result = ScreenSceneConfig::GetCurvedCompressionAreaInLandscape();
550 auto result = ScreenSceneConfig::GetCurvedCompressionAreaInLandscape();
563 auto result = ScreenSceneConfig::GetCurvedCompressionAreaInLandscape();
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscreen_scene_config.h45 static uint32_t GetCurvedCompressionAreaInLandscape();
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_scene_config.cpp483 uint32_t ScreenSceneConfig::GetCurvedCompressionAreaInLandscape() in GetCurvedCompressionAreaInLandscape() function in OHOS::Rosen::ScreenSceneConfig
H A Dscreen_session_manager.cpp4830 return ScreenSceneConfig::GetCurvedCompressionAreaInLandscape(); in GetCurvedCompressionArea()