Searched refs:shouldDropInput (Results 1 – 2 of 2) sorted by relevance
545 bool shouldDropInput(const EventEntry& entry,
1832 if (focusedWindowHandle != nullptr && shouldDropInput(entry, focusedWindowHandle)) { in findFocusedWindowTargetsLocked()2079 if (newTouchedWindowHandle != nullptr && shouldDropInput(entry, newTouchedWindowHandle)) { in findTouchedWindowTargetsLocked()2158 shouldDropInput(entry, newTouchedWindowHandle)) { in findTouchedWindowTargetsLocked()6280 bool InputDispatcher::shouldDropInput( in shouldDropInput() function in android::inputdispatcher::InputDispatcher