Home
last modified time | relevance | path

Searched refs:shouldCancelPreviousStream (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/dispatcher/
DInputState.h138 bool shouldCancelPreviousStream(const MotionEntry& motionEntry) const;
DInputState.cpp297 bool InputState::shouldCancelPreviousStream(const MotionEntry& motionEntry) const { in shouldCancelPreviousStream() function in android::inputdispatcher::InputState
377 if (!shouldCancelPreviousStream(motionEntry)) { in cancelConflictingInputStream()