Home | History | Annotate | Download | only in tests

Lines Matching defs:tilt

2468         TILT = 1 << 8,
2582 if (axes & TILT) {
3179 prepareAxes(POSITION | PRESSURE | TOOL | DISTANCE | TILT);
3203 float tilt = acosf(cosf(tiltXAngle) * cosf(tiltYAngle));
3216 ASSERT_EQ(tilt, args.pointerCoords[0].getAxisValue(AMOTION_EVENT_AXIS_TILT));