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

/frameworks/base/services/input/
H A DInputDispatcher.cpp3917 // --- InputDispatcher::InputState ---
3919 InputDispatcher::InputState::InputState() { function in class:android::InputDispatcher::InputState
3922 InputDispatcher::InputState::~InputState() {
3925 bool InputDispatcher::InputState::isNeutral() const {
3929 bool InputDispatcher::InputState::isHovering(int32_t deviceId, uint32_t source,
3943 bool InputDispatcher::InputState::trackKey(const KeyEntry* entry,
3994 bool InputDispatcher::InputState::trackMotion(const MotionEntry* entry,
4073 ssize_t InputDispatcher::InputState
[all...]
H A DInputDispatcher.h691 class InputState { class in class:android::InputDispatcher
693 InputState();
694 ~InputState();
721 void copyPointerStateTo(InputState& other) const;
803 InputState inputState;

Completed in 104 milliseconds