Home | History | Annotate | Download | only in inputflinger

Lines Matching refs:hasRelativeAxis

1463     mHaveRelWheel = device->getEventHub()->hasRelativeAxis(device->getId(), REL_WHEEL);
1464 mHaveRelHWheel = device->getEventHub()->hasRelativeAxis(device->getId(), REL_HWHEEL);
3355 } else if (getEventHub()->hasRelativeAxis(getDeviceId(), REL_X)
3356 || getEventHub()->hasRelativeAxis(getDeviceId(), REL_Y)) {