Searched refs:InputState (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/services/inputflinger/dispatcher/ |
D | InputState.cpp | 25 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() 33 bool InputState::isHovering(int32_t deviceId, uint32_t source, int32_t displayId) const { in isHovering() 43 bool InputState::trackKey(const KeyEntry& entry, int32_t action, int32_t flags) { in trackKey() 93 bool InputState::trackMotion(const MotionEntry& entry, int32_t action, int32_t flags) { in trackMotion() 197 ssize_t InputState::findKeyMemento(const KeyEntry& entry) const { in findKeyMemento() 209 ssize_t InputState::findMotionMemento(const MotionEntry& entry, bool hovering) const { in findMotionMemento() 220 void InputState::addKeyMemento(const KeyEntry& entry, int32_t flags) { in addKeyMemento() 234 void InputState::addMotionMemento(const MotionEntry& entry, int32_t flags, bool hovering) { in addMotionMemento() [all …]
|
D | InputState.h | 31 class InputState { 33 explicit InputState(const IdGenerator& idGenerator); 34 ~InputState(); 64 void mergePointerStateTo(InputState& other);
|
D | Connection.h | 48 InputState inputState;
|
D | Android.bp | 42 "InputState.cpp",
|
/frameworks/base/media/java/android/media/tv/ |
D | TvInputManager.java | 326 public @interface InputState {} annotation in TvInputManager 855 public void onInputStateChanged(String inputId, @InputState int state) { in onInputStateChanged() 1379 @InputState
|