Searched refs:LeanbackKeyboardController (Results 1 – 3 of 3) sorted by relevance
34 import com.android.inputmethod.leanback.LeanbackKeyboardController;61 private LeanbackKeyboardController.InputListener mInputListener62 = new LeanbackKeyboardController.InputListener() {70 private LeanbackKeyboardController mKeyboardController;271 case LeanbackKeyboardController.InputListener.ENTRY_TYPE_BACKSPACE: in handleTextEntry()276 case LeanbackKeyboardController.InputListener.ENTRY_TYPE_LEFT: in handleTextEntry()277 case LeanbackKeyboardController.InputListener.ENTRY_TYPE_RIGHT: in handleTextEntry()294 case LeanbackKeyboardController.InputListener.ENTRY_TYPE_STRING: in handleTextEntry()309 case LeanbackKeyboardController.InputListener.ENTRY_TYPE_VOICE: in handleTextEntry()322 case LeanbackKeyboardController.InputListener.ENTRY_TYPE_ACTION: in handleTextEntry()[all …]
38 public class LeanbackKeyboardController implements LeanbackKeyboardContainer.VoiceListener, class154 public LeanbackKeyboardController(InputMethodService context, InputListener listener) { in LeanbackKeyboardController() method in LeanbackKeyboardController158 LeanbackKeyboardController(InputMethodService context, InputListener listener, in LeanbackKeyboardController() method in LeanbackKeyboardController
24 import com.android.inputmethod.leanback.LeanbackKeyboardController.InputListener;