Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputDispatcher.cpp4672 return mKeyMementos.empty() && mMotionMementos.empty(); in isNeutral()
4677 for (const MotionMemento& memento : mMotionMementos) { in isHovering()
4747 mMotionMementos.erase(mMotionMementos.begin() + index); in trackMotion()
4761 mMotionMementos.erase(mMotionMementos.begin() + index); in trackMotion()
4786 mMotionMementos.erase(mMotionMementos.begin() + index); in trackMotion()
4788 MotionMemento& memento = mMotionMementos[index]; in trackMotion()
4799 MotionMemento& memento = mMotionMementos[index]; in trackMotion()
4814 mMotionMementos.erase(mMotionMementos.begin() + index); in trackMotion()
4829 mMotionMementos.erase(mMotionMementos.begin() + index); in trackMotion()
4856 for (size_t i = 0; i < mMotionMementos.size(); i++) { in findMotionMemento()
[all …]
DInputDispatcher.h844 std::vector<MotionMemento> mMotionMementos; variable