Searched refs:currentProperties (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/services/inputflinger/ |
D | InputReader.cpp | 6090 mPointerSimple.currentProperties.clear(); in dispatchPointerStylus() 6108 mPointerSimple.currentProperties.id = 0; in dispatchPointerStylus() 6109 mPointerSimple.currentProperties.toolType = in dispatchPointerStylus() 6125 mPointerSimple.currentProperties.clear(); in dispatchPointerMouse() 6160 mPointerSimple.currentProperties.id = 0; in dispatchPointerMouse() 6161 mPointerSimple.currentProperties.toolType = in dispatchPointerMouse() 6229 1, &mPointerSimple.currentProperties, &mPointerSimple.currentCoords, in dispatchPointerSimple() 6239 1, &mPointerSimple.currentProperties, &mPointerSimple.currentCoords, in dispatchPointerSimple() 6254 1, &mPointerSimple.currentProperties, &mPointerSimple.currentCoords, in dispatchPointerSimple() 6265 1, &mPointerSimple.currentProperties, &mPointerSimple.currentCoords, in dispatchPointerSimple() [all …]
|
D | InputReader.h | 1743 PointerProperties currentProperties; member 1758 currentProperties.clear(); in reset()
|