OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:postResumeSuggestions
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java
315
public void
postResumeSuggestions
(final boolean shouldDelay) {
640
mHandler.
postResumeSuggestions
(false /* shouldDelay */);
[
all
...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
InputLogic.java
417
mLatinIME.mHandler.
postResumeSuggestions
(true /* shouldDelay */);
[
all
...]
Completed in 559 milliseconds