Searched refs:isAppSwitchKeyEvent (Results 1 – 2 of 2) sorted by relevance
159 bool isAppSwitchKeyEvent(KeyEntry* keyEntry);
374 if (isAppSwitchKeyEvent(typedEntry)) { in dispatchOnceInnerLocked()433 if (isAppSwitchKeyEvent(keyEntry)) { in enqueueInboundEventLocked()619 bool InputDispatcher::isAppSwitchKeyEvent(KeyEntry* keyEntry) { in isAppSwitchKeyEvent() function in android::inputdispatcher::InputDispatcher