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

/frameworks/base/core/java/android/widget/
H A DAutoCompleteTextView.java42 * <p>An editable text view that shows completion suggestions automatically
602 * <p>Returns a filterable list adapter used for auto completion.</p>
604 * @return a data adapter used for auto completion
611 * <p>Changes the list of data used for auto completion. The provided list
623 * @param adapter the adapter holding the auto completion data
810 * @param selectedItem the item selected by the user for completion
865 * <p>Performs the text completion by converting the selected item from
874 public void onCommitCompletion(CompletionInfo completion) { argument
876 mPopup.performItemClick(completion.getPosition());
915 * Identifies whether the view is currently performing a text completion, s
[all...]

Completed in 1575 milliseconds