public class MediaInfoImgAdapter extends MediaInfoAdapter<com.android.fxy.simplemediaclips.ui.MediaInfoImgAdapter.MediaInfoImgHolder,java.lang.String>
| 限定符和类型 | 类和说明 |
|---|---|
class |
MediaInfoImgAdapter.ScaleTransformation |
MediaInfoAdapter.ItemSelectedListener| 限定符和类型 | 字段和说明 |
|---|---|
static int |
END_VACANCY |
static int |
MAX_IN_SCREEN |
static float |
SCAL_VALUE |
static int |
START_VACANCY |
mItemSelectedListener, mSellectPosition| 构造器和说明 |
|---|
MediaInfoImgAdapter(android.content.Context context) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getItemCount() |
void |
onBindViewHolder(com.android.fxy.simplemediaclips.ui.MediaInfoImgAdapter.MediaInfoImgHolder holder,
int position) |
com.android.fxy.simplemediaclips.ui.MediaInfoImgAdapter.MediaInfoImgHolder |
onCreateViewHolder(android.view.ViewGroup parent,
int viewType) |
void |
sellect(int pisition) |
getDatas, getInflater, setData, setOnItemSelectedbindViewHolder, createViewHolder, getItemId, getItemViewType, hasObservers, hasStableIds, notifyDataSetChanged, notifyItemChanged, notifyItemChanged, notifyItemInserted, notifyItemMoved, notifyItemRangeChanged, notifyItemRangeChanged, notifyItemRangeInserted, notifyItemRangeRemoved, notifyItemRemoved, onAttachedToRecyclerView, onBindViewHolder, onDetachedFromRecyclerView, onFailedToRecycleView, onViewAttachedToWindow, onViewDetachedFromWindow, onViewRecycled, registerAdapterDataObserver, setHasStableIds, unregisterAdapterDataObserverpublic static final int START_VACANCY
public static final int END_VACANCY
public static final int MAX_IN_SCREEN
public static final float SCAL_VALUE
public void sellect(int pisition)
sellect 在类中 MediaInfoAdapter<com.android.fxy.simplemediaclips.ui.MediaInfoImgAdapter.MediaInfoImgHolder,java.lang.String>@NonNull
public com.android.fxy.simplemediaclips.ui.MediaInfoImgAdapter.MediaInfoImgHolder onCreateViewHolder(@NonNull
android.view.ViewGroup parent,
int viewType)
onCreateViewHolder 在类中 android.support.v7.widget.RecyclerView.Adapter<com.android.fxy.simplemediaclips.ui.MediaInfoImgAdapter.MediaInfoImgHolder>public void onBindViewHolder(@NonNull
com.android.fxy.simplemediaclips.ui.MediaInfoImgAdapter.MediaInfoImgHolder holder,
int position)
onBindViewHolder 在类中 android.support.v7.widget.RecyclerView.Adapter<com.android.fxy.simplemediaclips.ui.MediaInfoImgAdapter.MediaInfoImgHolder>public int getItemCount()
getItemCount 在类中 MediaInfoAdapter<com.android.fxy.simplemediaclips.ui.MediaInfoImgAdapter.MediaInfoImgHolder,java.lang.String>