Home | History | Annotate | Download | only in input

Lines Matching refs:currentCoords

5348     mPointerSimple.currentCoords.clear();
5363 mPointerSimple.currentCoords.copyFrom(mCurrentCookedPointerData.pointerCoords[index]);
5364 mPointerSimple.currentCoords.setAxisValue(AMOTION_EVENT_AXIS_X, x);
5365 mPointerSimple.currentCoords.setAxisValue(AMOTION_EVENT_AXIS_Y, y);
5382 mPointerSimple.currentCoords.clear();
5411 mPointerSimple.currentCoords.copyFrom(
5413 mPointerSimple.currentCoords.setAxisValue(AMOTION_EVENT_AXIS_X, x);
5414 mPointerSimple.currentCoords.setAxisValue(AMOTION_EVENT_AXIS_Y, y);
5415 mPointerSimple.currentCoords.setAxisValue(AMOTION_EVENT_AXIS_PRESSURE,
5486 1, &mPointerSimple.currentProperties, &mPointerSimple.currentCoords,
5496 1, &mPointerSimple.currentProperties, &mPointerSimple.currentCoords,
5510 1, &mPointerSimple.currentProperties, &mPointerSimple.currentCoords,
5520 1, &mPointerSimple.currentProperties, &mPointerSimple.currentCoords,
5534 pointerCoords.copyFrom(mPointerSimple.currentCoords);
5549 mPointerSimple.lastCoords.copyFrom(mPointerSimple.currentCoords);
5557 mPointerSimple.currentCoords.clear();