Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputDispatcher.h790 void addMotionMemento(const MotionEntry* entry, int32_t flags, bool hovering);
DInputDispatcher.cpp4198 addMotionMemento(entry, flags, false /*hovering*/); in trackMotion()
4227 addMotionMemento(entry, flags, false /*hovering*/); in trackMotion()
4265 addMotionMemento(entry, flags, true /*hovering*/); in trackMotion()
4314 void InputDispatcher::InputState::addMotionMemento(const MotionEntry* entry, in addMotionMemento() function in android::InputDispatcher::InputState