Searched refs:ConvertDegreeToMMIRotation (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_dirty_manager_test.cpp | 388 HWTEST_F(SceneSessionDirtyManagerTest, ConvertDegreeToMMIRotation, Function | SmallTest | Level2) 391 dirction = ConvertDegreeToMMIRotation(0.0, MMI::DisplayMode::UNKNOWN); 393 dirction = ConvertDegreeToMMIRotation(90.0, MMI::DisplayMode::UNKNOWN); 395 dirction = ConvertDegreeToMMIRotation(180.0, MMI::DisplayMode::UNKNOWN); 397 dirction = ConvertDegreeToMMIRotation(270.0, MMI::DisplayMode::UNKNOWN); 400 dirction = ConvertDegreeToMMIRotation(0.0, MMI::DisplayMode::FULL); 402 dirction = ConvertDegreeToMMIRotation(90.0, MMI::DisplayMode::FULL); 404 dirction = ConvertDegreeToMMIRotation(180.0, MMI::DisplayMode::FULL); 406 dirction = ConvertDegreeToMMIRotation(270.0, MMI::DisplayMode::FULL); 408 dirction = ConvertDegreeToMMIRotation(30.0, MMI::DisplayMode::FULL); [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/screen/ |
H A D | screen_pattern.cpp | 46 MMI::Direction ConvertDegreeToMMIRotation(float degree) in ConvertDegreeToMMIRotation() function 185 .direction = ConvertDegreeToMMIRotation(rotation) in UpdateToInputManager()
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_input_manager.cpp | 197 displayRotation = ConvertDegreeToMMIRotation( in ConstructDisplayInfos() 201 displayRotation = ConvertDegreeToMMIRotation(screenProperty.GetRotation(), in ConstructDisplayInfos() 221 .direction = ConvertDegreeToMMIRotation(screenProperty.GetRotation(), in ConstructDisplayInfos()
|
H A D | scene_session_dirty_manager.cpp | 88 MMI::Direction ConvertDegreeToMMIRotation(float degree, MMI::DisplayMode displayMode) in ConvertDegreeToMMIRotation() function 160 MMI::Direction displayRotation = ConvertDegreeToMMIRotation(screenProperty.GetRotation(), in CalNotRotateTransform()
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/ |
H A D | scene_session_dirty_manager.h | 32 MMI::Direction ConvertDegreeToMMIRotation(float degree, MMI::DisplayMode displayMode);
|