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 57 public final boolean mHasShortcutKey;
85 this.mHasShortcutKey = hasShortcutKey;
157 && other.mHasShortcutKey == this.mHasShortcutKey
180 (mHasShortcutKey ? " hasShortcutKey" : "")
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardBuilder.java 648 R.styleable.Keyboard_Case_hasShortcutKey, id.mHasShortcutKey);
    [all...]

Completed in 125 milliseconds