Home
last modified time | relevance | path

Searched refs:ReverseRotateScreen (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/service/window_manager/include/
H A Dinput_windows_manager.h134 …void ReverseRotateScreen(const DisplayInfo& info, const double x, const double y, Coordinate2D& cu…
/ohos5.0/foundation/multimodalinput/input/service/window_manager/test/
H A Dinput_windows_manager_test.cpp2311 WIN_MGR->ReverseRotateScreen(info, 100.0, 200.0, cursorPos);
2315 WIN_MGR->ReverseRotateScreen(info, 100.0, 200.0, cursorPos);;
2319 WIN_MGR->ReverseRotateScreen(info, 100.0, 200.0, cursorPos);
2323 WIN_MGR->ReverseRotateScreen(info, 100.0, 200.0, cursorPos);
6117 EXPECT_NO_FATAL_FAILURE(inputWindowsMgr.ReverseRotateScreen(info, x, y, cursorPos));
/ohos5.0/foundation/multimodalinput/input/service/window_manager/src/
H A Dinput_windows_manager.cpp3783 void InputWindowsManager::ReverseRotateScreen(const DisplayInfo& info, const double x, const double… in UpdateDisplayInfo() function in OHOS::MMI::InputWindowsManager
3868 ReverseRotateScreen(*displayInfo, x, y, cursorPos_.cursorPos); in UpdateDisplayInfo()
4221 ReverseRotateScreen(displayGroupInfo_.displaysInfo.front(), x, y, matrix); in UpdateDisplayInfo()