android.widget
public
static
interface
android.widget.Filter.FilterListener
android.widget.Filter.FilterListener |
|
Listener used to receive a notification upon completion of a filtering
operation.
Known Indirect Subclasses
AbsListView |
Common code shared between ListView and GridView |
AutoCompleteTextView |
An editable text view that shows completion suggestions automatically
while the user is typing. |
ExpandableListView |
A view that shows items in a vertically scrolling two-level list. |
GridView |
A view that shows items in two-dimensional scrolling grid. |
ListView |
A view that shows items in a vertically scrolling list. |
MultiAutoCompleteTextView |
An editable text view, extending AutoCompleteTextView, that
can show completion suggestions for the substring of the text where
the user is typing instead of necessarily for the entire thing. |
Summary
Details
Public Methods
public
void
onFilterComplete(int count)
Notifies the end of a filtering operation.
Parameters
count
| the number of values computed by the filter
|