Searched refs:mKeyboardView (Results 1 – 2 of 2) sorted by relevance
39 private final KeyboardView mKeyboardView; field in SoftInputWindow75 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 …]
34 private View mKeyboardView; field in Keyboard100 mKeyboardView = inflater.inflate(mViewResId, inputView, false); in inflateKeyboardView()102 return mKeyboardView; in inflateKeyboardView()112 TextView softkey = mKeyboardView.findViewById(mKeyMapping.keyAt(i)); in mapKeys()