- unregisterObserver(RecyclerView.Adapter) - Method in class com.devbrackets.android.recyclerext.adapter.header.HeaderCore
-
When the RecyclerView is detached the registered data observer
will be unregistered.
- update(int, int) - Method in class com.devbrackets.android.recyclerext.decoration.SpacerDecoration
-
- updateBubbleVisibility(boolean) - Method in class com.devbrackets.android.recyclerext.widget.FastScroll
-
Updates the visibility of the bubble representing the current location.
- updateElevation(RecyclerView, RecyclerView.ViewHolder, boolean) - Method in class com.devbrackets.android.recyclerext.adapter.helper.SimpleElevationItemTouchHelperCallback
-
Updates the elevation for the specified holder
by either increasing
or decreasing by the specified amount
- updateSpacing(RecyclerView, int, int) - Method in class com.devbrackets.android.recyclerext.layoutmanager.AutoColumnGridLayoutManager
-
Calculates and adds the amount of spacing that needs to be between each
column, row, and the edges of the RecyclerView.