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

/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodSession.java85 public void displayCompletions(CompletionInfo[] completions); method in interface:InputMethodSession
H A DInputMethodManager.java632 public void displayCompletions(View view, CompletionInfo[] completions) { method in class:InputMethodManager
643 mCurMethod.displayCompletions(mCompletions);
994 mCurMethod.displayCompletions(mCompletions);
/frameworks/base/core/java/com/android/internal/view/
H A DIInputMethodSession.aidl42 void displayCompletions(in CompletionInfo[] completions);
/frameworks/base/core/java/android/inputmethodservice/
H A DIInputMethodSessionWrapper.java85 mInputMethodSession.displayCompletions((CompletionInfo[])msg.obj);
143 public void displayCompletions(CompletionInfo[] completions) { method in class:IInputMethodSessionWrapper
H A DInputMethodService.java417 public void displayCompletions(CompletionInfo[] completions) { method in class:InputMethodService.InputMethodSessionImpl
/frameworks/base/core/java/android/widget/
H A DAutoCompleteTextView.java1078 imm.displayCompletions(this, null);
1263 imm.displayCompletions(this, completions);

Completed in 184 milliseconds