Searched refs:FoldScreenRotation (Results 1 – 6 of 6) sorted by relevance
2298 EXPECT_NO_FATAL_FAILURE(inputWindowsManager->FoldScreenRotation(pointerEvent));2325 EXPECT_NO_FATAL_FAILURE(inputWindowsManager->FoldScreenRotation(pointerEvent));2379 EXPECT_NO_FATAL_FAILURE(inputWindowsManager.FoldScreenRotation(pointerEvent));2407 EXPECT_NO_FATAL_FAILURE(inputWindowsManager.FoldScreenRotation(pointerEvent));2436 EXPECT_NO_FATAL_FAILURE(inputWindowsManager.FoldScreenRotation(pointerEvent));2468 EXPECT_NO_FATAL_FAILURE(inputWindowsManager.FoldScreenRotation(pointerEvent));2500 EXPECT_NO_FATAL_FAILURE(inputWindowsManager.FoldScreenRotation(pointerEvent));2532 EXPECT_NO_FATAL_FAILURE(inputWindowsManager.FoldScreenRotation(pointerEvent));2559 EXPECT_NO_FATAL_FAILURE(inputWindowsManager.FoldScreenRotation(pointerEvent));2583 EXPECT_NO_FATAL_FAILURE(inputWindowsManager.FoldScreenRotation(pointerEvent));[all …]
104 MOCK_METHOD(void, FoldScreenRotation, (std::shared_ptr<PointerEvent>));
137 virtual void FoldScreenRotation(std::shared_ptr<PointerEvent> pointerEvent) = 0;
144 void FoldScreenRotation(std::shared_ptr<PointerEvent> pointerEvent);
315 WIN_MGR->FoldScreenRotation(point); in GetClientFd()
393 FoldScreenRotation(pointerEvent); in GetClientFd()447 void InputWindowsManager::FoldScreenRotation(std::shared_ptr<PointerEvent> pointerEvent) in FoldScreenRotation() function in OHOS::MMI::InputWindowsManager