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 869 static bool isAppSwitchKeyCode(int32_t keyCode);
    [all...]
InputDispatcher.cpp 551 bool InputDispatcher::isAppSwitchKeyCode(int32_t keyCode) {
559 && isAppSwitchKeyCode(keyEntry->keyCode)
    [all...]

Completed in 63 milliseconds