Home | History | Annotate | Download | only in inputmethodservice

Lines Matching refs:keyCodes

95          * @param keyCodes the codes for all the possible alternative keys
102 void onKey(int primaryCode, int[] keyCodes);
1104 public void onKey(int primaryCode, int[] keyCodes) {
1105 mKeyboardActionListener.onKey(primaryCode, keyCodes);