Searched refs:InputState (Results 1 – 5 of 5) sorted by relevance
25 InputState::InputState(const IdGenerator& idGenerator) : mIdGenerator(idGenerator) {} in InputState() function in android::inputdispatcher::InputState27 InputState::~InputState() {} in ~InputState()29 bool InputState::isNeutral() const { in isNeutral()197 ssize_t InputState::findKeyMemento(const KeyEntry& entry) const { in findKeyMemento()220 void InputState::addKeyMemento(const KeyEntry& entry, int32_t flags) { in addKeyMemento()251 void InputState::MotionMemento::setPointers(const MotionEntry& entry) { in setPointers()362 void InputState::clear() { in clear()368 void InputState::mergePointerStateTo(InputState& other) { in mergePointerStateTo()393 int32_t InputState::getFallbackKey(int32_t originalKeyCode) { in getFallbackKey()407 void InputState::removeFallbackKey(int32_t originalKeyCode) { in removeFallbackKey()[all …]
31 class InputState {33 explicit InputState(const IdGenerator& idGenerator);34 ~InputState();64 void mergePointerStateTo(InputState& other);
48 InputState inputState;
42 "InputState.cpp",
326 public @interface InputState {} annotation in TvInputManager855 public void onInputStateChanged(String inputId, @InputState int state) { in onInputStateChanged()1379 @InputState