Searched refs:TOUCH_DRAWING_MGR (Results 1 - 8 of 8) sorted by relevance
/foundation/multimodalinput/input/service/window_manager/test/ |
H A D | touch_drawing_manager_test.cpp | 53 TOUCH_DRAWING_MGR->UpdateDisplayInfo(info); in SetUp() 70 TOUCH_DRAWING_MGR->GetOriginalTouchScreenCoordinates(DIRECTION0, width, height, physicalX, physicalY); in HWTEST_F() 88 TOUCH_DRAWING_MGR->GetOriginalTouchScreenCoordinates(DIRECTION90, width, height, physicalX, physicalY); in HWTEST_F() 106 TOUCH_DRAWING_MGR->GetOriginalTouchScreenCoordinates(DIRECTION180, width, height, physicalX, physicalY); in HWTEST_F() 124 TOUCH_DRAWING_MGR->GetOriginalTouchScreenCoordinates(DIRECTION270, width, height, physicalX, physicalY); in HWTEST_F() 167 TOUCH_DRAWING_MGR->pointerEvent_ = pointerEvent; in HWTEST_F() 168 EXPECT_NO_FATAL_FAILURE(TOUCH_DRAWING_MGR->DrawBubbleHandler()); in HWTEST_F() 183 TOUCH_DRAWING_MGR->pointerEvent_ = pointerEvent; in HWTEST_F() 184 EXPECT_NO_FATAL_FAILURE(TOUCH_DRAWING_MGR->DrawBubbleHandler()); in HWTEST_F() 199 TOUCH_DRAWING_MGR in HWTEST_F() [all...] |
/foundation/multimodalinput/input/service/window_manager/src/ |
H A D | knuckle_dynamic_drawing_manager.cpp | 214 auto displayXY = TOUCH_DRAWING_MGR->CalcDrawCoordinate(displayInfo_, pointerItem); in ProcessUpAndCancelEvent() 241 auto displayXY = TOUCH_DRAWING_MGR->CalcDrawCoordinate(displayInfo_, pointerItem); in ProcessDownEvent() 269 auto displayXY = TOUCH_DRAWING_MGR->CalcDrawCoordinate(displayInfo_, pointerItem);
|
H A D | input_windows_manager.cpp | 807 TOUCH_DRAWING_MGR->UpdateDisplayInfo(*physicDisplayInfo); in UpdateDisplayInfoExtIfNeed() 808 TOUCH_DRAWING_MGR->RotationScreen(); in UpdateDisplayInfoExtIfNeed() 1050 if (!TOUCH_DRAWING_MGR->IsWindowRotation()) { in UpdateDisplayInfo() 1628 if (!TOUCH_DRAWING_MGR->IsWindowRotation() && cursorPos_.direction != info.direction) { in UpdateDisplayInfo() 2688 if (TOUCH_DRAWING_MGR->IsWindowRotation() && Rosen::SceneBoardJudgement::IsSceneBoardEnabled()) { in UpdateDisplayInfo() 2690 TOUCH_DRAWING_MGR->GetOriginalTouchScreenCoordinates(direction, physicalDisplayInfo->width, in UpdateDisplayInfo() 3677 TOUCH_DRAWING_MGR->UpdateDisplayInfo(*physicDisplayInfo); in UpdateDisplayInfo() 3678 TOUCH_DRAWING_MGR->TouchDrawHandler(pointerEvent); in UpdateDisplayInfo() 3809 if (TOUCH_DRAWING_MGR->IsWindowRotation()) { in UpdateDisplayInfo() 3895 if (TOUCH_DRAWING_MGR in UpdateDisplayInfo() [all...] |
H A D | knuckle_drawing_manager.cpp | 221 auto displayXY = TOUCH_DRAWING_MGR->CalcDrawCoordinate(displayInfo_, pointerItem); in IsSingleKnuckleDoubleClick() 528 auto displayXY = TOUCH_DRAWING_MGR->CalcDrawCoordinate(displayInfo_, pointerItem); in GetPointerPos()
|
/foundation/multimodalinput/input/service/window_manager/include/ |
H A D | touch_drawing_manager.h | 142 #define TOUCH_DRAWING_MGR ::OHOS::DelayedSingleton<TouchDrawingManager>::GetInstance() macro
|
/foundation/multimodalinput/input/service/delegate_task/src/ |
H A D | delegate_interface.cpp | 36 TOUCH_DRAWING_MGR->SetDelegateProxy(shared_from_this());
in Init()
|
/foundation/multimodalinput/input/service/event_dump/src/ |
H A D | event_dump.cpp | 211 TOUCH_DRAWING_MGR->Dump(fd, args); in ParseCommand()
|
/foundation/multimodalinput/input/service/message_handle/src/ |
H A D | server_msg_handler.cpp | 266 TOUCH_DRAWING_MGR->TouchDrawHandler(pointerEvent); in OnInjectPointerEventExt() 333 if (TOUCH_DRAWING_MGR->IsWindowRotation()) { in AccelerateMotion()
|
Completed in 12 milliseconds