Home | History | Annotate | Download | only in tests

Lines Matching refs:tilt

2478         TILT = 1 << 8,
2592 if (axes & TILT) {
3189 prepareAxes(POSITION | PRESSURE | TOOL | DISTANCE | TILT);
3213 float tilt = acosf(cosf(tiltXAngle) * cosf(tiltYAngle));
3226 ASSERT_EQ(tilt, args.pointerCoords[0].getAxisValue(AMOTION_EVENT_AXIS_TILT));