Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInputState.cpp33 for (const MotionMemento& memento : mMotionMementos) { in isHovering()
100 if (!mMotionMementos.empty()) { in trackMotion()
101 const MotionMemento& lastMemento = mMotionMementos.back(); in trackMotion()
116 mMotionMementos.erase(mMotionMementos.begin() + index); in trackMotion()
126 mMotionMementos.erase(mMotionMementos.begin() + index); in trackMotion()
152 mMotionMementos.erase(mMotionMementos.begin() + index); in trackMotion()
154 MotionMemento& memento = mMotionMementos[index]; in trackMotion()
166 MotionMemento& memento = mMotionMementos[index]; in trackMotion()
179 mMotionMementos.erase(mMotionMementos.begin() + index); in trackMotion()
190 mMotionMementos.erase(mMotionMementos.begin() + index); in trackMotion()
[all …]
DInputState.h127 std::vector<MotionMemento> mMotionMementos; variable