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.h222 inline bool hasRelativeAxis(int32_t code) const { in hasRelativeAxis() function
223 return mEventHub->hasRelativeAxis(mId, code); in hasRelativeAxis()
DEventHub.h177 virtual bool hasRelativeAxis(int32_t deviceId, int axis) const = 0;
274 virtual bool hasRelativeAxis(int32_t deviceId, int axis) const override;
/frameworks/native/services/inputflinger/reader/
DEventHub.cpp416 bool EventHub::hasRelativeAxis(int32_t deviceId, int axis) const { in hasRelativeAxis() function in android::EventHub
/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.cpp430 } else if (getDeviceContext().hasRelativeAxis(REL_X) || in configureParameters()
431 getDeviceContext().hasRelativeAxis(REL_Y)) { in configureParameters()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp620 virtual bool hasRelativeAxis(int32_t deviceId, int axis) const { in hasRelativeAxis() function in android::FakeEventHub