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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardId.java 66 int mode, EditorInfo attribute, boolean hasSettingsKey, int f2KeyMode,
82 this.mF2KeyMode = f2KeyMode;
103 f2KeyMode,
196 public static String f2KeyModeName(int f2KeyMode) {
197 switch (f2KeyMode) {
KeyboardSwitcher.java 331 final int f2KeyMode = getF2KeyMode(settingsKeyEnabled, noSettingsKey);
344 dm.widthPixels, mode, editorInfo, hasSettingsKey, f2KeyMode, noSettingsKey,
    [all...]

Completed in 564 milliseconds