Lines Matching refs:DISTANCE
1449 float orientation, float distance) {
1459 ASSERT_NEAR(distance, coords.getAxisValue(AMOTION_EVENT_AXIS_DISTANCE), EPSILON);
2477 DISTANCE = 1 << 7,
2563 void processDistance(SingleTouchInputMapper* mapper, int32_t distance);
2588 if (axes & DISTANCE) {
2626 SingleTouchInputMapper* mapper, int32_t distance) {
2627 process(mapper, ARBITRARY_TIME, DEVICE_ID, EV_ABS, ABS_DISTANCE, distance);
3189 prepareAxes(POSITION | PRESSURE | TOOL | DISTANCE | TILT);
3206 float distance = float(rawDistance);
3225 x, y, pressure, size, tool, tool, tool, tool, orientation, distance));
3685 void processDistance(MultiTouchInputMapper* mapper, int32_t distance);
3725 if (axes & DISTANCE) {
3781 MultiTouchInputMapper* mapper, int32_t distance) {
3782 process(mapper, ARBITRARY_TIME, DEVICE_ID, EV_ABS, ABS_MT_DISTANCE, distance);
4442 prepareAxes(POSITION | TOUCH | TOOL | PRESSURE | ORIENTATION | ID | MINOR | DISTANCE);
4466 float distance = float(rawDistance);
4485 orientation, distance));