Searched refs:shouldDropInput (Results 1 – 2 of 2) sorted by relevance
592 bool shouldDropInput(const EventEntry& entry,
2286 if (focusedWindowHandle != nullptr && shouldDropInput(entry, focusedWindowHandle)) { in findFocusedWindowTargetLocked()5269 if (shouldDropInput(motionEntry, window)) { in canWindowReceiveMotionLocked()7063 bool InputDispatcher::shouldDropInput( in shouldDropInput() function in android::inputdispatcher::InputDispatcher