All Types

com.camerash.filterdrawer.ChildAdapter

Adapter for ChildItem used in the FilterDrawer

com.camerash.filterdrawer.ChildItem

Abstract class for base implementation of ChildItem used in FilterDrawer

com.camerash.filterdrawer.DefaultChildItem

Default implementation of ChildItem

com.camerash.filterdrawer.DefaultParentItem

Default implementation of ChildItem

com.camerash.filterdrawer.DiffItemCallback

Interface used for adapting DiffCallback to custom data type

com.camerash.filterdrawer.DrawerBuilder

Builder for building the FilterDrawer

com.camerash.filterdrawer.ExpandableLayoutIndicatorListener

Used in conjunction with ExpansionLayout for rotation animation of the arrow indicator

com.camerash.filterdrawer.FilterDrawer

The actual FilterDrawer itself

com.camerash.filterdrawer.FilterRecyclerViewDiffCallback

DiffUtil Callback used for calculating changes in FilterableRecyclerAdapter

com.camerash.filterdrawer.FilterableRecyclerAdapter

Base implementation of RecyclerAdapter that is filterable by FilterDrawer

com.camerash.filterdrawer.ParentAdapter

Adapter for ParentItem used in the FilterDrawer

com.camerash.filterdrawer.ParentItem

Abstract class for base implementation of ParentItem used in FilterDrawer

com.camerash.filterdrawer.RecyclerAdapterFilter

Interface for implementation of filter logic used in FilterableRecyclerAdapter