Searched refs:mKeyboardController (Results 1 – 1 of 1) sorted by relevance
70 private LeanbackKeyboardController mKeyboardController; field in LeanbackImeService115 mInputView = mKeyboardController.getView(); in onCreateInputView()127 mKeyboardController.onStartInputView(); in onStartInputView()130 if (mKeyboardController.areSuggestionsEnabled()) { in onStartInputView()162 mKeyboardController.onStartInput(attribute); in onStartInput()193 && mKeyboardController.onKeyUp(keyCode, event)) { in onKeyUp()202 && mKeyboardController.onKeyDown(keyCode, event)) { in onKeyDown()212 if (mKeyboardController.onGenericMotionEvent(event)) { in onGenericMotionEvent()221 if (mKeyboardController.areSuggestionsEnabled()) { in onDisplayCompletions()297 && mKeyboardController.enableAutoEnterSpace()) { in handleTextEntry()[all …]