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

/frameworks/base/services/input/
H A DInputReader.cpp3590 mPointerSimple.reset();
5247 mPointerSimple.currentCoords.clear();
5248 mPointerSimple.currentProperties.clear();
5262 mPointerSimple.currentCoords.copyFrom(mCurrentCookedPointerData.pointerCoords[index]);
5263 mPointerSimple.currentCoords.setAxisValue(AMOTION_EVENT_AXIS_X, x);
5264 mPointerSimple.currentCoords.setAxisValue(AMOTION_EVENT_AXIS_Y, y);
5265 mPointerSimple.currentProperties.id = 0;
5266 mPointerSimple.currentProperties.toolType =
5281 mPointerSimple.currentCoords.clear();
5282 mPointerSimple
[all...]
H A DInputReader.h1606 } mPointerSimple; member in class:android::TouchInputMapper

Completed in 899 milliseconds