Home
last modified time | relevance | path

Searched defs:f2KeyMode (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardId.java66 int mode, EditorInfo attribute, boolean hasSettingsKey, int f2KeyMode, in KeyboardId()
196 public static String f2KeyModeName(int f2KeyMode) { in f2KeyModeName()
DKeyboardSwitcher.java331 final int f2KeyMode = getF2KeyMode(settingsKeyEnabled, noSettingsKey); in getKeyboardId() local