Home
last modified time | relevance | path

Searched refs:ConvertDegreeToMMIRotation (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_dirty_manager_test.cpp388 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 Dscreen_pattern.cpp46 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 Dscene_input_manager.cpp197 displayRotation = ConvertDegreeToMMIRotation( in ConstructDisplayInfos()
201 displayRotation = ConvertDegreeToMMIRotation(screenProperty.GetRotation(), in ConstructDisplayInfos()
221 .direction = ConvertDegreeToMMIRotation(screenProperty.GetRotation(), in ConstructDisplayInfos()
H A Dscene_session_dirty_manager.cpp88 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 Dscene_session_dirty_manager.h32 MMI::Direction ConvertDegreeToMMIRotation(float degree, MMI::DisplayMode displayMode);