Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputDispatcher.h883 static bool isAppSwitchKeyCode(int32_t keyCode);
DInputDispatcher.cpp555 bool InputDispatcher::isAppSwitchKeyCode(int32_t keyCode) { in isAppSwitchKeyCode() function in android::InputDispatcher
563 && isAppSwitchKeyCode(keyEntry->keyCode) in isAppSwitchKeyEventLocked()