Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInputState.cpp26 return mKeyMementos.empty() && mMotionMementos.empty(); in isNeutral()
30 for (const MotionMemento& memento : mMotionMementos) { in isHovering()
96 mMotionMementos.erase(mMotionMementos.begin() + index); in trackMotion()
110 mMotionMementos.erase(mMotionMementos.begin() + index); in trackMotion()
136 mMotionMementos.erase(mMotionMementos.begin() + index); in trackMotion()
138 MotionMemento& memento = mMotionMementos[index]; in trackMotion()
149 MotionMemento& memento = mMotionMementos[index]; in trackMotion()
164 mMotionMementos.erase(mMotionMementos.begin() + index); in trackMotion()
179 mMotionMementos.erase(mMotionMementos.begin() + index); in trackMotion()
203 for (size_t i = 0; i < mMotionMementos.size(); i++) { in findMotionMemento()
[all …]
DInputState.h108 std::vector<MotionMemento> mMotionMementos; variable