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

/frameworks/native/services/inputflinger/
H A DInputReader.cpp3715 mPointerSimple.reset();
5427 mPointerSimple.currentCoords.clear();
5428 mPointerSimple.currentProperties.clear();
5442 mPointerSimple.currentCoords.copyFrom(mCurrentCookedPointerData.pointerCoords[index]);
5443 mPointerSimple.currentCoords.setAxisValue(AMOTION_EVENT_AXIS_X, x);
5444 mPointerSimple.currentCoords.setAxisValue(AMOTION_EVENT_AXIS_Y, y);
5445 mPointerSimple.currentProperties.id = 0;
5446 mPointerSimple.currentProperties.toolType =
5461 mPointerSimple.currentCoords.clear();
5462 mPointerSimple
[all...]
H A DInputReader.h1668 } mPointerSimple; member in class:android::TouchInputMapper

Completed in 107 milliseconds