Searched defs:mHasShortcutKey (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKeyboardId.java73 public final boolean mHasShortcutKey; field in class:KeyboardId
89 mHasShortcutKey = params.mVoiceInputKeyEnabled;
103 id.mHasShortcutKey,
124 && other.mHasShortcutKey == mHasShortcutKey
194 (mHasShortcutKey ? " hasShortcutKey" : ""),

Completed in 10 milliseconds