Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputDispatcher.h826 struct MotionMemento { struct
844 std::vector<MotionMemento> mMotionMementos; argument
855 static bool shouldCancelMotion(const MotionMemento& memento,
DInputDispatcher.cpp4677 for (const MotionMemento& memento : mMotionMementos) { in isHovering()
4788 MotionMemento& memento = mMotionMementos[index]; in trackMotion()
4799 MotionMemento& memento = mMotionMementos[index]; in trackMotion()
4857 const MotionMemento& memento = mMotionMementos[i]; in findMotionMemento()
4884 MotionMemento memento; in addMotionMemento()
4898 void InputDispatcher::InputState::MotionMemento::setPointers(const MotionEntry* entry) { in setPointers()
4917 for (const MotionMemento& memento : mMotionMementos) { in synthesizeCancelationEvents()
4940 const MotionMemento& memento = mMotionMementos[i]; in copyPointerStateTo()
4943 const MotionMemento& otherMemento = other.mMotionMementos[j]; in copyPointerStateTo()
5001 bool InputDispatcher::InputState::shouldCancelMotion(const MotionMemento& memento, in shouldCancelMotion()