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

  /frameworks/native/services/inputflinger/
InputDispatcher.h 867 static bool isAppSwitchKeyCode(int32_t keyCode);
    [all...]
InputDispatcher.cpp 548 bool InputDispatcher::isAppSwitchKeyCode(int32_t keyCode) {
556 && isAppSwitchKeyCode(keyEntry->keyCode)
    [all...]

Completed in 32 milliseconds