Searched refs:otherMemento (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/input/
H A DInputDispatcher.cpp4176 const MotionMemento& otherMemento = other.mMotionMementos.itemAt(j); local
4177 if (memento.deviceId == otherMemento.deviceId
4178 && memento.source == otherMemento.source
4179 && memento.displayId == otherMemento.displayId) {

Completed in 50 milliseconds