跳过导航链接
A B C D E F G I L O R S V 

A

animateAdd(RecyclerView.ViewHolder) - 类 中的方法cn.lsmya.adapter.RxDefaultItemAnimator
 
animateChange(RecyclerView.ViewHolder, RecyclerView.ViewHolder, int, int, int, int) - 类 中的方法cn.lsmya.adapter.RxDefaultItemAnimator
 
animateMove(RecyclerView.ViewHolder, int, int, int, int) - 类 中的方法cn.lsmya.adapter.RxDefaultItemAnimator
 
animateRemove(RecyclerView.ViewHolder) - 类 中的方法cn.lsmya.adapter.RxDefaultItemAnimator
 
APPLICATION_ID - 类 中的静态变量cn.lsmya.adapter.BuildConfig
已过时。
APPLICATION_ID is misleading in libraries. For the library package name use LIBRARY_PACKAGE_NAME

B

BaseListViewAdapter<T> - cn.lsmya.adapter中的类
ListView、GridView适配器
BaseListViewAdapter(Context, ArrayList<T>, int) - 类 的构造器cn.lsmya.adapter.BaseListViewAdapter
 
BaseListViewAdapter.OnChildItemViewListener - cn.lsmya.adapter中的接口
item中子view点击事件传递的接口
BaseListViewHolder - cn.lsmya.adapter中的类
ListView、GridView适配器ViewHolder
BaseListViewHolder(View, BaseListViewAdapter.OnChildItemViewListener) - 类 的构造器cn.lsmya.adapter.BaseListViewHolder
 
BaseViewAdapter<T> - cn.lsmya.adapter中的类
recyclerView封装
BaseViewAdapter(List<T>, int) - 类 的构造器cn.lsmya.adapter.BaseViewAdapter
 
BaseViewAdapter(List<T>, int, BaseViewAdapter.OnChildClickListener) - 类 的构造器cn.lsmya.adapter.BaseViewAdapter
 
BaseViewAdapter.OnChildClickListener - cn.lsmya.adapter中的接口
item中子控件的点击事件回调
BaseViewAdapter.OnItemClickListener - cn.lsmya.adapter中的接口
item点击事件回调
BaseViewHolder - cn.lsmya.adapter中的类
recyclerView的viewHolder封装
BaseViewHolder(View, BaseViewAdapter.OnChildClickListener) - 类 的构造器cn.lsmya.adapter.BaseViewHolder
 
BUILD_TYPE - 类 中的静态变量cn.lsmya.adapter.BuildConfig
 
BuildConfig - cn.lsmya.adapter中的类
 
BuildConfig() - 类 的构造器cn.lsmya.adapter.BuildConfig
 

C

canReuseUpdatedViewHolder(RecyclerView.ViewHolder, List<Object>) - 类 中的方法cn.lsmya.adapter.RxDefaultItemAnimator
If the payload list is not empty, RxDefaultItemAnimator returns true.
cn.lsmya.adapter - 程序包 cn.lsmya.adapter
 

D

DEBUG - 类 中的静态变量cn.lsmya.adapter.BuildConfig
 

E

endAnimation(RecyclerView.ViewHolder) - 类 中的方法cn.lsmya.adapter.RxDefaultItemAnimator
 
endAnimations() - 类 中的方法cn.lsmya.adapter.RxDefaultItemAnimator
 

F

FLAVOR - 类 中的静态变量cn.lsmya.adapter.BuildConfig
 

G

getButton(int) - 类 中的方法cn.lsmya.adapter.BaseListViewHolder
根据view的id获取Button
getButton(int) - 类 中的方法cn.lsmya.adapter.BaseViewHolder
 
getContext() - 类 中的方法cn.lsmya.adapter.BaseViewAdapter
 
getCount() - 类 中的方法cn.lsmya.adapter.BaseListViewAdapter
 
getImageView(int) - 类 中的方法cn.lsmya.adapter.BaseListViewHolder
根据view的id获取ImageView
getImageView(int) - 类 中的方法cn.lsmya.adapter.BaseViewHolder
 
getItem(int) - 类 中的方法cn.lsmya.adapter.BaseListViewAdapter
 
