HomeSort by relevance Sort by last modified time
    Searched refs:isAppSwitchKeyCode (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/input/
InputDispatcher.h 861 static bool isAppSwitchKeyCode(int32_t keyCode);
    [all...]
InputDispatcher.cpp 540 bool InputDispatcher::isAppSwitchKeyCode(int32_t keyCode) {
546 && isAppSwitchKeyCode(keyEntry->keyCode)
    [all...]

Completed in 22 milliseconds