Searched defs:lastPointer (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/services/inputflinger/
H A DInputReader.cpp4847 const RawPointerData::Pointer& lastPointer =
4849 float deltaX = (currentPointer.x - lastPointer.x) * mPointerXMovementScale;
4850 float deltaY = (currentPointer.y - lastPointer.y) * mPointerYMovementScale;
4987 const RawPointerData::Pointer& lastPointer = local
4989 float deltaX = (currentPointer.x - lastPointer.x)
4991 float deltaY = (currentPointer.y - lastPointer.y)
5796 const RawPointerData::Pointer& lastPointer = local
5798 if (currentPointer.toolType == lastPointer.toolType) {
5799 int64_t deltaX = currentPointer.x - lastPointer.x;
5800 int64_t deltaY = currentPointer.y - lastPointer
[all...]

Completed in 61 milliseconds