Home | History | Annotate | Download | only in inputflinger

Lines Matching refs:tiltY

1656     tiltY.clear();
3194 "orientation=%d, tiltX=%d, tiltY=%d, distance=%d, "
3199 pointer.orientation, pointer.tiltX, pointer.tiltY, pointer.distance,
3465 dumpRawAbsoluteAxisInfo(dump, mRawPointerAxes.tiltY, "TiltY");
3737 mHaveTilt = mRawPointerAxes.tiltX.valid && mRawPointerAxes.tiltY.valid;
3741 mTiltYCenter = avg(mRawPointerAxes.tiltY.minValue,
3742 mRawPointerAxes.tiltY.maxValue);
5043 float tiltYAngle = (in.tiltY - mTiltYCenter) * mTiltYScale;
6841 outPointer.tiltY = mSingleTouchMotionAccumulator.getAbsoluteTiltY();
6859 getAbsoluteAxisInfo(ABS_TILT_Y, &mRawPointerAxes.tiltY);
6923 outPointer.tiltY = 0;