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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DLatinKeyboard.java60 private Key mEnterKey; field in class:LatinKeyboard
144 mEnterKey = key;
161 if (mEnterKey != null) {
163 mEnterKey.popupCharacters = null;
164 mEnterKey.popupResId = 0;
165 mEnterKey.text = null;
168 mEnterKey.iconPreview = null;
169 mEnterKey.icon = null;
170 mEnterKey.label = res.getText(R.string.label_go_key);
173 mEnterKey
[all...]

Completed in 4 milliseconds