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

/frameworks/native/services/inputflinger/
H A DInputDispatcher.h877 static bool isAppSwitchKeyCode(int32_t keyCode);
H A DInputDispatcher.cpp555 bool InputDispatcher::isAppSwitchKeyCode(int32_t keyCode) { function in class:android::InputDispatcher
563 && isAppSwitchKeyCode(keyEntry->keyCode)

Completed in 386 milliseconds