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.java111 private VirtualKeyboard mKeyboard; field in RemoteDisplay
165 mKeyboard = in RemoteDisplay()
301 mKeyboard.sendKeyEvent(remoteEventToVirtualKeyEvent(inputEvent)); in processInputEvent()
321 mKeyboard.sendKeyEvent(keyEventToVirtualKeyEvent((KeyEvent) event)); in processInputEvent()
500 mKeyboard.close();