Home | History | Annotate | Download | only in tests

Lines Matching refs:PRESSURE

1438             float x, float y, float pressure, float size,
1443 ASSERT_NEAR(pressure, coords.getAxisValue(AMOTION_EVENT_AXIS_PRESSURE), EPSILON);
2463 PRESSURE = 1 << 3,
2551 void processPressure(SingleTouchInputMapper* mapper, int32_t pressure);
2570 if (axes & PRESSURE) {
2606 SingleTouchInputMapper* mapper, int32_t pressure) {
2607 process(mapper, ARBITRARY_TIME, DEVICE_ID, EV_ABS, ABS_PRESSURE, pressure);
3179 prepareAxes(POSITION | PRESSURE | TOOL | DISTANCE | TILT);
3193 float pressure = float(rawPressure) / RAW_PRESSURE_MAX;
3215 x, y, pressure, size, tool, tool, tool, tool, orientation, distance));
3527 // initially hovering because BTN_TOUCH not sent yet, pressure defaults to 0
3549 // down when BTN_TOUCH is pressed, pressure defaults to 1
3594 prepareAxes(POSITION | PRESSURE);
3599 // initially hovering because pressure is 0
3621 // down when pressure is non-zero
3634 // up when pressure becomes 0, hover restored
3674 void processPressure(MultiTouchInputMapper* mapper, int32_t pressure);
3711 if (axes & PRESSURE) {
3766 MultiTouchInputMapper* mapper, int32_t pressure) {
3767 process(mapper, ARBITRARY_TIME, DEVICE_ID, EV_ABS, ABS_MT_PRESSURE, pressure);
4432 prepareAxes(POSITION | TOUCH | TOOL | PRESSURE | ORIENTATION | ID | MINOR | DISTANCE);
4449 float pressure = float(rawPressure) / RAW_PRESSURE_MAX;
4474 x, y, pressure, size, touchMajor, touchMinor, toolMajor, toolMinor,
4607 prepareAxes(POSITION | PRESSURE);
4608 addConfigurationProperty("touch.pressure.calibration", "amplitude");
4609 addConfigurationProperty("touch.pressure.scale", "0.01");
4619 float pressure = float(rawPressure) * 0.01f;
4629 x, y, pressure, 0, 0, 0, 0, 0, 0, 0));
4954 // initially hovering because BTN_TOUCH not sent yet, pressure defaults to 0
4976 // down when BTN_TOUCH is pressed, pressure defaults to 1
5020 prepareAxes(POSITION | ID | SLOT | PRESSURE);
5025 // initially hovering because pressure is 0
5048 // down when pressure becomes non-zero
5061 // up when pressure becomes 0, hover restored