Home
last modified time | relevance | path

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

/foundation/arkui/ui_lite/frameworks/dock/
H A Dpointer_input_device.h29 dragLastPos_({0, 0}), curPos_({ 0, 0 }), dragStep_({ 0, 0 }), dragLen_({ 0, 0 }), pressState_(false),
44 Point dragLastPos_; member in OHOS::PointerInputDevice
H A Dpointer_input_device.cpp55 dragLastPos_ = lastPos_; in DispatchEvent()
72 dragLastPos_ = lastPos_; in DispatchPressEvent()
209 dragLastPos_ = lastPos_; in DispatchDragStartEvent()
244 evt.SetPreLastPoint(dragLastPos_); in DispatchDragEndEvent()
321 dragLastPos_ = curPos_; in UpdateEventViews()

Completed in 2 milliseconds