Searched refs:shouldDelay (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DLatinIME.java294 private void postResumeSuggestionsInternal(final boolean shouldDelay, argument
307 if (shouldDelay) {
315 public void postResumeSuggestions(final boolean shouldDelay) { argument
316 postResumeSuggestionsInternal(shouldDelay, false /* forStartInput */);
319 public void postResumeSuggestionsForStartInput(final boolean shouldDelay) { argument
320 postResumeSuggestionsInternal(shouldDelay, true /* forStartInput */);
640 mHandler.postResumeSuggestions(false /* shouldDelay */);
935 mHandler.postResumeSuggestionsForStartInput(true /* shouldDelay */);

Completed in 46 milliseconds