Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInputState.cpp128 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
DInputState.h134 void addMotionMemento(const MotionEntry& entry, int32_t flags, bool hovering);