Home
last modified time | relevance | path

Searched refs:InputState (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DInputState.cpp25 InputState::InputState(const IdGenerator& idGenerator) : mIdGenerator(idGenerator) {} in InputState() function in android::inputdispatcher::InputState
27 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 …]
H A DInputState.h31 class InputState {
33 explicit InputState(const IdGenerator& idGenerator);
34 ~InputState();
64 void mergePointerStateTo(InputState& other);
H A DConnection.h48 InputState inputState;
H A DAndroid.bp42 "InputState.cpp",
/aosp12/frameworks/base/media/java/android/media/tv/
H A DTvInputManager.java326 public @interface InputState {} annotation in TvInputManager
855 public void onInputStateChanged(String inputId, @InputState int state) { in onInputStateChanged()
1379 @InputState