Home | History | Annotate | Download | only in input

Lines Matching refs:PointerCoords

1418         pointerCoords[i].copyFrom(other.pointerCoords[i]);
2211 PointerCoords pointerCoords;
2212 pointerCoords.clear();
2241 pointerCoords.setAxisValue(AMOTION_EVENT_AXIS_X, x);
2242 pointerCoords.setAxisValue(AMOTION_EVENT_AXIS_Y, y);
2244 pointerCoords.setAxisValue(AMOTION_EVENT_AXIS_X, deltaX);
2245 pointerCoords.setAxisValue(AMOTION_EVENT_AXIS_Y, deltaY);
2248 pointerCoords.setAxisValue(AMOTION_EVENT_AXIS_PRESSURE, down ? 1.0f : 0.0f);
2277 1, &pointerProperties, &pointerCoords, mXPrecision, mYPrecision, downTime);
2286 1, &pointerProperties, &pointerCoords, mXPrecision, mYPrecision, downTime);
2292 pointerCoords.setAxisValue(AMOTION_EVENT_AXIS_VSCROLL, vscroll);
2293 pointerCoords.setAxisValue(AMOTION_EVENT_AXIS_HSCROLL, hscroll);
2298 1, &pointerProperties, &pointerCoords, mXPrecision, mYPrecision, downTime);
2430 const PointerCoords& pointerCoords = mLastCookedPointerData.pointerCoords[i];
2436 pointerCoords.getX(),
2437 pointerCoords.getY(),
2438 pointerCoords.getAxisValue(AMOTION_EVENT_AXIS_PRESSURE),
2439 pointerCoords.getAxisValue(AMOTION_EVENT_AXIS_TOUCH_MAJOR),
2440 pointerCoords.getAxisValue(AMOTION_EVENT_AXIS_TOUCH_MINOR),
2441 pointerCoords.getAxisValue(AMOTION_EVENT_AXIS_TOOL_MAJOR),
2442 pointerCoords.getAxisValue(AMOTION_EVENT_AXIS_TOOL_MINOR),
2443 pointerCoords.getAxisValue(AMOTION_EVENT_AXIS_ORIENTATION),
2444 pointerCoords.getAxisValue(AMOTION_EVENT_AXIS_TILT),
2445 pointerCoords.getAxisValue(AMOTION_EVENT_AXIS_DISTANCE),
3431 mPointerController->setSpots(mCurrentCookedPointerData.pointerCoords,
3593 mCurrentCookedPointerData.pointerCoords,
3610 mCurrentCookedPointerData.pointerCoords,
3613 mLastCookedPointerData.pointerCoords,
3627 mLastCookedPointerData.pointerCoords,
3642 mCurrentCookedPointerData.pointerCoords,
3661 mCurrentCookedPointerData.pointerCoords,
3677 mLastCookedPointerData.pointerCoords,
3693 mCurrentCookedPointerData.pointerCoords,
3703 mCurrentCookedPointerData.pointerCoords,
3888 PointerCoords& out = mCurrentCookedPointerData.pointerCoords[i];
4131 PointerCoords pointerCoords;
4132 pointerCoords.clear();
4133 pointerCoords.setAxisValue(AMOTION_EVENT_AXIS_X, x);
4134 pointerCoords.setAxisValue(AMOTION_EVENT_AXIS_Y, y);
4139 1, &pointerProperties, &pointerCoords, 0, 0, mPointerGesture.downTime);
4913 const PointerCoords& coords = mPointerGesture.currentGestureCoords[index];
4925 const PointerCoords& coords = mPointerGesture.lastGestureCoords[index];
4945 float x = mCurrentCookedPointerData.pointerCoords[index].getX();
4946 float y = mCurrentCookedPointerData.pointerCoords[index].getY();
4953 mPointerSimple.currentCoords.copyFrom(mCurrentCookedPointerData.pointerCoords[index]);
5002 mCurrentCookedPointerData.pointerCoords[currentIndex]);
5117 PointerCoords pointerCoords;
5118 pointerCoords.copyFrom(mPointerSimple.currentCoords);
5119 pointerCoords.setAxisValue(AMOTION_EVENT_AXIS_VSCROLL, vscroll);
5120 pointerCoords.setAxisValue(AMOTION_EVENT_AXIS_HSCROLL, hscroll);
5124 1, &mPointerSimple.currentProperties, &pointerCoords,
5148 const PointerProperties* properties, const PointerCoords* coords,
5151 PointerCoords pointerCoords[MAX_POINTERS];
5158 pointerCoords[pointerCount].copyFrom(coords[index]);
5185 pointerCount, pointerProperties, pointerCoords, xPrecision, yPrecision, downTime);
5190 const PointerCoords* inCoords, const uint32_t* inIdToIndex,
5191 PointerProperties* outProperties, PointerCoords* outCoords, const uint32_t* outIdToIndex,
5200 const PointerCoords& curInCoords = inCoords[inIndex];
5202 PointerCoords& curOutCoords = outCoords[outIndex];
5816 if (mAxes.size() > PointerCoords::MAX_AXES) {
5818 getDeviceName().string(), mAxes.size(), PointerCoords::MAX_AXES);
5864 while (mAxes.size() > PointerCoords::MAX_AXES && i-- > 0) {
5965 PointerCoords pointerCoords;
5966 pointerCoords.clear();
5971 pointerCoords.setAxisValue(axis.axisInfo.axis, axis.currentValue);
5973 pointerCoords.setAxisValue(axis.axisInfo.highAxis, axis.highCurrentValue);
5985 1, &pointerProperties, &pointerCoords, 0, 0, 0);