Searched refs:currentProperties (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/services/inputflinger/reader/mapper/ |
D | TouchInputMapper.h | 695 PointerProperties currentProperties; member 710 currentProperties.clear(); in reset()
|
D | TouchInputMapper.cpp | 3379 mPointerSimple.currentProperties.clear(); in dispatchPointerStylus() 3396 mPointerSimple.currentProperties.id = 0; in dispatchPointerStylus() 3397 mPointerSimple.currentProperties.toolType = in dispatchPointerStylus() 3413 mPointerSimple.currentProperties.clear(); in dispatchPointerMouse() 3447 mPointerSimple.currentProperties.id = 0; in dispatchPointerMouse() 3448 mPointerSimple.currentProperties.toolType = in dispatchPointerMouse() 3520 &mPointerSimple.currentProperties, &mPointerSimple.currentCoords, in dispatchPointerSimple() 3530 AMOTION_EVENT_EDGE_FLAG_NONE, 1, &mPointerSimple.currentProperties, in dispatchPointerSimple() 3546 &mPointerSimple.currentProperties, &mPointerSimple.currentCoords, in dispatchPointerSimple() 3556 AMOTION_EVENT_EDGE_FLAG_NONE, 1, &mPointerSimple.currentProperties, in dispatchPointerSimple() [all …]
|