Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.h186 bool isAppSwitchKeyEvent(const KeyEntry& keyEntry);
DInputDispatcher.cpp640 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