Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputDispatcher.h693 class InputState {
695 InputState();
696 ~InputState();
723 void copyPointerStateTo(InputState& other) const;
805 InputState inputState;
DInputDispatcher.cpp3993 InputDispatcher::InputState::InputState() { in InputState() function in android::InputDispatcher::InputState
3996 InputDispatcher::InputState::~InputState() { in ~InputState()
3999 bool InputDispatcher::InputState::isNeutral() const { in isNeutral()
4003 bool InputDispatcher::InputState::isHovering(int32_t deviceId, uint32_t source, in isHovering()
4017 bool InputDispatcher::InputState::trackKey(const KeyEntry* entry, in trackKey()
4068 bool InputDispatcher::InputState::trackMotion(const MotionEntry* entry, in trackMotion()
4168 ssize_t InputDispatcher::InputState::findKeyMemento(const KeyEntry* entry) const { in findKeyMemento()
4181 ssize_t InputDispatcher::InputState::findMotionMemento(const MotionEntry* entry, in findMotionMemento()
4195 void InputDispatcher::InputState::addKeyMemento(const KeyEntry* entry, int32_t flags) { in addKeyMemento()
4208 void InputDispatcher::InputState::addMotionMemento(const MotionEntry* entry, in addMotionMemento()
[all …]