Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.h705 bool focusedWindowIsOwnedByLocked(gui::Pid pid, gui::Uid uid) REQUIRES(mLock);
DInputDispatcher.cpp5632 if (!focusedWindowIsOwnedByLocked(pid, uid) && in setInTouchMode()
5652 bool InputDispatcher::focusedWindowIsOwnedByLocked(gui::Pid pid, gui::Uid uid) { in focusedWindowIsOwnedByLocked() function in android::inputdispatcher::InputDispatcher