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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SettingsValues.java 117 mKeyPreviewPopupOn = isKeyPreviewPopupEnabled(prefs, res);
226 public static boolean isKeyPreviewPopupEnabled(SharedPreferences sp, Resources resources) {
Settings.java 199 SettingsValues.isKeyPreviewPopupEnabled(prefs, res));
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
MoreKeysKeyboard.java 272 final boolean singleMoreKeyWithPreview = parentKeyboardView.isKeyPreviewPopupEnabled()
KeyboardSwitcher.java 176 SettingsValues.isKeyPreviewPopupEnabled(mPrefs, mResources),
LatinKeyboardView.java 607 final boolean keyPreviewEnabled = isKeyPreviewPopupEnabled() && !parentKey.noKeyPreview();
    [all...]
KeyboardView.java 415 * @see #isKeyPreviewPopupEnabled()
427 public boolean isKeyPreviewPopupEnabled() {
    [all...]

Completed in 90 milliseconds