Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/accumulator/
DCursorScrollAccumulator.cpp29 mHaveRelWheel = deviceContext.hasRelativeAxis(REL_WHEEL); in configure()
30 mHaveRelHWheel = deviceContext.hasRelativeAxis(REL_HWHEEL); in configure()
/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h263 inline bool hasRelativeAxis(int32_t code) const { in hasRelativeAxis() function
264 return mEventHub->hasRelativeAxis(mId, code); in hasRelativeAxis()
DEventHub.h251 virtual bool hasRelativeAxis(int32_t deviceId, int axis) const = 0;
446 bool hasRelativeAxis(int32_t deviceId, int axis) const override final;
/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.cpp441 } else if (getDeviceContext().hasRelativeAxis(REL_X) || in configureParameters()
442 getDeviceContext().hasRelativeAxis(REL_Y)) { in configureParameters()
/frameworks/native/services/inputflinger/reader/
DEventHub.cpp794 bool EventHub::hasRelativeAxis(int32_t deviceId, int axis) const { in hasRelativeAxis() function in android::EventHub
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp685 bool hasRelativeAxis(int32_t deviceId, int axis) const override { in hasRelativeAxis() function in android::FakeEventHub