HomeSort by relevance Sort by last modified time
    Searched defs:setKeyPreviewPopupEnabled (Results 1 - 4 of 4) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
MoreKeysKeyboardView.java 86 setKeyPreviewPopupEnabled(false, 0);
129 public void setKeyPreviewPopupEnabled(boolean previewEnabled, int delay) {
132 super.setKeyPreviewPopupEnabled(false, 0);
KeyboardView.java 417 public void setKeyPreviewPopupEnabled(boolean previewEnabled, int delay) {
425 * @see #setKeyPreviewPopupEnabled(boolean, int)
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
MoreSuggestionsView.java 93 setKeyPreviewPopupEnabled(false, 0);
137 public void setKeyPreviewPopupEnabled(boolean previewEnabled, int delay) {
140 super.setKeyPreviewPopupEnabled(false, 0);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java 729 inputView.setKeyPreviewPopupEnabled(mSettingsValues.mKeyPreviewPopupOn,
    [all...]

Completed in 302 milliseconds