Home | History | Annotate | Download | only in inputflinger

Lines Matching refs:currentCoords

5427     mPointerSimple.currentCoords.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);
5461 mPointerSimple.currentCoords.clear();
5490 mPointerSimple.currentCoords.copyFrom(
5492 mPointerSimple.currentCoords.setAxisValue(AMOTION_EVENT_AXIS_X, x);
5493 mPointerSimple.currentCoords.setAxisValue(AMOTION_EVENT_AXIS_Y, y);
5494 mPointerSimple.currentCoords.setAxisValue(AMOTION_EVENT_AXIS_PRESSURE,
5565 1, &mPointerSimple.currentProperties, &mPointerSimple.currentCoords,
5575 1, &mPointerSimple.currentProperties, &mPointerSimple.currentCoords,
5589 1, &mPointerSimple.currentProperties, &mPointerSimple.currentCoords,
5599 1, &mPointerSimple.currentProperties, &mPointerSimple.currentCoords,
5613 pointerCoords.copyFrom(mPointerSimple.currentCoords);
5628 mPointerSimple.lastCoords.copyFrom(mPointerSimple.currentCoords);
5636 mPointerSimple.currentCoords.clear();