Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardId.java77 public final boolean mHasShortcutKey; field in KeyboardId
99 mHasShortcutKey = mShortcutKeyEnabled in KeyboardId()
201 (mHasShortcutKey ? " hasShortcutKey" : ""), in toString()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DKeyboardBuilder.java657 R.styleable.Keyboard_Case_hasShortcutKey, id.mHasShortcutKey); in parseCaseCondition()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
DResearchLogger.java1428 isPasswordView, kid.mShortcutKeyEnabled, kid.mHasShortcutKey, in mainKeyboardView_setKeyboard()