Searched refs:addMotionMemento (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/services/inputflinger/dispatcher/ |
D | InputState.cpp | 128 addMotionMemento(entry, flags, /*hovering=*/false); in trackMotion() 158 addMotionMemento(entry, flags, /*hovering=*/false); in trackMotion() 192 addMotionMemento(entry, flags, /*hovering=*/true); in trackMotion() 248 void InputState::addMotionMemento(const MotionEntry& entry, int32_t flags, bool hovering) { in addMotionMemento() function in android::inputdispatcher::InputState
|
D | InputState.h | 134 void addMotionMemento(const MotionEntry& entry, int32_t flags, bool hovering);
|