Home
last modified time | relevance | path

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

/dports/www/firefox-legacy/firefox-52.8.0esr/widget/gonk/libui/
H A DInputDispatcher.h777 void addMotionMemento(const MotionEntry* entry, int32_t flags, bool hovering);
H A DInputDispatcher.cpp4022 addMotionMemento(entry, flags, false /*hovering*/); in trackMotion()
4068 addMotionMemento(entry, flags, true /*hovering*/); in trackMotion()
4117 void InputDispatcher::InputState::addMotionMemento(const MotionEntry* entry, in addMotionMemento() function in android::InputDispatcher::InputState