Searched refs:InputState (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/services/inputflinger/dispatcher/ |
D | InputState.cpp | 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() [all …]
|
D | InputState.h | 32 class InputState { 34 InputState(); 35 ~InputState(); 62 void copyPointerStateTo(InputState& other) const;
|
D | Connection.h | 49 InputState inputState;
|
D | Android.bp | 25 "InputState.cpp",
|
/frameworks/base/media/java/android/media/tv/ |
D | TvInputManager.java | 235 public @interface InputState {} annotation in TvInputManager 756 public void onInputStateChanged(String inputId, @InputState int state) { in onInputStateChanged() 1251 @InputState
|