Searched refs:tiltX (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/services/inputflinger/
H A DInputReader.cpp1419 tiltX.clear();
2700 "orientation=%d, tiltX=%d, tiltY=%d, distance=%d, "
2705 pointer.orientation, pointer.tiltX, pointer.tiltY, pointer.distance,
2928 dumpRawAbsoluteAxisInfo(dump, mRawPointerAxes.tiltX, "TiltX");
3176 mHaveTilt = mRawPointerAxes.tiltX.valid && mRawPointerAxes.tiltY.valid;
3178 mTiltXCenter = avg(mRawPointerAxes.tiltX.minValue,
3179 mRawPointerAxes.tiltX.maxValue);
4244 float tiltXAngle = (in.tiltX - mTiltXCenter) * mTiltXScale;
6027 outPointer.tiltX = mSingleTouchMotionAccumulator.getAbsoluteTiltX();
6045 getAbsoluteAxisInfo(ABS_TILT_X, &mRawPointerAxes.tiltX);
[all...]
H A DInputReader.h755 RawAbsoluteAxisInfo tiltX; member in struct:android::RawPointerAxes
778 int32_t tiltX; member in struct:android::RawPointerData::Pointer
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp2594 void processTilt(SingleTouchInputMapper* mapper, int32_t tiltX, int32_t tiltY);
2661 SingleTouchInputMapper* mapper, int32_t tiltX, int32_t tiltY) {
2662 process(mapper, ARBITRARY_TIME, DEVICE_ID, EV_ABS, ABS_TILT_X, tiltX);
2660 processTilt( SingleTouchInputMapper* mapper, int32_t tiltX, int32_t tiltY) argument

Completed in 53 milliseconds