- activeElevationChange - Variable in class com.devbrackets.android.recyclerext.adapter.helper.SimpleElevationItemTouchHelperCallback
-
- add(T) - Method in class com.devbrackets.android.recyclerext.adapter.RecyclerListAdapter
-
Adds the specified item to the end of the list
- add(int, T) - Method in class com.devbrackets.android.recyclerext.adapter.RecyclerListAdapter
-
Adds the specified item to the list with the specified position
- addAll(List<T>) - Method in class com.devbrackets.android.recyclerext.adapter.RecyclerListAdapter
-
Adds all the specified items to the list
- allowedEdgeSpacing - Variable in class com.devbrackets.android.recyclerext.decoration.SpacerDecoration
-
- attach(RecyclerView) - Method in class com.devbrackets.android.recyclerext.widget.FastScroll
-
- AutoColumnGridLayoutManager - Class in com.devbrackets.android.recyclerext.layoutmanager
-
An extension to the GridLayoutManager
that provides
the ability to specify the width a grid item is supposed to have instead
of the number of columns.
- AutoColumnGridLayoutManager(Context, int) - Constructor for class com.devbrackets.android.recyclerext.layoutmanager.AutoColumnGridLayoutManager
-
Constructs the layout manager that will correctly determine the number
of possible columns based on the gridItemWidth
specified.
- AutoColumnGridLayoutManager.LayoutListener - Class in com.devbrackets.android.recyclerext.layoutmanager
-
A Listener for the RecyclerView so that we can correctly update the number of columns
once the RecyclerView has been sized
- AutoColumnGridLayoutManager.SpacingMethod - Enum in com.devbrackets.android.recyclerext.layoutmanager
-