getItemCount() - 类 中的方法cn.lsmya.adapter.BaseViewAdapter
 
getItemId(int) - 类 中的方法cn.lsmya.adapter.BaseListViewAdapter
 
getItemOffsets(Rect, View, RecyclerView, RecyclerView.State) - 类 中的方法cn.lsmya.adapter.RxRecyclerViewDividerTool
 
getItemPosition() - 类 中的方法cn.lsmya.adapter.BaseListViewHolder
获取当前itemView对应的下标
getLinearLayout(int) - 类 中的方法cn.lsmya.adapter.BaseListViewHolder
根据view的id获取LinearLayout
getLinearLayout(int) - 类 中的方法cn.lsmya.adapter.BaseViewHolder
 
getRelativeLayout(int) - 类 中的方法cn.lsmya.adapter.BaseListViewHolder
根据view的id获取RelativeLayout
getRelativeLayout(int) - 类 中的方法cn.lsmya.adapter.BaseViewHolder
 
getTextView(int) - 类 中的方法cn.lsmya.adapter.BaseListViewHolder
根据view的id获取TextView
getTextView(int) - 类 中的方法cn.lsmya.adapter.BaseViewHolder
 
getView(int, View, ViewGroup) - 类 中的方法cn.lsmya.adapter.BaseListViewAdapter
 
getView(int) - 类 中的方法cn.lsmya.adapter.BaseListViewHolder
根据view的id获取View
getView(int) - 类 中的方法cn.lsmya.adapter.BaseViewHolder
 

I

isRunning() - 类 中的方法cn.lsmya.adapter.RxDefaultItemAnimator
 

L

LIBRARY_PACKAGE_NAME - 类 中的静态变量cn.lsmya.adapter.BuildConfig
 

O

onAttachedToRecyclerView(RecyclerView) - 类 中的方法cn.lsmya.adapter.BaseViewAdapter
 
onBind(T, int, View, BaseListViewHolder) - 类 中的方法cn.lsmya.adapter.BaseListViewAdapter
ListView进行数据绑定
onBind(T, int, BaseViewHolder) - 类 中的方法cn.lsmya.adapter.BaseViewAdapter
item数据绑定
onBindViewHolder(BaseViewHolder, int) - 类 中的方法cn.lsmya.adapter.BaseViewAdapter
 
onChildClick(int, int) - 接口 中的方法cn.lsmya.adapter.BaseViewAdapter.OnChildClickListener
 
onChildViewClick(View, int, int) - 接口 中的方法cn.lsmya.adapter.BaseListViewAdapter.OnChildItemViewListener
点击时间回调方法
OnChildViewClickListener - cn.lsmya.adapter中的类
recyclerView中item子控件的点击事件
OnChildViewClickListener(BaseViewAdapter.OnChildClickListener, int, int) - 类 的构造器cn.lsmya.adapter.OnChildViewClickListener
 
onClick(View) - 类 中的方法cn.lsmya.adapter.OnChildViewClickListener
 
onCreateViewHolder(ViewGroup, int) - 类 中的方法cn.lsmya.adapter.BaseViewAdapter
 
onItemClick(int) - 接口 中的方法cn.lsmya.adapter.BaseViewAdapter.OnItemClickListener
 
onPageSelected(int) - 接口 中的方法cn.lsmya.adapter.RxRecyclerViewPageChangeListener.OnPageChangeListener
 
onScrolled(RecyclerView, int, int) - 接口 中的方法cn.lsmya.adapter.RxRecyclerViewPageChangeListener.OnPageChangeListener
 
onScrolled(RecyclerView, int, int) - 类 中的方法cn.lsmya.adapter.RxRecyclerViewPageChangeListener
 
onScrollStateChanged(RecyclerView, int) - 接口 中的方法cn.lsmya.adapter.RxRecyclerViewPageChangeListener.OnPageChangeListener
 
onScrollStateChanged(RecyclerView, int) - 类 中的方法cn.lsmya.adapter.RxRecyclerViewPageChangeListener
 

R

runPendingAnimations() - 类 中的方法cn.lsmya.adapter.RxDefaultItemAnimator
 
