Searched defs:hasRelativeAxis (Results 1 – 2 of 2) sorted by relevance
/hardware/libhardware/tests/input/evdev/ | ||
D | InputDevice_test.cpp | 51 virtual bool hasRelativeAxis(int axis) const { return false; } in hasRelativeAxis() function in android::tests::MockInputDeviceNode |
/hardware/libhardware/modules/input/evdev/ | ||
D | InputHub.cpp | 275 bool EvdevDeviceNode::hasRelativeAxis(int axis) const { in hasRelativeAxis() function in android::EvdevDeviceNode |