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

/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp3991 // --- InputDispatcher::InputState ---
3993 InputDispatcher::InputState::InputState() { function in class:android::InputDispatcher::InputState
3996 InputDispatcher::InputState::~InputState() {
3999 bool InputDispatcher::InputState::isNeutral() const {
4003 bool InputDispatcher::InputState::isHovering(int32_t deviceId, uint32_t source,
4017 bool InputDispatcher::InputState::trackKey(const KeyEntry* entry,
4068 bool InputDispatcher::InputState::trackMotion(const MotionEntry* entry,
4168 ssize_t InputDispatcher::InputState
[all...]
H A DInputDispatcher.h693 class InputState { class in class:android::InputDispatcher
695 InputState();
696 ~InputState();
723 void copyPointerStateTo(InputState& other) const;
805 InputState inputState;

Completed in 75 milliseconds