Stay organized with collections
Save and categorize content based on your preferences.
Filter.FilterListener
public
static
interface
Filter.FilterListener
android.widget.Filter.FilterListener
|
Known indirect subclasses
AbsListView |
Base class that can be used to implement virtualized lists of items.
|
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 |
Displays a vertically-scrollable collection of views, where each view is positioned
immediately below the previous view in the 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.
|
|
Listener used to receive a notification upon completion of a filtering
operation.
Summary
Public methods |
abstract
void
|
onFilterComplete(int count)
Notifies the end of a filtering operation.
|
Public methods
onFilterComplete
public abstract void onFilterComplete (int count)
Notifies the end of a filtering operation.
Parameters |
count |
int : the number of values computed by the filter |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-04-17 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[],[]]