Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.cpp4140 mPointerSimple.reset(); in reset()
6089 mPointerSimple.currentCoords.clear(); in dispatchPointerStylus()
6090 mPointerSimple.currentProperties.clear(); in dispatchPointerStylus()
6104 mPointerSimple.currentCoords.copyFrom( in dispatchPointerStylus()
6106 mPointerSimple.currentCoords.setAxisValue(AMOTION_EVENT_AXIS_X, x); in dispatchPointerStylus()
6107 mPointerSimple.currentCoords.setAxisValue(AMOTION_EVENT_AXIS_Y, y); in dispatchPointerStylus()
6108 mPointerSimple.currentProperties.id = 0; in dispatchPointerStylus()
6109 mPointerSimple.currentProperties.toolType = in dispatchPointerStylus()
6124 mPointerSimple.currentCoords.clear(); in dispatchPointerMouse()
6125 mPointerSimple.currentProperties.clear(); in dispatchPointerMouse()
[all …]
DInputReader.h1765 } mPointerSimple; variable