public class AutoCompleteTextViewWithDelay
extends AutoCompleteTextView
Constructor and Description |
---|
AutoCompleteTextViewWithDelay(Context context,
AttributeSet attrs) |
Modifier and Type | Method and Description |
---|---|
void |
onFilterComplete(int count) |
protected void |
performFiltering(java.lang.CharSequence text,
int keyCode) |
void |
setLoadingIndicator(ProgressBar progressBar)
Setter
|
public AutoCompleteTextViewWithDelay(Context context, AttributeSet attrs)
public void setLoadingIndicator(ProgressBar progressBar)
progressBar
- the progress bar to show when the user is typing (= inform that the autocomplete is waiting for the user to stop typing to show the suggestions)protected void performFiltering(java.lang.CharSequence text, int keyCode)
public void onFilterComplete(int count)