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;108 mKeyboardController = new LeanbackKeyboardController(this, mInputListener); in onInitializeInterface()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()281 if (type == LeanbackKeyboardController.InputListener.ENTRY_TYPE_LEFT) { in handleTextEntry()294 case LeanbackKeyboardController.InputListener.ENTRY_TYPE_STRING: 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;