Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.h160 bool isAppSwitchPendingLocked() REQUIRES(mLock);
DInputDispatcher.cpp625 bool InputDispatcher::isAppSwitchPendingLocked() { in isAppSwitchPendingLocked() function in android::inputdispatcher::InputDispatcher
3799 if (isAppSwitchPendingLocked()) { in dumpDispatchStateLocked()