Home
last modified time | relevance | path

Searched refs:mKeyboard (Results 1 – 2 of 2) sorted by relevance

/development/samples/AutofillKeyboard/src/com/example/android/autofillkeyboard/
DAutofillImeService.java70 private Keyboard mKeyboard; field in AutofillImeService
112 mKeyboard = Keyboard.qwerty(this); in onCreateInputView()
113 mInputView.addView(mKeyboard.inflateKeyboardView(LayoutInflater.from(this), mInputView)); in onCreateInputView()
126 if(mKeyboard != null) { in onStartInput()
127 mKeyboard.reset(); in onStartInput()
/development/samples/VirtualDeviceManager/host/src/com/example/android/vdmdemo/host/
DRemoteDisplay.java125 private VirtualKeyboard mKeyboard; field in RemoteDisplay
234 mKeyboard = in RemoteDisplay()
429 mKeyboard.sendKeyEvent(remoteEventToVirtualKeyEvent(inputEvent)); in processInputEvent()
450 mKeyboard.sendKeyEvent(keyEventToVirtualKeyEvent((KeyEvent) event)); in processInputEvent()
695 mKeyboard.close();