Home
last modified time | relevance | path

Searched defs:memento (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DInputState.cpp34 for (const MotionMemento& memento : mMotionMementos) { in isHovering() local
142 MotionMemento& memento = mMotionMementos[index]; in trackMotion() local
154 MotionMemento& memento = mMotionMementos[index]; in trackMotion() local
199 const KeyMemento& memento = mKeyMementos[i]; in findKeyMemento() local
211 const MotionMemento& memento = mMotionMementos[i]; in findMotionMemento() local
221 KeyMemento memento; in addKeyMemento() local
235 MotionMemento memento; in addMotionMemento() local
285 for (const MotionMemento& memento : mMotionMementos) { in synthesizeCancelationEvents() local
370 MotionMemento& memento = mMotionMementos[i]; in mergePointerStateTo() local
411 bool InputState::shouldCancelKey(const KeyMemento& memento, const CancelationOptions& options) { in shouldCancelKey()
[all …]