RxDefaultItemAnimator - cn.lsmya.adapter中的类
This implementation of RecyclerView.ItemAnimator provides basic animations on remove, add, and move events that happen to the items in a RecyclerView.
RxDefaultItemAnimator() - 类 的构造器cn.lsmya.adapter.RxDefaultItemAnimator
 
RxRecyclerViewDividerTool - cn.lsmya.adapter中的类
 
RxRecyclerViewDividerTool(int, int, int, int) - 类 的构造器cn.lsmya.adapter.RxRecyclerViewDividerTool
 
RxRecyclerViewDividerTool(int, int, int, int, boolean) - 类 的构造器cn.lsmya.adapter.RxRecyclerViewDividerTool
 
RxRecyclerViewDividerTool(int, boolean) - 类 的构造器cn.lsmya.adapter.RxRecyclerViewDividerTool
 
RxRecyclerViewDividerTool(int) - 类 的构造器cn.lsmya.adapter.RxRecyclerViewDividerTool
 
RxRecyclerViewPageChangeListener - cn.lsmya.adapter中的类
 
RxRecyclerViewPageChangeListener(SnapHelper, RxRecyclerViewPageChangeListener.OnPageChangeListener) - 类 的构造器cn.lsmya.adapter.RxRecyclerViewPageChangeListener
 
RxRecyclerViewPageChangeListener.OnPageChangeListener - cn.lsmya.adapter中的接口
 

S

setImage(int, int) - 类 中的方法cn.lsmya.adapter.BaseListViewHolder
ImageView设置resource内容
setImageBitmap(int, Bitmap) - 类 中的方法cn.lsmya.adapter.BaseViewHolder
 
setImageDrawable(int, Drawable) - 类 中的方法cn.lsmya.adapter.BaseViewHolder
 
setImageResource(int, int) - 类 中的方法cn.lsmya.adapter.BaseViewHolder
 
setItemPosition(int) - 类 中的方法cn.lsmya.adapter.BaseListViewHolder
设置当前itemView对应的下标
setOnChildClickListener(BaseListViewAdapter.OnChildItemViewListener) - 类 中的方法cn.lsmya.adapter.BaseListViewAdapter
添加、设置itemView中子控件的点击事件回调
setOnChildClickListener(BaseViewAdapter.OnChildClickListener) - 类 中的方法cn.lsmya.adapter.BaseViewAdapter
item中子View的点击事件
setOnClick(int) - 类 中的方法cn.lsmya.adapter.BaseListViewHolder
给控件添加点击事件(view的唯一标识为view的id)
setOnClick(int, int) - 类 中的方法cn.lsmya.adapter.BaseListViewHolder
给控件添加点击事件(view的唯一标识默认为view的id)
setOnClick(int) - 类 中的方法cn.lsmya.adapter.BaseViewHolder
 
setOnClick(int, int) - 类 中的方法cn.lsmya.adapter.BaseViewHolder
 
setOnItemClickListener(BaseViewAdapter.OnItemClickListener) - 类 中的方法cn.lsmya.adapter.BaseViewAdapter
item的点击事件
setText(int, String) - 类 中的方法cn.lsmya.adapter.BaseListViewHolder
设置TextView的text内容
setText(int, String) - 类 中的方法cn.lsmya.adapter.BaseViewHolder
 
setTextColor(int, int) - 类 中的方法cn.lsmya.adapter.BaseListViewHolder
设置TextView的字体颜色
setTextColor(int, int) - 类 中的方法cn.lsmya.adapter.BaseViewHolder
 
setVisibility(int, int) - 类 中的方法cn.lsmya.adapter.BaseListViewHolder
设置view的Visibility
setVisibility(int, boolean) - 类 中的方法cn.lsmya.adapter.BaseViewHolder
 
setVisibility(int, int) - 类 中的方法cn.lsmya.adapter.BaseViewHolder
 
setVisibilityGone(int, boolean) - 类 中的方法cn.lsmya.adapter.BaseViewHolder
 

V

VERSION_CODE - 类 中的静态变量cn.lsmya.adapter.BuildConfig
 
VERSION_NAME - 类 中的静态变量cn.lsmya.adapter.BuildConfig
 
A B C D E F G I L O R S V 
跳过导航链接