Lines Matching refs:InputState
21 InputState::InputState() {} in InputState() function in android::inputdispatcher::InputState
23 InputState::~InputState() {} in ~InputState()
25 bool InputState::isNeutral() const { in isNeutral()
29 bool InputState::isHovering(int32_t deviceId, uint32_t source, int32_t displayId) const { in isHovering()
39 bool InputState::trackKey(const KeyEntry* entry, int32_t action, int32_t flags) { in trackKey()
89 bool InputState::trackMotion(const MotionEntry* entry, int32_t action, int32_t flags) { in trackMotion()
190 ssize_t InputState::findKeyMemento(const KeyEntry* entry) const { in findKeyMemento()
202 ssize_t InputState::findMotionMemento(const MotionEntry* entry, bool hovering) const { in findMotionMemento()
213 void InputState::addKeyMemento(const KeyEntry* entry, int32_t flags) { in addKeyMemento()
227 void InputState::addMotionMemento(const MotionEntry* entry, int32_t flags, bool hovering) { in addMotionMemento()
242 void InputState::MotionMemento::setPointers(const MotionEntry* entry) { in setPointers()
250 void InputState::synthesizeCancelationEvents(nsecs_t currentTime, in synthesizeCancelationEvents()
281 void InputState::clear() { in clear()
287 void InputState::copyPointerStateTo(InputState& other) const { in copyPointerStateTo()
306 int32_t InputState::getFallbackKey(int32_t originalKeyCode) { in getFallbackKey()
311 void InputState::setFallbackKey(int32_t originalKeyCode, int32_t fallbackKeyCode) { in setFallbackKey()
320 void InputState::removeFallbackKey(int32_t originalKeyCode) { in removeFallbackKey()
324 bool InputState::shouldCancelKey(const KeyMemento& memento, const CancelationOptions& options) { in shouldCancelKey()
348 bool InputState::shouldCancelMotion(const MotionMemento& memento, in shouldCancelMotion()