Searched refs:keycodes (Results 1 – 3 of 3) sorted by relevance
143 boolean hasKeys(in int[] keycodes, inout boolean[] keyExists); in hasKeys() argument
622 <li>{@link android.view.KeyEvent} adds a range of generic keycodes to625 helper methods for working with keycodes.</li>
4707 public boolean hasKeys(int[] keycodes, boolean[] keyExists) { in hasKeys() argument4708 return mInputManager.hasKeys(-1, InputDevice.SOURCE_ANY, keycodes, keyExists); in hasKeys()