HomeSort by relevance Sort by last modified time
    Searched refs:mHasShortcutKey (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardId.java 75 public final boolean mHasShortcutKey;
91 mHasShortcutKey = params.mVoiceInputKeyEnabled;
104 id.mHasShortcutKey,
124 && other.mHasShortcutKey == mHasShortcutKey
188 (mHasShortcutKey ? " hasShortcutKey" : ""),
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardBuilder.java 661 R.styleable.Keyboard_Case_hasShortcutKey, id.mHasShortcutKey);
    [all...]

Completed in 2746 milliseconds