Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputDispatcher.cpp4020 InputDispatcher::InputState::InputState() { in InputState() function in android::InputDispatcher::InputState
4023 InputDispatcher::InputState::~InputState() { in ~InputState()
4026 bool InputDispatcher::InputState::isNeutral() const { in isNeutral()
4030 bool InputDispatcher::InputState::isHovering(int32_t deviceId, uint32_t source, in isHovering()
4044 bool InputDispatcher::InputState::trackKey(const KeyEntry* entry, in trackKey()
4095 bool InputDispatcher::InputState::trackMotion(const MotionEntry* entry, in trackMotion()
4195 ssize_t InputDispatcher::InputState::findKeyMemento(const KeyEntry* entry) const { in findKeyMemento()
4208 ssize_t InputDispatcher::InputState::findMotionMemento(const MotionEntry* entry, in findMotionMemento()
4222 void InputDispatcher::InputState::addKeyMemento(const KeyEntry* entry, int32_t flags) { in addKeyMemento()
4235 void InputDispatcher::InputState::addMotionMemento(const MotionEntry* entry, in addMotionMemento()
[all …]
DInputDispatcher.h707 class InputState {
709 InputState();
710 ~InputState();
737 void copyPointerStateTo(InputState& other) const;
819 InputState inputState;
/frameworks/base/media/java/android/media/tv/
DTvInputManager.java222 public @interface InputState {} annotation in TvInputManager
743 public void onInputStateChanged(String inputId, @InputState int state) { in onInputStateChanged()
1236 @InputState