Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.h592 bool shouldDropInput(const EventEntry& entry,
DInputDispatcher.cpp2286 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