Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.cpp1387 mPointerSimple.reset(); in reset()
3407 mPointerSimple.currentCoords.clear(); in dispatchPointerStylus()
3408 mPointerSimple.currentProperties.clear(); in dispatchPointerStylus()
3420 mPointerSimple.currentCoords = mCurrentCookedState.cookedPointerData.pointerCoords[index]; in dispatchPointerStylus()
3421 mPointerSimple.currentCoords.setAxisValue(AMOTION_EVENT_AXIS_X, x); in dispatchPointerStylus()
3422 mPointerSimple.currentCoords.setAxisValue(AMOTION_EVENT_AXIS_Y, y); in dispatchPointerStylus()
3423 mPointerSimple.currentProperties.id = 0; in dispatchPointerStylus()
3424 mPointerSimple.currentProperties.toolType = in dispatchPointerStylus()
3441 mPointerSimple.currentCoords.clear(); in dispatchPointerMouse()
3442 mPointerSimple.currentProperties.clear(); in dispatchPointerMouse()
[all …]
DTouchInputMapper.h725 } mPointerSimple; variable