Searched refs:sFullKeyboardInstance (Results 1 – 1 of 1) sorted by relevance
43 private static QwertyKeyListener sFullKeyboardInstance; field in QwertyKeyListener79 if (sFullKeyboardInstance == null) { in getInstanceForFullKeyboard()80 sFullKeyboardInstance = new QwertyKeyListener(Capitalize.NONE, false, true); in getInstanceForFullKeyboard()82 return sFullKeyboardInstance; in getInstanceForFullKeyboard()