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

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

Completed in 66 milliseconds