Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.cpp6269 mPointerSimple.currentProperties.clear(); in dispatchPointerStylus()
6287 mPointerSimple.currentProperties.id = 0; in dispatchPointerStylus()
6288 mPointerSimple.currentProperties.toolType = in dispatchPointerStylus()
6304 mPointerSimple.currentProperties.clear(); in dispatchPointerMouse()
6339 mPointerSimple.currentProperties.id = 0; in dispatchPointerMouse()
6340 mPointerSimple.currentProperties.toolType = in dispatchPointerMouse()
6414 1, &mPointerSimple.currentProperties, &mPointerSimple.currentCoords, in dispatchPointerSimple()
6425 1, &mPointerSimple.currentProperties, &mPointerSimple.currentCoords, in dispatchPointerSimple()
6441 1, &mPointerSimple.currentProperties, &mPointerSimple.currentCoords, in dispatchPointerSimple()
6453 1, &mPointerSimple.currentProperties, &mPointerSimple.currentCoords, in dispatchPointerSimple()
[all …]
DInputReader.h1553 PointerProperties currentProperties; member
1568 currentProperties.clear(); in reset()