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

/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp4004 // --- InputDispatcher::InputState ---
4006 InputDispatcher::InputState::InputState() { function in class:android::InputDispatcher::InputState
4009 InputDispatcher::InputState::~InputState() {
4012 bool InputDispatcher::InputState::isNeutral() const {
4016 bool InputDispatcher::InputState::isHovering(int32_t deviceId, uint32_t source,
4030 bool InputDispatcher::InputState::trackKey(const KeyEntry* entry,
4081 bool InputDispatcher::InputState::trackMotion(const MotionEntry* entry,
4181 ssize_t InputDispatcher::InputState
[all...]
H A DInputDispatcher.h701 class InputState { class in class:android::InputDispatcher
703 InputState();
704 ~InputState();
731 void copyPointerStateTo(InputState& other) const;
813 InputState inputState;

Completed in 286 milliseconds