Home
last modified time | relevance | path

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

/development/samples/MultiClientInputMethod/src/com/example/android/multiclientinputmethod/
DSoftInputWindow.java39 private final KeyboardView mKeyboardView; field in SoftInputWindow
75 mKeyboardView = (KeyboardView) getLayoutInflater().inflate(R.layout.input, null); in SoftInputWindow()
79 mKeyboardView.setKeyboard(mQwertygKeyboard); in SoftInputWindow()
80 mKeyboardView.setOnKeyboardActionListener(sNoopListener); in SoftInputWindow()
83 mKeyboardView.setPreviewEnabled(false); in SoftInputWindow()
85 layout.addView(mKeyboardView); in SoftInputWindow()
103 return mKeyboardView.getKeyboard() == mQwertygKeyboard; in isQwertyKeyboard()
107 Keyboard keyboard = mKeyboardView.getKeyboard(); in isSymbolKeyboard()
112 mKeyboardView.setOnKeyboardActionListener(sNoopListener); in onFinishClient()
122 mKeyboardView.setOnKeyboardActionListener(sNoopListener); in onDummyStartInput()
[all …]
/development/samples/AutofillKeyboard/src/com/example/android/autofillkeyboard/
DKeyboard.java34 private View mKeyboardView; field in Keyboard
100 mKeyboardView = inflater.inflate(mViewResId, inputView, false); in inflateKeyboardView()
102 return mKeyboardView; in inflateKeyboardView()
112 TextView softkey = mKeyboardView.findViewById(mKeyMapping.keyAt(i)); in mapKeys()