Searched refs:hasRelativeAxis (Results 1 – 3 of 3) sorted by relevance
51 virtual bool hasRelativeAxis(int axis) const { return false; } in hasRelativeAxis() function in android::tests::MockInputDeviceNode
71 virtual bool hasRelativeAxis(int axis) const = 0;
105 virtual bool hasRelativeAxis(int axis) const override;275 bool EvdevDeviceNode::hasRelativeAxis(int axis) const { in hasRelativeAxis() function in android::EvdevDeviceNode