Searched refs:isAppSwitchKeyCode (Results 1 – 1 of 1) sorted by relevance
925 static bool isAppSwitchKeyCode(int32_t keyCode) { in isAppSwitchKeyCode() function931 return !(keyEntry.flags & AKEY_EVENT_FLAG_CANCELED) && isAppSwitchKeyCode(keyEntry.keyCode) && in isAppSwitchKeyEvent()