A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W
D
- DataBindingHolder - class in com.chad.library.adapter4.viewholder
- A viewHolder quick to use when the project enabled ViewDataBinding.
- dataMove(Integer,Integer) - function in com.chad.library.adapter4.dragswipe.listener.DragAndSwipeDataCallback
- item 数据交换
- dataRemoveAt(Integer) - function in com.chad.library.adapter4.dragswipe.listener.DragAndSwipeDataCallback
- 删除 Item 数据
- detachAndScrapAttachedViews(RecyclerView.Recycler) - function in androidx.recyclerview.widget.QuickGridLayoutManager
- detachAndScrapView(View,RecyclerView.Recycler) - function in androidx.recyclerview.widget.QuickGridLayoutManager
- detachAndScrapViewAt(Integer,RecyclerView.Recycler) - function in androidx.recyclerview.widget.QuickGridLayoutManager
- detachView(View) - function in androidx.recyclerview.widget.QuickGridLayoutManager
- detachViewAt(Integer) - function in androidx.recyclerview.widget.QuickGridLayoutManager
- dispatchAttachedToWindow(RecyclerView) - function in androidx.recyclerview.widget.QuickGridLayoutManager
- dispatchDetachedFromWindow(RecyclerView,RecyclerView.Recycler) - function in androidx.recyclerview.widget.QuickGridLayoutManager
- displayEmptyView(List) - function in com.chad.library.adapter4.BaseDifferAdapter
- 判断是否能显示“空状态”布局
- displayEmptyView(List) - function in com.chad.library.adapter4.BaseMultiItemAdapter
- 判断是否能显示“空状态”布局
- displayEmptyView(List) - function in com.chad.library.adapter4.BaseNodeAdapter
- 判断是否能显示“空状态”布局
- displayEmptyView(List) - function in com.chad.library.adapter4.BaseQuickAdapter
- 判断是否能显示“空状态”布局
- displayEmptyView(List) - function in com.chad.library.adapter4.BaseSingleItemAdapter
- 判断是否能显示“空状态”布局
- displayLoadStateAsItem(LoadState) - function in com.chad.library.adapter4.loadState.LoadStateAdapter
- Returns true if the LoadState should be displayed as a list item when active.
- displayLoadStateAsItem(LoadState) - function in com.chad.library.adapter4.loadState.leading.LeadingLoadStateAdapter
- Returns true if the LoadState should be displayed as a list item when active.
- displayLoadStateAsItem(LoadState) - function in com.chad.library.adapter4.loadState.trailing.TrailingLoadStateAdapter
- Returns true if the LoadState should be displayed as a list item when active.
- doesTransientStatePreventRecycling() - function in androidx.recyclerview.widget.QuickViewHolder
- DragAndSwipeDataCallback - class in com.chad.library.adapter4.dragswipe.listener
- 由外部实现的数据操作
- DragSwipeExtKt - class in com.chad.library.adapter4.dragswipe