Lines Matching defs:pressure

1447             float x, float y, float pressure, float size,
1452 ASSERT_NEAR(pressure, coords.getAxisValue(AMOTION_EVENT_AXIS_PRESSURE), EPSILON);
2561 void processPressure(SingleTouchInputMapper* mapper, int32_t pressure);
2616 SingleTouchInputMapper* mapper, int32_t pressure) {
2617 process(mapper, ARBITRARY_TIME, DEVICE_ID, EV_ABS, ABS_PRESSURE, pressure);
3203 float pressure = float(rawPressure) / RAW_PRESSURE_MAX;
3225 x, y, pressure, size, tool, tool, tool, tool, orientation, distance));
3537 // initially hovering because BTN_TOUCH not sent yet, pressure defaults to 0
3559 // down when BTN_TOUCH is pressed, pressure defaults to 1
3609 // initially hovering because pressure is 0
3631 // down when pressure is non-zero
3644 // up when pressure becomes 0, hover restored
3684 void processPressure(MultiTouchInputMapper* mapper, int32_t pressure);
3776 MultiTouchInputMapper* mapper, int32_t pressure) {
3777 process(mapper, ARBITRARY_TIME, DEVICE_ID, EV_ABS, ABS_MT_PRESSURE, pressure);
4459 float pressure = float(rawPressure) / RAW_PRESSURE_MAX;
4484 x, y, pressure, size, touchMajor, touchMinor, toolMajor, toolMinor,
4618 addConfigurationProperty("touch.pressure.calibration", "amplitude");
4619 addConfigurationProperty("touch.pressure.scale", "0.01");
4629 float pressure = float(rawPressure) * 0.01f;
4639 x, y, pressure, 0, 0, 0, 0, 0, 0, 0));
4964 // initially hovering because BTN_TOUCH not sent yet, pressure defaults to 0
4986 // down when BTN_TOUCH is pressed, pressure defaults to 1
5035 // initially hovering because pressure is 0
5058 // down when pressure becomes non-zero
5071 // up when pressure becomes 0, hover restored