Searched refs:isAlphabet (Results 1 – 2 of 2) sorted by relevance
37 public static boolean isAlphabet(int keyCode) { in isAlphabet() method in LeanbackUtils
298 if (LeanbackUtils.isAlphabet(keyCode)) { in handleTextEntry()