Home | History | Annotate | Download | only in view

Lines Matching defs:getMatch

2610      * {@link #getMatch(char[],int) getMatch(chars, 0)}.
2616 public char getMatch(char[] chars) {
2617 return getMatch(chars, 0);
2629 public char getMatch(char[] chars, int metaState) {
2630 return getKeyCharacterMap().getMatch(mKeyCode, chars, metaState);