Searched refs:shouldCancelPreviousStream (Results 1 – 2 of 2) sorted by relevance
138 bool shouldCancelPreviousStream(const MotionEntry& motionEntry) const;
297 bool InputState::shouldCancelPreviousStream(const MotionEntry& motionEntry) const { in shouldCancelPreviousStream() function in android::inputdispatcher::InputState377 if (!shouldCancelPreviousStream(motionEntry)) { in cancelConflictingInputStream()