Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/service/window_manager/test/
H A Dtouch_drawing_manager_test.cpp305 … (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 Dknuckle_dynamic_drawing_manager.cpp213 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 Dinput_windows_manager.cpp478 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 Dknuckle_drawing_manager.cpp221 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 Dtouch_drawing_manager.h142 #define TOUCH_DRAWING_MGR ::OHOS::DelayedSingleton<TouchDrawingManager>::GetInstance() macro
/ohos5.0/foundation/multimodalinput/input/service/event_dump/src/
H A Devent_dump.cpp209 TOUCH_DRAWING_MGR->Dump(fd, args); in ParseCommand()
/ohos5.0/foundation/multimodalinput/input/service/delegate_task/src/
H A Ddelegate_interface.cpp32 TOUCH_DRAWING_MGR->SetDelegateProxy(shared_from_this()); in Init()
/ohos5.0/foundation/multimodalinput/input/service/message_handle/src/
H A Dserver_msg_handler.cpp218 TOUCH_DRAWING_MGR->TouchDrawHandler(pointerEvent); in OnInjectPointerEventExt()
284 if (TOUCH_DRAWING_MGR->IsWindowRotation()) { in AccelerateMotion()