Home
last modified time | relevance | path

Searched refs:hasRelativeAxis (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/services/inputflinger/reader/mapper/accumulator/
DCursorScrollAccumulator.cpp29 mHaveRelWheel = device->getEventHub()->hasRelativeAxis(device->getId(), REL_WHEEL); in configure()
30 mHaveRelHWheel = device->getEventHub()->hasRelativeAxis(device->getId(), REL_HWHEEL); in configure()
/frameworks/native/services/inputflinger/reader/include/
DEventHub.h178 virtual bool hasRelativeAxis(int32_t deviceId, int axis) const = 0;
275 virtual bool hasRelativeAxis(int32_t deviceId, int axis) const;
/frameworks/native/services/inputflinger/reader/
DEventHub.cpp394 bool EventHub::hasRelativeAxis(int32_t deviceId, int axis) const { in hasRelativeAxis() function in android::EventHub
/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.cpp434 } else if (getEventHub()->hasRelativeAxis(getDeviceId(), REL_X) || in configureParameters()
435 getEventHub()->hasRelativeAxis(getDeviceId(), REL_Y)) { in configureParameters()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp566 virtual bool hasRelativeAxis(int32_t deviceId, int axis) const { in hasRelativeAxis() function in android::FakeEventHub