Home | History | Annotate | Download | only in view

Lines Matching refs:getMatch

2527      * {@link #getMatch(char[],int) getMatch(chars, 0)}.
2533 public char getMatch(char[] chars) {
2534 return getMatch(chars, 0);
2546 public char getMatch(char[] chars, int metaState) {
2547 return getKeyCharacterMap().getMatch(mKeyCode, chars, metaState);