Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputDispatcher.h868 bool isAppSwitchKeyEventLocked(KeyEntry* keyEntry);
DInputDispatcher.cpp353 if (isAppSwitchKeyEventLocked(typedEntry)) { in dispatchOnceInnerLocked()
414 if (isAppSwitchKeyEventLocked(keyEntry)) { in enqueueInboundEventLocked()
554 bool InputDispatcher::isAppSwitchKeyEventLocked(KeyEntry* keyEntry) { in isAppSwitchKeyEventLocked() function in android::InputDispatcher