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

/frameworks/base/services/input/
H A DInputDispatcher.h775 void addMotionMemento(const MotionEntry* entry, int32_t flags, bool hovering);
H A DInputDispatcher.cpp4018 addMotionMemento(entry, flags, false /*hovering*/);
4064 addMotionMemento(entry, flags, true /*hovering*/);
4113 void InputDispatcher::InputState::addMotionMemento(const MotionEntry* entry, function in class:android::InputDispatcher::InputState

Completed in 35 milliseconds