Home | History | Annotate | Download | only in tests

Lines Matching refs:touchMajor

1448             float touchMajor, float touchMinor, float toolMajor, float toolMinor,
1454 ASSERT_NEAR(touchMajor, coords.getAxisValue(AMOTION_EVENT_AXIS_TOUCH_MAJOR), 1);
3679 void processTouchMajor(MultiTouchInputMapper* mapper, int32_t touchMajor);
3751 MultiTouchInputMapper* mapper, int32_t touchMajor) {
3752 process(mapper, ARBITRARY_TIME, DEVICE_ID, EV_ABS, ABS_MT_TOUCH_MAJOR, touchMajor);
4463 float touchMajor = float(rawTouchMajor) * GEOMETRIC_SCALE;
4484 x, y, pressure, size, touchMajor, touchMinor, toolMajor, toolMinor,
4509 float touchMajor = float(rawTouchMajor) * GEOMETRIC_SCALE;
4523 x, y, 1.0f, size, touchMajor, touchMinor, toolMajor, toolMinor, 0, 0));