A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W
S
- saveOldPosition() - function in androidx.recyclerview.widget.QuickViewHolder
- ScaleIn - enum entry in com.chad.library.adapter.base.BaseQuickAdapter.AnimationType
- ScaleInAnimation - class in com.chad.library.adapter.base.animation
- An animation to scale item in, changing item's scaleX and scaleY from default 0.5f to 1.0f in default 300ms.(Using a DecelerateInterpolator with default factor.) https://github.
- ScaleInAnimation.Companion - class in com.chad.library.adapter.base.animation.ScaleInAnimation
- scrollBy(Integer,RecyclerView.Recycler,RecyclerView.State) - function in androidx.recyclerview.widget.QuickGridLayoutManager
- scrollHorizontallyBy(Integer,RecyclerView.Recycler,RecyclerView.State) - function in androidx.recyclerview.widget.QuickGridLayoutManager
- scrollToPosition(Integer) - function in androidx.recyclerview.widget.QuickGridLayoutManager
- scrollToPositionWithOffset(Integer,Integer) - function in androidx.recyclerview.widget.QuickGridLayoutManager
- scrollVerticallyBy(Integer,RecyclerView.Recycler,RecyclerView.State) - function in androidx.recyclerview.widget.QuickGridLayoutManager
- set(Integer,T) - function in com.chad.library.adapter.base.BaseDifferAdapter
- change data 改变某一位置数据
- set(Integer,T) - function in com.chad.library.adapter.base.BaseMultiItemAdapter
- change data 改变某一位置数据
- set(Integer,T) - function in com.chad.library.adapter.base.BaseQuickAdapter
- change data 改变某一位置数据
- set(Integer,T) - function in com.chad.library.adapter.base.BaseSingleItemAdapter
- change data 改变某一位置数据
- setAnimationEnable(Boolean) - function in com.chad.library.adapter.base.BaseDifferAdapter
- Whether enable animation.
- setAnimationEnable(Boolean) - function in com.chad.library.adapter.base.BaseMultiItemAdapter
- Whether enable animation.
- setAnimationEnable(Boolean) - function in com.chad.library.adapter.base.BaseQuickAdapter
- Whether enable animation.
- setAnimationEnable(Boolean) - function in com.chad.library.adapter.base.BaseSingleItemAdapter
- Whether enable animation.
- setAutoMeasureEnabled(Boolean) - function in androidx.recyclerview.widget.QuickGridLayoutManager
- setBackgroundColor(Integer,Integer) - function in com.chad.library.adapter.base.viewholder.QuickViewHolder
- setBackgroundResource(Integer,Integer) - function in com.chad.library.adapter.base.viewholder.QuickViewHolder
- setConfig(ConcatAdapter.Config) - function in com.chad.library.adapter.base.QuickAdapterHelper.Builder
- 设置 ConcatAdapter 的配置
- setDataCallback(DragAndSwipeDataCallback) - function in com.chad.library.adapter.base.dragswipe.QuickDragAndSwipe
- setDragMoveFlags(Integer) - function in com.chad.library.adapter.base.dragswipe.QuickDragAndSwipe
- 设置拖拽的flag
- setEmptyView(View) - function in com.chad.library.adapter.base.BaseDifferAdapter
- setEmptyView(View) - function in com.chad.library.adapter.base.BaseMultiItemAdapter
- setEmptyView(View) - function in com.chad.library.adapter.base.BaseQuickAdapter
- setEmptyView(View) - function in com.chad.library.adapter.base.BaseSingleItemAdapter
- setEmptyViewLayout(Context,Integer) - function in com.chad.library.adapter.base.BaseDifferAdapter
- Set empty view layout 空视图的布局id
- setEmptyViewLayout(Context,Integer) - function in com.chad.library.adapter.base.BaseMultiItemAdapter
- Set empty view layout 空视图的布局id
- setEmptyViewLayout(Context,Integer) - function in com.chad.library.adapter.base.BaseQuickAdapter
- Set empty view layout 空视图的布局id
- setEmptyViewLayout(Context,Integer) - function in com.chad.library.adapter.base.BaseSingleItemAdapter
- Set empty view layout 空视图的布局id
- setEnabled(Integer,Boolean) - function in com.chad.library.adapter.base.viewholder.QuickViewHolder
- setExactMeasureSpecsFrom(RecyclerView) - function in androidx.recyclerview.widget.QuickGridLayoutManager
- setFlags(Integer,Integer) - function in androidx.recyclerview.widget.QuickViewHolder
- setGone(Integer,Boolean) - function in com.chad.library.adapter.base.viewholder.QuickViewHolder
- setHasStableIds(Boolean) - function in androidx.recyclerview.widget.BaseDifferAdapter
- setHasStableIds(Boolean) - function in androidx.recyclerview.widget.BaseMultiItemAdapter
- setHasStableIds(Boolean) - function in androidx.recyclerview.widget.BaseQuickAdapter
- setHasStableIds(Boolean) - function in androidx.recyclerview.widget.BaseSingleItemAdapter
- setHasStableIds(Boolean) - function in androidx.recyclerview.widget.LoadStateAdapter
- setHasStableIds(Boolean) - function in androidx.recyclerview.widget.LeadingLoadStateAdapter
- setHasStableIds(Boolean) - function in androidx.recyclerview.widget.TrailingLoadStateAdapter
- setImageBitmap(Integer,Bitmap) - function in com.chad.library.adapter.base.viewholder.QuickViewHolder
- setImageDrawable(Integer,Drawable) - function in com.chad.library.adapter.base.viewholder.QuickViewHolder
- setImageResource(Integer,Integer) - function in com.chad.library.adapter.base.viewholder.QuickViewHolder
- setInitialPrefetchItemCount(Integer) - function in androidx.recyclerview.widget.QuickGridLayoutManager
- setIsAnimationFirstOnly(Boolean) - function in com.chad.library.adapter.base.BaseDifferAdapter
- Whether the animation executed only the first time.
- setIsAnimationFirstOnly(Boolean) - function in com.chad.library.adapter.base.BaseMultiItemAdapter
- Whether the animation executed only the first time.
- setIsAnimationFirstOnly(Boolean) - function in com.chad.library.adapter.base.BaseQuickAdapter
- Whether the animation executed only the first time.
- setIsAnimationFirstOnly(Boolean) - function in com.chad.library.adapter.base.BaseSingleItemAdapter
- Whether the animation executed only the first time.
- setIsAutoLoadMore(Boolean) - function in com.chad.library.adapter.base.loadState.trailing.TrailingLoadStateAdapter
- Whether to turn on autoload more.
- setIsEmptyViewEnable(Boolean) - function in com.chad.library.adapter.base.BaseDifferAdapter
- setIsEmptyViewEnable(Boolean) - function in com.chad.library.adapter.base.BaseMultiItemAdapter
- setIsEmptyViewEnable(Boolean) - function in com.chad.library.adapter.base.BaseQuickAdapter
- setIsEmptyViewEnable(Boolean) - function in com.chad.library.adapter.base.BaseSingleItemAdapter
- setIsLoadEnable(Boolean) - function in com.chad.library.adapter.base.loadState.leading.LeadingLoadStateAdapter
- Whether enable loading.
- setIsRecyclable(boolean) - function in androidx.recyclerview.widget.DataBindingHolder
- setIsRecyclable(Boolean) - function in androidx.recyclerview.widget.QuickViewHolder
- setItem(T) - function in com.chad.library.adapter.base.BaseSingleItemAdapter
- setItem(T,Object) - function in com.chad.library.adapter.base.BaseSingleItemAdapter
- 设置 item 数据(payload 方式)
- setItemAnimation(ItemAnimator) - function in com.chad.library.adapter.base.BaseDifferAdapter
- setItemAnimation(BaseQuickAdapter.AnimationType) - function in com.chad.library.adapter.base.BaseDifferAdapter
- use preset animations 使用内置默认动画设置
- setItemAnimation(ItemAnimator) - function in com.chad.library.adapter.base.BaseMultiItemAdapter
- setItemAnimation(BaseQuickAdapter.AnimationType) - function in com.chad.library.adapter.base.BaseMultiItemAdapter
- use preset animations 使用内置默认动画设置
- setItemAnimation(ItemAnimator) - function in com.chad.library.adapter.base.BaseQuickAdapter
- setItemAnimation(BaseQuickAdapter.AnimationType) - function in com.chad.library.adapter.base.BaseQuickAdapter
- use preset animations 使用内置默认动画设置
- setItemAnimation(ItemAnimator) - function in com.chad.library.adapter.base.BaseSingleItemAdapter
- setItemAnimation(BaseQuickAdapter.AnimationType) - function in com.chad.library.adapter.base.BaseSingleItemAdapter
- use preset animations 使用内置默认动画设置
- setItemDragListener(OnItemDragListener) - function in com.chad.library.adapter.base.dragswipe.QuickDragAndSwipe
- 设置拖拽的监听
- setItemDragListener(QuickDragAndSwipe,Function2,Function4,Function2) - function in com.chad.library.adapter.base.dragswipe.DragSwipeExtKt
- 使用拖拽方式的拓展函数
- setItemPrefetchEnabled(Boolean) - function in androidx.recyclerview.widget.QuickGridLayoutManager
- setItems(List) - function in com.chad.library.adapter.base.BaseDifferAdapter
- setItems(List) - function in com.chad.library.adapter.base.BaseMultiItemAdapter
- setItems(List) - function in com.chad.library.adapter.base.BaseQuickAdapter
- setItems(List) - function in com.chad.library.adapter.base.BaseSingleItemAdapter
- setItemSwipeListener(OnItemSwipeListener) - function in com.chad.library.adapter.base.dragswipe.QuickDragAndSwipe
- setItemSwipeListener(QuickDragAndSwipe,Function2,Function5,Function3,Function2) - function in com.chad.library.adapter.base.dragswipe.DragSwipeExtKt
- 滑动删除的拓展函数
- setItemViewSwipeEnabled(Boolean) - function in com.chad.library.adapter.base.dragswipe.QuickDragAndSwipe
- 是否开启侧滑
- setLeadingLoadState(LoadState) - function in com.chad.library.adapter.base.QuickAdapterHelper
- setLeadingLoadStateAdapter(LeadingLoadStateAdapter) - function in com.chad.library.adapter.base.QuickAdapterHelper.Builder
- 首部"加载更多"Adapter
- setLeadingLoadStateAdapter(LeadingLoadStateAdapter.OnLeadingListener) - function in com.chad.library.adapter.base.QuickAdapterHelper.Builder
- setLoadState(LoadState) - function in com.chad.library.adapter.base.loadState.LoadStateAdapter
- setLoadState(LoadState) - function in com.chad.library.adapter.base.loadState.leading.LeadingLoadStateAdapter
- setLoadState(LoadState) - function in com.chad.library.adapter.base.loadState.trailing.TrailingLoadStateAdapter
- setLongPressDragEnabled(Boolean) - function in com.chad.library.adapter.base.dragswipe.QuickDragAndSwipe
- 是否开启拖拽
- setMeasuredDimension(Rect,Integer,Integer) - function in androidx.recyclerview.widget.QuickGridLayoutManager
- setMeasuredDimension(Integer,Integer) - function in androidx.recyclerview.widget.QuickGridLayoutManager
- setMeasuredDimensionFromChildren(Integer,Integer) - function in androidx.recyclerview.widget.QuickGridLayoutManager
- setMeasurementCacheEnabled(Boolean) - function in androidx.recyclerview.widget.QuickGridLayoutManager
- setMeasureSpecs(Integer,Integer) - function in androidx.recyclerview.widget.QuickGridLayoutManager
- setOnDebouncedItemClick(BaseQuickAdapter,Long,BaseQuickAdapter.OnItemClickListener) - function in com.chad.library.adapter.base.util.ItemClickUtilsKt
- 去除点击抖动的点击方法
- setOnItemClickListener(BaseQuickAdapter.OnItemClickListener) - function in com.chad.library.adapter.base.BaseDifferAdapter
- ************************************ Set Listener
- setOnItemClickListener(BaseQuickAdapter.OnItemClickListener) - function in com.chad.library.adapter.base.BaseMultiItemAdapter
- ************************************ Set Listener
- setOnItemClickListener(BaseQuickAdapter.OnItemClickListener) - function in com.chad.library.adapter.base.BaseQuickAdapter
- ************************************ Set Listener
- setOnItemClickListener(BaseQuickAdapter.OnItemClickListener) - function in com.chad.library.adapter.base.BaseSingleItemAdapter
- ************************************ Set Listener
- setOnItemLongClickListener(BaseQuickAdapter.OnItemLongClickListener) - function in com.chad.library.adapter.base.BaseDifferAdapter
- setOnItemLongClickListener(BaseQuickAdapter.OnItemLongClickListener) - function in com.chad.library.adapter.base.BaseMultiItemAdapter
- setOnItemLongClickListener(BaseQuickAdapter.OnItemLongClickListener) - function in com.chad.library.adapter.base.BaseQuickAdapter
- setOnItemLongClickListener(BaseQuickAdapter.OnItemLongClickListener) - function in com.chad.library.adapter.base.BaseSingleItemAdapter
- setOnLeadingListener(LeadingLoadStateAdapter.OnLeadingListener) - function in com.chad.library.adapter.base.loadState.leading.LeadingLoadStateAdapter
- setOnLeadingListener(LeadingLoadStateAdapter.OnLeadingListener) - function in com.chad.library.adapter.base.loadState.leading.LeadingLoadStateAdapter
- setOnLoadMoreListener(TrailingLoadStateAdapter.OnTrailingListener) - function in com.chad.library.adapter.base.loadState.trailing.TrailingLoadStateAdapter
- Set load state listener 设置监听事件
- setOnTrailingListener(TrailingLoadStateAdapter.OnTrailingListener) - function in com.chad.library.adapter.base.loadState.trailing.TrailingLoadStateAdapter
- setOrientation(Integer) - function in androidx.recyclerview.widget.QuickGridLayoutManager
- setPreloadSize(Integer) - function in com.chad.library.adapter.base.loadState.leading.LeadingLoadStateAdapter
- Preload, the number of distances from the first item.
- setPreloadSize(Integer) - function in com.chad.library.adapter.base.loadState.trailing.TrailingLoadStateAdapter
- Preload, the number of items from the tail.
- setRecycleChildrenOnDetach(Boolean) - function in androidx.recyclerview.widget.QuickGridLayoutManager
- setRecyclerView(RecyclerView) - function in androidx.recyclerview.widget.QuickGridLayoutManager
- setRecyclerView(RecyclerView) - function in com.chad.library.adapter.base.loadState.LoadStateAdapter
- setRecyclerView(RecyclerView) - function in com.chad.library.adapter.base.loadState.leading.LeadingLoadStateAdapter
- setRecyclerView(RecyclerView) - function in com.chad.library.adapter.base.loadState.trailing.TrailingLoadStateAdapter
- setReverseLayout(Boolean) - function in androidx.recyclerview.widget.QuickGridLayoutManager
- setScrapContainer(RecyclerView.Recycler,Boolean) - function in androidx.recyclerview.widget.QuickViewHolder
- setSelected(Integer,Boolean) - function in com.chad.library.adapter.base.viewholder.QuickViewHolder
- setSmoothScrollbarEnabled(Boolean) - function in androidx.recyclerview.widget.QuickGridLayoutManager
- setSpanCount(Integer) - function in androidx.recyclerview.widget.QuickGridLayoutManager
- setSpanSizeLookup(GridLayoutManager.SpanSizeLookup) - function in com.chad.library.adapter.base.layoutmanager.QuickGridLayoutManager
- setStackFromEnd(Boolean) - function in androidx.recyclerview.widget.QuickGridLayoutManager
- setStateRestorationPolicy(RecyclerView.Adapter.StateRestorationPolicy) - function in androidx.recyclerview.widget.BaseDifferAdapter
- setStateRestorationPolicy(RecyclerView.Adapter.StateRestorationPolicy) - function in androidx.recyclerview.widget.BaseMultiItemAdapter
- setStateRestorationPolicy(RecyclerView.Adapter.StateRestorationPolicy) - function in androidx.recyclerview.widget.BaseQuickAdapter
- setStateRestorationPolicy(RecyclerView.Adapter.StateRestorationPolicy) - function in androidx.recyclerview.widget.BaseSingleItemAdapter
- setStateRestorationPolicy(RecyclerView.Adapter.StateRestorationPolicy) - function in androidx.recyclerview.widget.LoadStateAdapter
- setStateRestorationPolicy(RecyclerView.Adapter.StateRestorationPolicy) - function in androidx.recyclerview.widget.LeadingLoadStateAdapter
- setStateRestorationPolicy(RecyclerView.Adapter.StateRestorationPolicy) - function in androidx.recyclerview.widget.TrailingLoadStateAdapter
- setSwipeMoveFlags(Integer) - function in com.chad.library.adapter.base.dragswipe.QuickDragAndSwipe
- 设置侧滑的flag
- setText(Integer,CharSequence) - function in com.chad.library.adapter.base.viewholder.QuickViewHolder
- setText(Integer,Integer) - function in com.chad.library.adapter.base.viewholder.QuickViewHolder
- setTextColor(Integer,Integer) - function in com.chad.library.adapter.base.viewholder.QuickViewHolder
- setTextColorRes(Integer,Integer) - function in com.chad.library.adapter.base.viewholder.QuickViewHolder
- setTrailingLoadState(LoadState) - function in com.chad.library.adapter.base.QuickAdapterHelper
- setTrailingLoadStateAdapter(TrailingLoadStateAdapter) - function in com.chad.library.adapter.base.QuickAdapterHelper.Builder
- 尾部"加载更多"Adapter
- setTrailingLoadStateAdapter(TrailingLoadStateAdapter.OnTrailingListener) - function in com.chad.library.adapter.base.QuickAdapterHelper.Builder
- setUsingSpansToEstimateScrollbarDimensions(Boolean) - function in androidx.recyclerview.widget.QuickGridLayoutManager
- setVisible(Integer,Boolean) - function in com.chad.library.adapter.base.viewholder.QuickViewHolder
- shouldBeKeptAsChild() - function in androidx.recyclerview.widget.QuickViewHolder
- shouldIgnore() - function in androidx.recyclerview.widget.QuickViewHolder
- shouldMeasureChild(View,Integer,Integer,RecyclerView.LayoutParams) - function in androidx.recyclerview.widget.QuickGridLayoutManager
- shouldMeasureTwice() - function in androidx.recyclerview.widget.QuickGridLayoutManager
- shouldReMeasureChild(View,Integer,Integer,RecyclerView.LayoutParams) - function in androidx.recyclerview.widget.QuickGridLayoutManager
- SlideInBottom - enum entry in com.chad.library.adapter.base.BaseQuickAdapter.AnimationType
- SlideInBottomAnimation - class in com.chad.library.adapter.base.animation
- An animation to let items slide in from the bottom.(Using a DecelerateInterpolator with 1.3 factor.) Default duration is 400ms.
- SlideInLeft - enum entry in com.chad.library.adapter.base.BaseQuickAdapter.AnimationType
- SlideInLeftAnimation - class in com.chad.library.adapter.base.animation
- An animation to let items slide in from the left.(Using a DecelerateInterpolator with 1.8 factor.) Default duration is 400ms.
- SlideInRight - enum entry in com.chad.library.adapter.base.BaseQuickAdapter.AnimationType
- SlideInRightAnimation - class in com.chad.library.adapter.base.animation
- An animation to let items slide in from the right.(Using a DecelerateInterpolator with 1.8 factor.) Default duration is 400ms.
- smoothScrollToPosition(RecyclerView,RecyclerView.State,Integer) - function in androidx.recyclerview.widget.QuickGridLayoutManager
- startDrag(RecyclerView.ViewHolder) - function in com.chad.library.adapter.base.dragswipe.QuickDragAndSwipe
- 拖拽 长按默认可拖动,可不进行设置此方法 此方法可以做特殊使用进行调用 如:长按此条position对应的item,触发 position+1 对应的item
- startDrag(Integer) - function in com.chad.library.adapter.base.dragswipe.QuickDragAndSwipe
- 拖拽 长按默认可拖动,可不进行设置此方法 此方法可以做特殊使用进行调用 如:长按此条position对应的item,触发 position+1 对应的item
- startSmoothScroll(RecyclerView.SmoothScroller) - function in androidx.recyclerview.widget.QuickGridLayoutManager
- startSwipe(RecyclerView.ViewHolder) - function in com.chad.library.adapter.base.dragswipe.QuickDragAndSwipe
- 启动侧滑
- startSwipe(Integer) - function in com.chad.library.adapter.base.dragswipe.QuickDragAndSwipe
- 启动侧滑
- stopIgnoring() - function in androidx.recyclerview.widget.QuickViewHolder
- stopIgnoringView(View) - function in androidx.recyclerview.widget.QuickGridLayoutManager
- stopSmoothScroller() - function in androidx.recyclerview.widget.QuickGridLayoutManager
- submitList(List) - function in com.chad.library.adapter.base.BaseDifferAdapter
- Submit List 提交数据集
- submitList(List,Runnable) - function in com.chad.library.adapter.base.BaseDifferAdapter
- submitList(List) - function in com.chad.library.adapter.base.BaseMultiItemAdapter
- setting up a new instance to data;设置新的数据集合
- submitList(List) - function in com.chad.library.adapter.base.BaseQuickAdapter
- setting up a new instance to data;设置新的数据集合
- submitList(List) - function in com.chad.library.adapter.base.BaseSingleItemAdapter
- setting up a new instance to data;设置新的数据集合
- supportsPredictiveItemAnimations() - function in androidx.recyclerview.widget.QuickGridLayoutManager
- swap(Integer,Integer) - function in com.chad.library.adapter.base.BaseDifferAdapter
- Item swap 数据位置交换
- swap(Integer,Integer) - function in com.chad.library.adapter.base.BaseMultiItemAdapter
- Item swap 数据位置交换
- swap(Integer,Integer) - function in com.chad.library.adapter.base.BaseQuickAdapter
- Item swap 数据位置交换
- swap(Integer,Integer) - function in com.chad.library.adapter.base.BaseSingleItemAdapter
- Item swap 数据位置交换