Home
last modified time | relevance | path

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

/base/msdp/device_status/services/interaction/drag/src/
H A Ddrag_manager.cpp632 int32_t targetDisplayId = pointerEvent->GetTargetDisplayId(); in OnDragMove() local
634 lastDisplayId_ = targetDisplayId; in OnDragMove()
635 } else if (lastDisplayId_ != targetDisplayId) { in OnDragMove()
636 dragDrawing_.UpdateDragWindowDisplay(targetDisplayId); in OnDragMove()
637 lastDisplayId_ = targetDisplayId; in OnDragMove()
646 dragDrawing_.OnDragMove(targetDisplayId, displayX, in OnDragMove()

Completed in 4 milliseconds