Home | History | Annotate | Download | only in tests

Lines Matching refs:touchMajor

1439             float touchMajor, float touchMinor, float toolMajor, float toolMinor,
1445 ASSERT_NEAR(touchMajor, coords.getAxisValue(AMOTION_EVENT_AXIS_TOUCH_MAJOR), 1);
3669 void processTouchMajor(MultiTouchInputMapper* mapper, int32_t touchMajor);
3741 MultiTouchInputMapper* mapper, int32_t touchMajor) {
3742 process(mapper, ARBITRARY_TIME, DEVICE_ID, EV_ABS, ABS_MT_TOUCH_MAJOR, touchMajor);
4453 float touchMajor = float(rawTouchMajor) * GEOMETRIC_SCALE;
4474 x, y, pressure, size, touchMajor, touchMinor, toolMajor, toolMinor,
4499 float touchMajor = float(rawTouchMajor) * GEOMETRIC_SCALE;
4513 x, y, 1.0f, size, touchMajor, touchMinor, toolMajor, toolMinor, 0, 0));