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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DLatinKeyboard.java63 private Key m123Key; field in class:LatinKeyboard
153 m123Key = key;
300 if (m123Key != null && mIsAlphaKeyboard) {
302 m123Key.icon = m123MicIcon;
303 m123Key.iconPreview = m123MicPreviewIcon;
304 m123Key.label = null;
306 m123Key.icon = null;
307 m123Key.iconPreview = null;
308 m123Key.label = m123Label;

Completed in 354 milliseconds