KServiceQuickMenusAdapter

class KServiceQuickMenusAdapter(onItemClick: (<Error class: unknown class>) -> Unit) : AbsClickableRecyclerAdapter<<Error class: unknown class>, KServiceQuickMenusAdapter.ActionsVH>

Constructors

Link copied to clipboard
constructor(onItemClick: (<Error class: unknown class>) -> Unit)

Types

Link copied to clipboard
class ActionsVH(val binding: <Error class: unknown class>) : RecyclerView.ViewHolder

Functions

Link copied to clipboard
fun addItems(list: List<<Error class: unknown class>>)
fun addItems(@IntRange(from = 0) index: Int, list: List<<Error class: unknown class>>)
Link copied to clipboard
open override fun getItemCount(): Int
Link copied to clipboard
open fun getItemId(p0: Int): Long
Link copied to clipboard
open fun getItemViewType(p0: Int): Int
Link copied to clipboard
open override fun handleEvent(recyclerView: RecyclerView, motionEvent: MotionEvent): Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun itemOf(position: Int): <Error class: unknown class>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun notifyItemMoved(p0: Int, p1: Int)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun onAttachedToRecyclerView(recyclerView: RecyclerView)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun onDetachedFromRecyclerView(recyclerView: RecyclerView)
Link copied to clipboard
Link copied to clipboard
open override fun onRequestDisallowInterceptTouchEvent(disallowIntercept: Boolean)
Link copied to clipboard
open override fun onTouchEvent(rv: RecyclerView, ev: MotionEvent)
Link copied to clipboard
open fun setHasStableIds(p0: Boolean)
Link copied to clipboard
fun setNewList(list: List<<Error class: unknown class>>)
Link copied to clipboard
open override fun touchable(): Boolean

是否开启item触摸响应