Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.cpp5234 const RawPointerData::Pointer& lastPointer = in preparePointerGestures() local
5236 float deltaX = (currentPointer.x - lastPointer.x) * mPointerXMovementScale; in preparePointerGestures()
5237 float deltaY = (currentPointer.y - lastPointer.y) * mPointerYMovementScale; in preparePointerGestures()
5374 const RawPointerData::Pointer& lastPointer = in preparePointerGestures() local
5376 float deltaX = (currentPointer.x - lastPointer.x) in preparePointerGestures()
5378 float deltaY = (currentPointer.y - lastPointer.y) in preparePointerGestures()
6194 const RawPointerData::Pointer& lastPointer = in assignPointerIds() local
6196 if (currentPointer.toolType == lastPointer.toolType) { in assignPointerIds()
6197 int64_t deltaX = currentPointer.x - lastPointer.x; in assignPointerIds()
6198 int64_t deltaY = currentPointer.y - lastPointer.y; in assignPointerIds()