Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInputState.cpp30 for (const MotionMemento& memento : mMotionMementos) { in isHovering()
138 MotionMemento& memento = mMotionMementos[index]; in trackMotion()
149 MotionMemento& memento = mMotionMementos[index]; in trackMotion()
204 const MotionMemento& memento = mMotionMementos[i]; in findMotionMemento()
228 MotionMemento memento; in addMotionMemento()
242 void InputState::MotionMemento::setPointers(const MotionEntry* entry) { in setPointers()
264 for (const MotionMemento& memento : mMotionMementos) { in synthesizeCancelationEvents()
289 const MotionMemento& memento = mMotionMementos[i]; in copyPointerStateTo()
292 const MotionMemento& otherMemento = other.mMotionMementos[j]; in copyPointerStateTo()
348 bool InputState::shouldCancelMotion(const MotionMemento& memento, in shouldCancelMotion()
DInputState.h90 struct MotionMemento { struct
108 std::vector<MotionMemento> mMotionMementos; argument
118 static bool shouldCancelMotion(const MotionMemento& memento, const CancelationOptions& options);