Searched refs:hasRelativeAxis (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/services/inputflinger/
H A DEventHub.h199 virtual bool hasRelativeAxis(int32_t deviceId, int axis) const = 0;
288 virtual bool hasRelativeAxis(int32_t deviceId, int axis) const;
H A DEventHub.cpp311 bool EventHub::hasRelativeAxis(int32_t deviceId, int axis) const { function in class:android::EventHub
H A DInputReader.cpp1395 mHaveRelWheel = device->getEventHub()->hasRelativeAxis(device->getId(), REL_WHEEL);
1396 mHaveRelHWheel = device->getEventHub()->hasRelativeAxis(device->getId(), REL_HWHEEL);
3226 } else if (getEventHub()->hasRelativeAxis(getDeviceId(), REL_X)
3227 || getEventHub()->hasRelativeAxis(getDeviceId(), REL_Y)) {
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp532 virtual bool hasRelativeAxis(int32_t deviceId, int axis) const { function in class:android::FakeEventHub

Completed in 2022 milliseconds