- scaleAnimator(List<Animator>, View, float) - Static method in class eu.davidea.flexibleadapter.helpers.AnimatorHelper
-
Item will scale to 1.0f.
- setBackgroundCompat(View, Drawable) - Static method in class eu.davidea.flexibleadapter.utils.DrawableUtils
-
Helper method to set the background to a view, depending on the android version.
- setBackgroundCompat(View, int) - Static method in class eu.davidea.flexibleadapter.utils.DrawableUtils
-
Helper method to set the background to a view, depending on the android version
- setBackgroundCompat(View, int, int, int) - Static method in class eu.davidea.flexibleadapter.utils.DrawableUtils
-
Ultra compat method to set the background to a view, providing color resource identifiers.
- setDuration(List<Animator>, long) - Static method in class eu.davidea.flexibleadapter.helpers.AnimatorHelper
-
Adds a custom duration to the current view.
- setInterpolator(Interpolator) - Method in class eu.davidea.flexibleadapter.common.FlexibleItemAnimator
-
- shouldDrawDivider(RecyclerView.ViewHolder) - Method in class eu.davidea.flexibleadapter.common.FlexibleItemDecoration
-
Allows to define for which items the divider should be drawn.
- showEmptyDataView() - Method in class eu.davidea.flexibleadapter.helpers.EmptyViewHelper
-
Shows EmptyDataView by animating alpha property to 1.
- showEmptyFilterView() - Method in class eu.davidea.flexibleadapter.helpers.EmptyViewHelper
-
Shows EmptyFilterView by animating alpha property to 1.
- showSoftInput(Context, View) - Static method in class eu.davidea.flexibleadapter.utils.FlexibleUtils
-
Show Soft Keyboard with new Thread.
- slideInFromBottomAnimator(List<Animator>, View, RecyclerView) - Static method in class eu.davidea.flexibleadapter.helpers.AnimatorHelper
-
Item will slide from Bottom of the screen to its natural position.
- slideInFromLeftAnimator(List<Animator>, View, RecyclerView, float) - Static method in class eu.davidea.flexibleadapter.helpers.AnimatorHelper
-
Item will slide from Left to Right.
- slideInFromRightAnimator(List<Animator>, View, RecyclerView, float) - Static method in class eu.davidea.flexibleadapter.helpers.AnimatorHelper
-
Item will slide from Right to Left.
- slideInFromTopAnimator(List<Animator>, View, RecyclerView) - Static method in class eu.davidea.flexibleadapter.helpers.AnimatorHelper
-
Item will slide from Top of the screen to its natural position.
- SmoothScrollGridLayoutManager - Class in eu.davidea.flexibleadapter.common
-
Optimized implementation of GridLayoutManager to SmoothScroll to a Top position.
- SmoothScrollGridLayoutManager(Context, int) - Constructor for class eu.davidea.flexibleadapter.common.SmoothScrollGridLayoutManager
-
- SmoothScrollGridLayoutManager(Context, int, int, boolean) - Constructor for class eu.davidea.flexibleadapter.common.SmoothScrollGridLayoutManager
-
- SmoothScrollLinearLayoutManager - Class in eu.davidea.flexibleadapter.common
-
Optimized implementation of LinearLayoutManager to SmoothScroll to a Top position.
- SmoothScrollLinearLayoutManager(Context) - Constructor for class eu.davidea.flexibleadapter.common.SmoothScrollLinearLayoutManager
-
- SmoothScrollLinearLayoutManager(Context, int, boolean) - Constructor for class eu.davidea.flexibleadapter.common.SmoothScrollLinearLayoutManager
-
- SmoothScrollStaggeredLayoutManager - Class in eu.davidea.flexibleadapter.common
-
Optimized implementation of StaggeredGridLayoutManager to SmoothScroll to a Top position.
- SmoothScrollStaggeredLayoutManager(Context, int) - Constructor for class eu.davidea.flexibleadapter.common.SmoothScrollStaggeredLayoutManager
-
- SmoothScrollStaggeredLayoutManager(Context, int, int) - Constructor for class eu.davidea.flexibleadapter.common.SmoothScrollStaggeredLayoutManager
-
- smoothScrollToPosition(RecyclerView, RecyclerView.State, int) - Method in class eu.davidea.flexibleadapter.common.SmoothScrollGridLayoutManager
-
- smoothScrollToPosition(RecyclerView, RecyclerView.State, int) - Method in class eu.davidea.flexibleadapter.common.SmoothScrollLinearLayoutManager
-
- smoothScrollToPosition(RecyclerView, RecyclerView.State, int) - Method in class eu.davidea.flexibleadapter.common.SmoothScrollStaggeredLayoutManager
-
- SPLIT_EXPRESSION - Static variable in class eu.davidea.flexibleadapter.utils.FlexibleUtils
-
- start(List<Integer>, View, int, int, int) - Method in class eu.davidea.flexibleadapter.helpers.UndoHelper
-
- start(List<Integer>, View, CharSequence, CharSequence, int) - Method in class eu.davidea.flexibleadapter.helpers.UndoHelper
-
Performs the action on the specified positions and displays a SnackBar to Undo
the operation.
- withAction(int) - Method in class eu.davidea.flexibleadapter.helpers.UndoHelper
-
- withActionTextColor(int) - Method in class eu.davidea.flexibleadapter.helpers.UndoHelper
-
Sets the text color of the action.
- withBottomEdge(boolean) - Method in class eu.davidea.flexibleadapter.common.FlexibleItemDecoration
-
Adds an offset to the items at the Bottom edge.
- withConsecutive(boolean) - Method in class eu.davidea.flexibleadapter.helpers.UndoHelper
-
Allows to commit previous action before next consecutive Undo request.
- withDefaultDivider(Integer...) - Method in class eu.davidea.flexibleadapter.common.FlexibleItemDecoration
-
Default Android divider will be used.
- withDefaultMode(int) - Method in class eu.davidea.flexibleadapter.helpers.ActionModeHelper
-
Changes the default mode to apply when the ActionMode is destroyed and normal selection is
again active.
- withDivider(int, Integer...) - Method in class eu.davidea.flexibleadapter.common.FlexibleItemDecoration
-
Custom divider.
- withDrawDividerOnLastItem(boolean) - Method in class eu.davidea.flexibleadapter.common.FlexibleItemDecoration
-
Allows to draw the Divider after the last item.
- withDrawOver(boolean) - Method in class eu.davidea.flexibleadapter.common.FlexibleItemDecoration
-
Changes the mode to draw the divider.
- withEdge(boolean) - Method in class eu.davidea.flexibleadapter.common.FlexibleItemDecoration
-
Adds an offset to the items at the 4 edges (left, top, right and bottom).
- withLeftEdge(boolean) - Method in class eu.davidea.flexibleadapter.common.FlexibleItemDecoration
-
Adds an offset to the items at the Left edge.
- withOffset(int) - Method in class eu.davidea.flexibleadapter.common.FlexibleItemDecoration
-
Applies the same physical offset to all sides of the item AND between items.
- withPayload(Object) - Method in class eu.davidea.flexibleadapter.helpers.UndoHelper
-
Sets the payload to inform other linked items about the change in action.
- withRightEdge(boolean) - Method in class eu.davidea.flexibleadapter.common.FlexibleItemDecoration
-
Adds an offset to the items at the Right edge.
- withSectionGapOffset(int) - Method in class eu.davidea.flexibleadapter.common.FlexibleItemDecoration
-
Adds an extra offset at the end of each section.
- withSectionGapOnLastItem(boolean) - Method in class eu.davidea.flexibleadapter.common.FlexibleItemDecoration
-
Allows to disable the SectionGap after the last item.
- withTopEdge(boolean) - Method in class eu.davidea.flexibleadapter.common.FlexibleItemDecoration
-
Adds an offset to the items at the Top edge.