Searched refs:currentProperties (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/services/inputflinger/ |
D | InputReader.cpp | 6269 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 …]
|
D | InputReader.h | 1553 PointerProperties currentProperties; member 1568 currentProperties.clear(); in reset()
|