- scrollListener - Variable in class com.devbrackets.android.recyclerext.widget.FastScroll
-
- set(List<T>) - Method in class com.devbrackets.android.recyclerext.adapter.RecyclerListAdapter
-
Clears all the current items in the list and
adds all the specified items to the list
- setAllowedEdgeSpacing(int) - Method in class com.devbrackets.android.recyclerext.decoration.SpacerDecoration
-
Sets the edges that are allowed to add spacing.
- setBackground(Drawable) - Method in class com.devbrackets.android.recyclerext.widget.PositionSupportImageView
-
- setBackground(Drawable) - Method in class com.devbrackets.android.recyclerext.widget.PositionSupportTextView
-
- setBubbleAndHandlePosition(float) - Method in class com.devbrackets.android.recyclerext.widget.FastScroll
-
- setBubbleColor(int) - Method in class com.devbrackets.android.recyclerext.widget.FastScroll
-
- setBubbleColorRes(int) - Method in class com.devbrackets.android.recyclerext.widget.FastScroll
-
- setBubbleDrawable(Drawable) - Method in class com.devbrackets.android.recyclerext.widget.FastScroll
-
- setColumnWidth(int) - Method in class com.devbrackets.android.recyclerext.layoutmanager.AutoColumnGridLayoutManager
-
Specifies the stable width for the grid items.
- setDragHandleId(int) - Method in class com.devbrackets.android.recyclerext.decoration.ReorderDecoration
-
Sets the id for the view that will act as an immediate drag handle.
- setEdgeScrollingEnabled(boolean) - Method in class com.devbrackets.android.recyclerext.decoration.ReorderDecoration
-
Sets whether the items should start scrolling once the view being reordered
hits the edge of the containing view.
- setEdgeScrollSpeed(float) - Method in class com.devbrackets.android.recyclerext.decoration.ReorderDecoration
-
Sets the percent amount in relation to the size of the recyclerView
for the edge scrolling to use.
- setEdgeThreshold(float) - Method in class com.devbrackets.android.recyclerext.decoration.ReorderDecoration
-
Sets the percent threshold at the edges of the recyclerView to start the
edge scrolling.
- setFilterQueryProvider(FilterQueryProvider) - Method in class com.devbrackets.android.recyclerext.adapter.RecyclerCursorAdapter
-
Sets the query filter provider used to filter the current Cursor.
- setHandleColor(int) - Method in class com.devbrackets.android.recyclerext.widget.FastScroll
-
- setHandleColorRes(int) - Method in class com.devbrackets.android.recyclerext.widget.FastScroll
-
- setHandleDrawable(Drawable) - Method in class com.devbrackets.android.recyclerext.widget.FastScroll
-
- setHapticFeedbackEnabled(boolean) - Method in class com.devbrackets.android.recyclerext.adapter.viewholder.ClickableViewHolder
-
Enables or Disables haptic feedback on long clicks.
- setMatchRowAndColumnSpacing(boolean) - Method in class com.devbrackets.android.recyclerext.layoutmanager.AutoColumnGridLayoutManager
-
Enables or disables the ability to match the horizontal and vertical spacing
between the grid items.
- setMaxColumnCount(int) - Method in class com.devbrackets.android.recyclerext.layoutmanager.AutoColumnGridLayoutManager
-
- setMinColumnSpacing(int) - Method in class com.devbrackets.android.recyclerext.layoutmanager.AutoColumnGridLayoutManager
-
Sets the minimum amount of spacing there should be between items in the grid.
- setMinColumnSpacing(int, int) - Method in class com.devbrackets.android.recyclerext.layoutmanager.AutoColumnGridLayoutManager
-
Sets the minimum amount of spacing there should be between edges and items.
- setMinEdgeSpacing(int) - Method in class com.devbrackets.android.recyclerext.layoutmanager.AutoColumnGridLayoutManager
-
Sets the minimum amount of spacing there should be on the sides of the grid.
- setNotifyOnChange(boolean) - Method in class com.devbrackets.android.recyclerext.adapter.RecyclerListAdapter
-
Control whether methods that change the list automatically call notifyDataSetChanged().
- setOnClickListener(ClickableViewHolder.OnClickListener) - Method in class com.devbrackets.android.recyclerext.adapter.viewholder.ClickableViewHolder
-
- setOnLongClickListener(ClickableViewHolder.OnLongClickListener) - Method in class com.devbrackets.android.recyclerext.adapter.viewholder.ClickableViewHolder
-
- setOnMenuItemSelectedListener(MenuViewHolder.OnMenuItemSelectedListener) - Method in class com.devbrackets.android.recyclerext.adapter.viewholder.MenuViewHolder
-
- setOrientation(ReorderDecoration.LayoutOrientation) - Method in class com.devbrackets.android.recyclerext.decoration.ReorderDecoration
-
Sets the orientation of the current layout.
- setOrientation(StickyHeaderDecoration.LayoutOrientation) - Method in class com.devbrackets.android.recyclerext.decoration.StickyHeaderDecoration
-
Sets the orientation of the current layout
- setRecyclerViewPosition(float) - Method in class com.devbrackets.android.recyclerext.widget.FastScroll
-
- setReorderListener(ReorderDecoration.ReorderListener) - Method in class com.devbrackets.android.recyclerext.decoration.ReorderDecoration
-
Sets the listener to be informed of reorder events
- setResetMapOnCursorChange(boolean) - Method in class com.devbrackets.android.recyclerext.adapter.RecyclerReorderCursorAdapter
-
Sets if the position map for the cursor will be reset when the cursor
is changed
- setRowSpacing(int) - Method in class com.devbrackets.android.recyclerext.layoutmanager.AutoColumnGridLayoutManager
-
Sets the amount of spacing that should be between rows.
- setShowBubble(boolean) - Method in class com.devbrackets.android.recyclerext.widget.FastScroll
-
- setSpacingMethod(AutoColumnGridLayoutManager.SpacingMethod) - Method in class com.devbrackets.android.recyclerext.layoutmanager.AutoColumnGridLayoutManager
-
Sets the methodology to use when determining the spacing between columns.
- setTextColor(int) - Method in class com.devbrackets.android.recyclerext.widget.FastScroll
-
- setTextColorRes(int) - Method in class com.devbrackets.android.recyclerext.widget.FastScroll
-
- setTextSize(int) - Method in class com.devbrackets.android.recyclerext.widget.FastScroll
-
- setTextSize(float) - Method in class com.devbrackets.android.recyclerext.widget.FastScroll
-
- setX(float) - Method in class com.devbrackets.android.recyclerext.widget.PositionSupportImageView
-
- setX(float) - Method in class com.devbrackets.android.recyclerext.widget.PositionSupportTextView
-
- setY(float) - Method in class com.devbrackets.android.recyclerext.widget.PositionSupportImageView
-
- setY(float) - Method in class com.devbrackets.android.recyclerext.widget.PositionSupportTextView
-
- showBubble - Variable in class com.devbrackets.android.recyclerext.widget.FastScroll
-
- showHeaderAsChild(boolean) - Method in interface com.devbrackets.android.recyclerext.adapter.header.HeaderApi
-
When enabled the headers will not be counted separately
from the children.
- showHeaderAsChild - Variable in class com.devbrackets.android.recyclerext.adapter.header.HeaderCore
-
- showHeaderAsChild(boolean) - Method in class com.devbrackets.android.recyclerext.adapter.header.HeaderCore
-
- showHeaderAsChild(boolean) - Method in class com.devbrackets.android.recyclerext.adapter.RecyclerHeaderAdapter
-
- showHeaderAsChild(boolean) - Method in class com.devbrackets.android.recyclerext.adapter.RecyclerHeaderCursorAdapter
-
- showHeaderAsChild(boolean) - Method in class com.devbrackets.android.recyclerext.adapter.RecyclerHeaderListAdapter
-
- showMenu(View, int) - Method in class com.devbrackets.android.recyclerext.adapter.viewholder.MenuViewHolder
-
Shows the menu specified with the menuResourceId
starting
at the anchor
- SimpleElevationItemTouchHelperCallback - Class in com.devbrackets.android.recyclerext.adapter.helper
-
Extends the ItemTouchHelper.SimpleCallback
to provide
support for specifying the elevation to use when an item is active (being dragged or swiped)
- SimpleElevationItemTouchHelperCallback(int, int) - Constructor for class com.devbrackets.android.recyclerext.adapter.helper.SimpleElevationItemTouchHelperCallback
-
Creates a Callback for the given drag and swipe allowance.
- SimpleElevationItemTouchHelperCallback(int, int, float) - Constructor for class com.devbrackets.android.recyclerext.adapter.helper.SimpleElevationItemTouchHelperCallback
-
Creates a Callback for the given drag and swipe allowance.
- sort(Comparator<? super T>) - Method in class com.devbrackets.android.recyclerext.adapter.RecyclerListAdapter
-
Sorts the items in the adapter using the specified comparator
- SpacerDecoration - Class in com.devbrackets.android.recyclerext.decoration
-
A simple ItemDecoration for adding space between items in lists
or grids
- SpacerDecoration() - Constructor for class com.devbrackets.android.recyclerext.decoration.SpacerDecoration
-
- SpacerDecoration(int) - Constructor for class com.devbrackets.android.recyclerext.decoration.SpacerDecoration
-
- SpacerDecoration(int, int) - Constructor for class com.devbrackets.android.recyclerext.decoration.SpacerDecoration
-
- spacerDecoration - Variable in class com.devbrackets.android.recyclerext.layoutmanager.AutoColumnGridLayoutManager
-
- SpacerDecoration.SpanLookup - Class in com.devbrackets.android.recyclerext.decoration
-
A helper class to abstract the lookup from different LayoutManagers
- spacingMethod - Variable in class com.devbrackets.android.recyclerext.layoutmanager.AutoColumnGridLayoutManager
-
- spanLookup - Variable in class com.devbrackets.android.recyclerext.decoration.SpacerDecoration
-
- SpanLookup(RecyclerView) - Constructor for class com.devbrackets.android.recyclerext.decoration.SpacerDecoration.SpanLookup
-
- startReorder(View, MotionEvent) - Method in class com.devbrackets.android.recyclerext.decoration.ReorderDecoration
-
Manually starts the reorder process for the specified view.
- StickyHeaderDecoration - Class in com.devbrackets.android.recyclerext.decoration
-
A RecyclerView Decoration that allows for Header views from
the
RecyclerHeaderAdapter
to be persisted when they
reach the start of the RecyclerView's frame.
- StickyHeaderDecoration(RecyclerView) - Constructor for class com.devbrackets.android.recyclerext.decoration.StickyHeaderDecoration
-
Creates the ItemDecoration that performs the functionality to
have the current header view sticky (persisted at the start of the
RecyclerView).
- StickyHeaderDecoration.LayoutOrientation - Enum in com.devbrackets.android.recyclerext.decoration
-
- swap(int, int) - Method in class com.devbrackets.android.recyclerext.adapter.RecyclerListAdapter
-
Swaps the items with the specified positions in the list.
- swapCursor(Cursor) - Method in class com.devbrackets.android.recyclerext.adapter.RecyclerCursorAdapter
-
Swap in a new Cursor, returning the old Cursor.