Searched refs:isAppSwitchKeyEvent (Results 1 – 2 of 2) sorted by relevance
186 bool isAppSwitchKeyEvent(const KeyEntry& keyEntry);
640 if (isAppSwitchKeyEvent(*typedEntry)) { in dispatchOnceInnerLocked()755 if (isAppSwitchKeyEvent(keyEntry)) { in enqueueInboundEventLocked()930 bool InputDispatcher::isAppSwitchKeyEvent(const KeyEntry& keyEntry) { in isAppSwitchKeyEvent() function in android::inputdispatcher::InputDispatcher