Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DEntry.h248 inline bool hasForegroundTarget() const { in hasForegroundTarget() function
DInputDispatcher.cpp3630 if (dispatchEntry->hasForegroundTarget()) { in enqueueDispatchEntryLocked()
4028 if (dispatchEntry->hasForegroundTarget()) { in releaseDispatchEntry()
6634 const bool hasForegroundTarget = dispatchEntry->hasForegroundTarget(); in afterKeyEventLockedInterruptable() local
6654 if (handled || !hasForegroundTarget) { in afterKeyEventLockedInterruptable()