Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInputState.cpp28 return mKeyMementos.empty() && mMotionMementos.empty(); in isNeutral()
32 for (const MotionMemento& memento : mMotionMementos) { in isHovering()
98 mMotionMementos.erase(mMotionMementos.begin() + index); in trackMotion()
112 mMotionMementos.erase(mMotionMementos.begin() + index); in trackMotion()
138 mMotionMementos.erase(mMotionMementos.begin() + index); in trackMotion()
140 MotionMemento& memento = mMotionMementos[index]; in trackMotion()
152 MotionMemento& memento = mMotionMementos[index]; in trackMotion()
169 mMotionMementos.erase(mMotionMementos.begin() + index); in trackMotion()
184 mMotionMementos.erase(mMotionMementos.begin() + index); in trackMotion()
208 for (size_t i = 0; i < mMotionMementos.size(); i++) { in findMotionMemento()
[all …]
DInputState.h117 std::vector<MotionMemento> mMotionMementos; variable