Home | History | Annotate | Download | only in input

Lines Matching refs:tiltY

1351     tiltY.clear();
2416 "orientation=%d, tiltX=%d, tiltY=%d, distance=%d, "
2421 pointer.orientation, pointer.tiltX, pointer.tiltY, pointer.distance,
2624 dumpRawAbsoluteAxisInfo(dump, mRawPointerAxes.tiltY, "TiltY");
2804 mHaveTilt = mRawPointerAxes.tiltX.valid && mRawPointerAxes.tiltY.valid;
2808 mTiltYCenter = avg(mRawPointerAxes.tiltY.minValue,
2809 mRawPointerAxes.tiltY.maxValue);
3815 float tiltYAngle = (in.tiltY - mTiltYCenter) * mTiltYScale;
5530 outPointer.tiltY = mSingleTouchMotionAccumulator.getAbsoluteTiltY();
5548 getAbsoluteAxisInfo(ABS_TILT_Y, &mRawPointerAxes.tiltY);
5607 outPointer.tiltY = 0;