Home
last modified time | relevance | path

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

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