Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInputState.h64 void mergePointerStateTo(InputState& other);
111 void mergePointerStateTo(MotionMemento& other) const;
DInputState.cpp257 void InputState::MotionMemento::mergePointerStateTo(MotionMemento& other) const { in mergePointerStateTo() function in android::inputdispatcher::InputState::MotionMemento
359 void InputState::mergePointerStateTo(InputState& other) { in mergePointerStateTo() function in android::inputdispatcher::InputState
371 memento.mergePointerStateTo(otherMemento); in mergePointerStateTo()
DInputDispatcher.cpp4008 fromConnection->inputState.mergePointerStateTo(toConnection->inputState); in transferTouchFocus()