Home
last modified time | relevance | path

Searched refs:mergePointerStateTo (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DInputState.h64 void mergePointerStateTo(InputState& other);
111 void mergePointerStateTo(MotionMemento& other) const;
H A DInputState.cpp259 void InputState::MotionMemento::mergePointerStateTo(MotionMemento& other) const { in mergePointerStateTo() function in android::inputdispatcher::InputState::MotionMemento
368 void InputState::mergePointerStateTo(InputState& other) { in mergePointerStateTo() function in android::inputdispatcher::InputState
380 memento.mergePointerStateTo(otherMemento); in mergePointerStateTo()
H A DInputDispatcher.cpp4884 fromConnection->inputState.mergePointerStateTo(toConnection->inputState); in transferTouchFocus()