Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInputState.h49 bool trackMotion(const MotionEntry& entry, int32_t flags);
DInputState.cpp92 bool InputState::trackMotion(const MotionEntry& entry, int32_t flags) { in trackMotion() function in android::inputdispatcher::InputState
387 if (!trackMotion(*cancelEntry, cancelEntry->flags)) { in cancelConflictingInputStream()
DInputDispatcher.cpp3594 if (!connection->inputState.trackMotion(*resolvedMotion, in enqueueDispatchEntryLocked()