Searched refs:isAppSwitchKeyCode (Results 1 – 1 of 1) sorted by relevance
614 static bool isAppSwitchKeyCode(int32_t keyCode) { in isAppSwitchKeyCode() function620 return !(keyEntry->flags & AKEY_EVENT_FLAG_CANCELED) && isAppSwitchKeyCode(keyEntry->keyCode) && in isAppSwitchKeyEvent()