Home | History | Annotate | Download | only in ui

Lines Matching defs:isSystemKey

192 bool KeyEvent::isSystemKey(int32_t keyCode) {
224 bool KeyEvent::isSystemKey() const {
225 return isSystemKey(getKeyCode());