Searched refs:updateExternalStylusState (Results 1 – 7 of 7) sorted by relevance
89 void InputMapper::updateExternalStylusState(const StylusState& state) {} in updateExternalStylusState() function in android::InputMapper
88 virtual void updateExternalStylusState(const StylusState& state);
155 void updateExternalStylusState(const StylusState& state) override;
1764 void TouchInputMapper::updateExternalStylusState(const StylusState& state) { in updateExternalStylusState() function in android::TouchInputMapper
415 void InputDevice::updateExternalStylusState(const StylusState& state) { in updateExternalStylusState() function in android::InputDevice416 for_each_mapper([state](InputMapper& mapper) { mapper.updateExternalStylusState(state); }); in updateExternalStylusState()
417 device->updateExternalStylusState(state); in dispatchExternalStylusStateLocked()
81 void updateExternalStylusState(const StylusState& state);