Lines Matching refs:pressure

1457             float x, float y, float pressure, float size,
1462 ASSERT_NEAR(pressure, coords.getAxisValue(AMOTION_EVENT_AXIS_PRESSURE), EPSILON);
2591 void processPressure(SingleTouchInputMapper* mapper, int32_t pressure);
2646 SingleTouchInputMapper* mapper, int32_t pressure) {
2647 process(mapper, ARBITRARY_TIME, DEVICE_ID, EV_ABS, ABS_PRESSURE, pressure);
3233 float pressure = float(rawPressure) / RAW_PRESSURE_MAX;
3255 x, y, pressure, size, tool, tool, tool, tool, orientation, distance));
3591 // initially hovering because BTN_TOUCH not sent yet, pressure defaults to 0
3613 // down when BTN_TOUCH is pressed, pressure defaults to 1
3663 // initially hovering because pressure is 0
3685 // down when pressure is non-zero
3698 // up when pressure becomes 0, hover restored
3738 void processPressure(MultiTouchInputMapper* mapper, int32_t pressure);
3830 MultiTouchInputMapper* mapper, int32_t pressure) {
3831 process(mapper, ARBITRARY_TIME, DEVICE_ID, EV_ABS, ABS_MT_PRESSURE, pressure);
4513 float pressure = float(rawPressure) / RAW_PRESSURE_MAX;
4538 x, y, pressure, size, touchMajor, touchMinor, toolMajor, toolMinor,
4672 addConfigurationProperty("touch.pressure.calibration", "amplitude");
4673 addConfigurationProperty("touch.pressure.scale", "0.01");
4683 float pressure = float(rawPressure) * 0.01f;
4693 x, y, pressure, 0, 0, 0, 0, 0, 0, 0));
5018 // initially hovering because BTN_TOUCH not sent yet, pressure defaults to 0
5040 // down when BTN_TOUCH is pressed, pressure defaults to 1
5089 // initially hovering because pressure is 0
5112 // down when pressure becomes non-zero
5125 // up when pressure becomes 0, hover restored