Home
last modified time | relevance | path

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

/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
DLatinKeyboard.java29 private Key mEnterKey; field in LatinKeyboard
69 mEnterKey = key; in createKeyFromXml()
110 if (mEnterKey == null) { in setImeOptions()
116 mEnterKey.iconPreview = null; in setImeOptions()
117 mEnterKey.icon = null; in setImeOptions()
118 mEnterKey.label = res.getText(R.string.label_go_key); in setImeOptions()
121 mEnterKey.iconPreview = null; in setImeOptions()
122 mEnterKey.icon = null; in setImeOptions()
123 mEnterKey.label = res.getText(R.string.label_next_key); in setImeOptions()
126 mEnterKey.icon = res.getDrawable(R.drawable.sym_keyboard_search); in setImeOptions()
[all …]