Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DInputDispatcher.h545 bool shouldDropInput(const EventEntry& entry,
H A DInputDispatcher.cpp1832 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