Home
last modified time | relevance | path

Searched refs:TOUCH_DRAWING_MGR (Results 1 - 8 of 8) sorted by relevance

/foundation/multimodalinput/input/service/window_manager/test/
H A Dtouch_drawing_manager_test.cpp53 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 Dknuckle_dynamic_drawing_manager.cpp214 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 Dinput_windows_manager.cpp807 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 Dknuckle_drawing_manager.cpp221 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 Dtouch_drawing_manager.h142 #define TOUCH_DRAWING_MGR ::OHOS::DelayedSingleton<TouchDrawingManager>::GetInstance() macro
/foundation/multimodalinput/input/service/delegate_task/src/
H A Ddelegate_interface.cpp36 TOUCH_DRAWING_MGR->SetDelegateProxy(shared_from_this()); in Init()
/foundation/multimodalinput/input/service/event_dump/src/
H A Devent_dump.cpp211 TOUCH_DRAWING_MGR->Dump(fd, args); in ParseCommand()
/foundation/multimodalinput/input/service/message_handle/src/
H A Dserver_msg_handler.cpp266 TOUCH_DRAWING_MGR->TouchDrawHandler(pointerEvent); in OnInjectPointerEventExt()
333 if (TOUCH_DRAWING_MGR->IsWindowRotation()) { in AccelerateMotion()

Completed in 12 milliseconds