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

/frameworks/base/services/input/
H A DInputDispatcher.h863 static bool isAppSwitchKeyCode(int32_t keyCode);
H A DInputDispatcher.cpp540 bool InputDispatcher::isAppSwitchKeyCode(int32_t keyCode) { function in class:android::InputDispatcher
548 && isAppSwitchKeyCode(keyEntry->keyCode)

Completed in 67 milliseconds