Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.cpp3715 mPointerSimple.reset(); in reset()
5427 mPointerSimple.currentCoords.clear(); in dispatchPointerStylus()
5428 mPointerSimple.currentProperties.clear(); in dispatchPointerStylus()
5442 mPointerSimple.currentCoords.copyFrom(mCurrentCookedPointerData.pointerCoords[index]); in dispatchPointerStylus()
5443 mPointerSimple.currentCoords.setAxisValue(AMOTION_EVENT_AXIS_X, x); in dispatchPointerStylus()
5444 mPointerSimple.currentCoords.setAxisValue(AMOTION_EVENT_AXIS_Y, y); in dispatchPointerStylus()
5445 mPointerSimple.currentProperties.id = 0; in dispatchPointerStylus()
5446 mPointerSimple.currentProperties.toolType = in dispatchPointerStylus()
5461 mPointerSimple.currentCoords.clear(); in dispatchPointerMouse()
5462 mPointerSimple.currentProperties.clear(); in dispatchPointerMouse()
[all …]
DInputReader.h1668 } mPointerSimple; variable