Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.cpp1393 mPointerSimple.reset(); in reset()
3344 mPointerSimple.currentCoords.clear(); in dispatchPointerStylus()
3345 mPointerSimple.currentProperties.clear(); in dispatchPointerStylus()
3359 mPointerSimple.currentCoords.copyFrom( in dispatchPointerStylus()
3361 mPointerSimple.currentCoords.setAxisValue(AMOTION_EVENT_AXIS_X, x); in dispatchPointerStylus()
3362 mPointerSimple.currentCoords.setAxisValue(AMOTION_EVENT_AXIS_Y, y); in dispatchPointerStylus()
3363 mPointerSimple.currentProperties.id = 0; in dispatchPointerStylus()
3364 mPointerSimple.currentProperties.toolType = in dispatchPointerStylus()
3379 mPointerSimple.currentCoords.clear(); in dispatchPointerMouse()
3380 mPointerSimple.currentProperties.clear(); in dispatchPointerMouse()
[all …]
DTouchInputMapper.h755 } mPointerSimple; variable