KServiceWorkNotesAdapter

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
class NoteVH(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
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 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
open override fun onCreateViewHolder(parent: ViewGroup, viewType: Int): KServiceWorkNotesAdapter.NoteVH
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
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触摸响应