Searched refs:TOUCH_DRAWING_MGR (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/multimodalinput/input/service/window_manager/test/ |
H A D | touch_drawing_manager_test.cpp | 305 … (TOUCH_DRAWING_MGR->crosshairCanvasNode_->BeginRecording(TOUCH_DRAWING_MGR->displayInfo_.width, 326 … (TOUCH_DRAWING_MGR->crosshairCanvasNode_->BeginRecording(TOUCH_DRAWING_MGR->displayInfo_.width, 348 … (TOUCH_DRAWING_MGR->crosshairCanvasNode_->BeginRecording(TOUCH_DRAWING_MGR->displayInfo_.width, 386 TOUCH_DRAWING_MGR->currentPointerId_ = 5; 493 TOUCH_DRAWING_MGR->isDownAction_ = true; 506 TOUCH_DRAWING_MGR->isDownAction_ = true; 523 TOUCH_DRAWING_MGR->isDownAction_ = true; 541 TOUCH_DRAWING_MGR->isDownAction_ = true; 559 TOUCH_DRAWING_MGR->isDownAction_ = true; 666 (TOUCH_DRAWING_MGR->labelsCanvasNode_->BeginRecording(TOUCH_DRAWING_MGR->displayInfo_.width, [all …]
|
/ohos5.0/foundation/multimodalinput/input/service/window_manager/src/ |
H A D | knuckle_dynamic_drawing_manager.cpp | 213 auto displayXY = TOUCH_DRAWING_MGR->CalcDrawCoordinate(displayInfo_, pointerItem); in ProcessUpAndCancelEvent() 240 auto displayXY = TOUCH_DRAWING_MGR->CalcDrawCoordinate(displayInfo_, pointerItem); in ProcessDownEvent() 268 auto displayXY = TOUCH_DRAWING_MGR->CalcDrawCoordinate(displayInfo_, pointerItem); in ProcessMoveEvent()
|
H A D | input_windows_manager.cpp | 478 if (TOUCH_DRAWING_MGR->IsWindowRotation()) { in FoldScreenRotation() 860 TOUCH_DRAWING_MGR->UpdateDisplayInfo(*physicDisplayInfo); in UpdateDisplayInfoExtIfNeed() 861 TOUCH_DRAWING_MGR->RotationScreen(); in UpdateDisplayInfoExtIfNeed() 1069 if (!TOUCH_DRAWING_MGR->IsWindowRotation()) { in UpdateDisplayInfo() 1626 if (!TOUCH_DRAWING_MGR->IsWindowRotation() && cursorPos_.direction != info.direction && in UpdateDisplayInfo() 2626 TOUCH_DRAWING_MGR->GetOriginalTouchScreenCoordinates(direction, physicalDisplayInfo->width, in UpdateDisplayInfo() 3626 TOUCH_DRAWING_MGR->UpdateDisplayInfo(*physicDisplayInfo); in UpdateDisplayInfo() 3627 TOUCH_DRAWING_MGR->TouchDrawHandler(pointerEvent); in UpdateDisplayInfo() 3762 if (TOUCH_DRAWING_MGR->IsWindowRotation()) { in UpdateDisplayInfo() 3851 if (TOUCH_DRAWING_MGR->IsWindowRotation() && isRealData) { in UpdateDisplayInfo() [all …]
|
H A D | knuckle_drawing_manager.cpp | 221 auto displayXY = TOUCH_DRAWING_MGR->CalcDrawCoordinate(displayInfo_, pointerItem); in IsSingleKnuckleDoubleClick() 530 auto displayXY = TOUCH_DRAWING_MGR->CalcDrawCoordinate(displayInfo_, pointerItem); in GetPointerPos()
|
/ohos5.0/foundation/multimodalinput/input/service/window_manager/include/ |
H A D | touch_drawing_manager.h | 142 #define TOUCH_DRAWING_MGR ::OHOS::DelayedSingleton<TouchDrawingManager>::GetInstance() macro
|
/ohos5.0/foundation/multimodalinput/input/service/event_dump/src/ |
H A D | event_dump.cpp | 209 TOUCH_DRAWING_MGR->Dump(fd, args); in ParseCommand()
|
/ohos5.0/foundation/multimodalinput/input/service/delegate_task/src/ |
H A D | delegate_interface.cpp | 32 TOUCH_DRAWING_MGR->SetDelegateProxy(shared_from_this()); in Init()
|
/ohos5.0/foundation/multimodalinput/input/service/message_handle/src/ |
H A D | server_msg_handler.cpp | 218 TOUCH_DRAWING_MGR->TouchDrawHandler(pointerEvent); in OnInjectPointerEventExt() 284 if (TOUCH_DRAWING_MGR->IsWindowRotation()) { in AccelerateMotion()
|