Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp614 static bool isAppSwitchKeyCode(int32_t keyCode) { in isAppSwitchKeyCode() function
620 return !(keyEntry->flags & AKEY_EVENT_FLAG_CANCELED) && isAppSwitchKeyCode(keyEntry->keyCode) && in isAppSwitchKeyEvent()