public static interface AutoCompleteTextView.OnDismissListener
Modifier and Type | Method and Description |
---|---|
void |
onDismiss()
This method will be invoked whenever the AutoCompleteTextView's list
of completion options has been dismissed and is no longer available
for user interaction.
|