Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.cpp4263 mPointerSimple.reset(); in reset()
6212 mPointerSimple.currentCoords.clear(); in dispatchPointerStylus()
6213 mPointerSimple.currentProperties.clear(); in dispatchPointerStylus()
6227 mPointerSimple.currentCoords.copyFrom( in dispatchPointerStylus()
6229 mPointerSimple.currentCoords.setAxisValue(AMOTION_EVENT_AXIS_X, x); in dispatchPointerStylus()
6230 mPointerSimple.currentCoords.setAxisValue(AMOTION_EVENT_AXIS_Y, y); in dispatchPointerStylus()
6231 mPointerSimple.currentProperties.id = 0; in dispatchPointerStylus()
6232 mPointerSimple.currentProperties.toolType = in dispatchPointerStylus()
6247 mPointerSimple.currentCoords.clear(); in dispatchPointerMouse()
6248 mPointerSimple.currentProperties.clear(); in dispatchPointerMouse()
[all …]
DInputReader.h1784 } mPointerSimple; variable