Stay organized with collections
Save and categorize content based on your preferences.
FilterListener
interface FilterListener
Known Direct 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.
|
|
Known Indirect Subclasses
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 Unit |
Notifies the end of a filtering operation.
|
Public methods
onFilterComplete
abstract fun onFilterComplete(count: Int): Unit
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."],[],[]]