- calculateDiff(A, List<Item>, DiffCallback<Item>, boolean) - Static method in class com.mikepenz.fastadapter.commons.utils.FastAdapterDiffUtil
-
This method will compute a androidx.recyclerview.widget.DiffUtil.DiffResult based on the given adapter, and the list of new items.
- calculateDiff(A, List<Item>, DiffCallback<Item>) - Static method in class com.mikepenz.fastadapter.commons.utils.FastAdapterDiffUtil
-
convenient function for #calculateDiff(ModelAdapter, List, DiffCallback, boolean)
- calculateDiff(A, List<Item>, boolean) - Static method in class com.mikepenz.fastadapter.commons.utils.FastAdapterDiffUtil
-
convenient function for #calculateDiff(ModelAdapter, List, DiffCallback, boolean)
- calculateDiff(A, List<Item>) - Static method in class com.mikepenz.fastadapter.commons.utils.FastAdapterDiffUtil
-
convenient function for #calculateDiff(ModelAdapter, List, DiffCallback, boolean)
- calculateDiff(A, List<Item>, DiffCallback<Item>) - Static method in class com.mikepenz.fastadapter.commons.utils.FastAdapterDiffUtil
-
convenient function for #calculateDiff(ModelAdapter, List, DiffCallback, boolean)
- calculateDiff(A, List<Item>, boolean) - Static method in class com.mikepenz.fastadapter.commons.utils.FastAdapterDiffUtil
-
convenient function for #calculateDiff(ModelAdapter, List, DiffCallback, boolean)
- calculateDiff(A, List<Item>) - Static method in class com.mikepenz.fastadapter.commons.utils.FastAdapterDiffUtil
-
convenient function for #calculateDiff(ModelAdapter, List, DiffCallback, boolean)
- clear() - Method in class com.mikepenz.fastadapter.commons.adapters.FastItemAdapter
-
removes all items of this adapter
- com.mikepenz.fastadapter.commons.adapters - package com.mikepenz.fastadapter.commons.adapters
-
- com.mikepenz.fastadapter.commons.utils - package com.mikepenz.fastadapter.commons.utils
-
- getAdapter() - Method in class com.mikepenz.fastadapter.commons.adapters.AbstractWrapAdapter
-
- getAdapterItem(int) - Method in class com.mikepenz.fastadapter.commons.adapters.FastItemAdapter
-
- getAdapterItemCount() - Method in class com.mikepenz.fastadapter.commons.adapters.FastItemAdapter
-
- getAdapterItems() - Method in class com.mikepenz.fastadapter.commons.adapters.FastItemAdapter
-
- getAdapterPosition(Item) - Method in class com.mikepenz.fastadapter.commons.adapters.FastItemAdapter
-
Searches for the given item and calculates its relative position
- getChangePayload(Item, int, Item, int) - Method in interface com.mikepenz.fastadapter.commons.utils.DiffCallback
-
When {#areItemsTheSame(Item, Item)} returns true for two items and
{#areContentsTheSame(Item, Item)} returns false for them, DiffUtil
calls this method to get a payload about the change.
- getChangePayload(Item, int, Item, int) - Method in class com.mikepenz.fastadapter.commons.utils.DiffCallbackImpl
-
- getGlobalPosition(int) - Method in class com.mikepenz.fastadapter.commons.adapters.FastItemAdapter
-
returns the global position if the relative position within this adapter was given
- getItem(int) - Method in class com.mikepenz.fastadapter.commons.adapters.AbstractWrapAdapter
-
make sure we return the Item from the FastAdapter so we retrieve the item from all adapters
- getItemAdapter() - Method in class com.mikepenz.fastadapter.commons.adapters.FastItemAdapter
-
returns the internal created ItemAdapter
- getItemCount() - Method in class com.mikepenz.fastadapter.commons.adapters.AbstractWrapAdapter
-
make sure we return the count from the FastAdapter so we retrieve the count from all adapters
- getItemFilter() - Method in class com.mikepenz.fastadapter.commons.adapters.FastItemAdapter
-
- getItemId(int) - Method in class com.mikepenz.fastadapter.commons.adapters.AbstractWrapAdapter
-
overwrite the getItemId to correctly return the value from the FastAdapter
- getItems() - Method in class com.mikepenz.fastadapter.commons.adapters.AbstractWrapAdapter
-
- getItemViewType(int) - Method in class com.mikepenz.fastadapter.commons.adapters.AbstractWrapAdapter
-
overwrite the getItemViewType to correctly return the value from the FastAdapter
- getOrder() - Method in class com.mikepenz.fastadapter.commons.adapters.FastItemAdapter
-
- getRippleDrawable(int, int, int) - Static method in class com.mikepenz.fastadapter.commons.utils.FastAdapterUIUtils
-
helper to create an ripple drawable with the given normal and pressed color
- getSelectableBackground(Context, int, boolean) - Static method in class com.mikepenz.fastadapter.commons.utils.FastAdapterUIUtils
-
helper to get the system default selectable background inclusive an active state
- getSelectableBackground(Context) - Static method in class com.mikepenz.fastadapter.commons.utils.FastAdapterUIUtils
-
helper to get the system default selectable background
- getSelectablePressedBackground(Context, int, int, boolean) - Static method in class com.mikepenz.fastadapter.commons.utils.FastAdapterUIUtils
-
helper to get the system default selectable background inclusive an active and pressed state