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

/frameworks/base/core/java/com/android/internal/view/
H A DIInputContext.aidl50 void commitCompletion(in CompletionInfo completion);
/frameworks/base/core/java/android/widget/
H A DAutoCompleteTextView.java43 * <p>An editable text view that shows completion suggestions automatically
599 * <p>Returns a filterable list adapter used for auto completion.</p>
601 * @return a data adapter used for auto completion
608 * <p>Changes the list of data used for auto completion. The provided list
620 * @param adapter the adapter holding the auto completion data
807 * @param selectedItem the item selected by the user for completion
862 * <p>Performs the text completion by converting the selected item from
871 public void onCommitCompletion(CompletionInfo completion) { argument
873 mPopup.performItemClick(completion.getPosition());
912 * Identifies whether the view is currently performing a text completion, s
[all...]

Completed in 103 milliseconds