Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.cpp4287 mPointerSimple.reset(); in reset()
6268 mPointerSimple.currentCoords.clear(); in dispatchPointerStylus()
6269 mPointerSimple.currentProperties.clear(); in dispatchPointerStylus()
6283 mPointerSimple.currentCoords.copyFrom( in dispatchPointerStylus()
6285 mPointerSimple.currentCoords.setAxisValue(AMOTION_EVENT_AXIS_X, x); in dispatchPointerStylus()
6286 mPointerSimple.currentCoords.setAxisValue(AMOTION_EVENT_AXIS_Y, y); in dispatchPointerStylus()
6287 mPointerSimple.currentProperties.id = 0; in dispatchPointerStylus()
6288 mPointerSimple.currentProperties.toolType = in dispatchPointerStylus()
6303 mPointerSimple.currentCoords.clear(); in dispatchPointerMouse()
6304 mPointerSimple.currentProperties.clear(); in dispatchPointerMouse()
[all …]
DInputReader.h1575 } mPointerSimple; variable