Searched refs:isAppSwitchKeyEventLocked (Results 1 – 2 of 2) sorted by relevance
868 bool isAppSwitchKeyEventLocked(KeyEntry* keyEntry);
353 if (isAppSwitchKeyEventLocked(typedEntry)) { in dispatchOnceInnerLocked()414 if (isAppSwitchKeyEventLocked(keyEntry)) { in enqueueInboundEventLocked()554 bool InputDispatcher::isAppSwitchKeyEventLocked(KeyEntry* keyEntry) { in isAppSwitchKeyEventLocked() function in android::InputDispatcher