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

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

Completed in 67 milliseconds