Home
last modified time | relevance | path

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

/frameworks/base/services/input/
DInputDispatcher.h748 struct MotionMemento { struct
765 Vector<MotionMemento> mMotionMementos; argument
776 static bool shouldCancelMotion(const MotionMemento& memento,
DInputDispatcher.cpp3869 const MotionMemento& memento = mMotionMementos.itemAt(i); in isHovering()
3963 MotionMemento& memento = mMotionMementos.editItemAt(index); in trackMotion()
4025 const MotionMemento& memento = mMotionMementos.itemAt(i); in findMotionMemento()
4051 MotionMemento& memento = mMotionMementos.editTop(); in addMotionMemento()
4063 void InputDispatcher::InputState::MotionMemento::setPointers(const MotionEntry* entry) { in setPointers()
4084 const MotionMemento& memento = mMotionMementos.itemAt(i); in synthesizeCancelationEvents()
4106 const MotionMemento& memento = mMotionMementos.itemAt(i); in copyPointerStateTo()
4109 const MotionMemento& otherMemento = other.mMotionMementos.itemAt(j); in copyPointerStateTo()
4162 bool InputDispatcher::InputState::shouldCancelMotion(const MotionMemento& memento, in shouldCancelMotion()