Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInputState.cpp32 for (const MotionMemento& memento : mMotionMementos) { in isHovering()
140 MotionMemento& memento = mMotionMementos[index]; in trackMotion()
152 MotionMemento& memento = mMotionMementos[index]; in trackMotion()
209 const MotionMemento& memento = mMotionMementos[i]; in findMotionMemento()
233 MotionMemento memento; in addMotionMemento()
249 void InputState::MotionMemento::setPointers(const MotionEntry& entry) { in setPointers()
257 void InputState::MotionMemento::mergePointerStateTo(MotionMemento& other) const { in mergePointerStateTo()
282 for (const MotionMemento& memento : mMotionMementos) { in synthesizeCancelationEvents()
302 for (MotionMemento& memento : mMotionMementos) { in synthesizePointerDownEvents()
361 MotionMemento& memento = mMotionMementos[i]; in mergePointerStateTo()
[all …]
DInputState.h92 struct MotionMemento { struct
111 void mergePointerStateTo(MotionMemento& other) const; argument
117 std::vector<MotionMemento> mMotionMementos;
127 static bool shouldCancelMotion(const MotionMemento& memento, const CancelationOptions& options);