public class MediaGridAdapter
extends android.widget.BaseAdapter
| 构造器和说明 |
|---|
MediaGridAdapter(android.content.Context context,
ArrayList<MediaBean> mediaModels,
int size)
已过时。
MediaGridAdapter
|
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getCount()
已过时。
|
MediaBean |
getItem(int position)
已过时。
|
long |
getItemId(int position)
已过时。
|
android.view.View |
getView(int position,
android.view.View convertView,
android.view.ViewGroup parent)
已过时。
|
void |
resizeItem(int size)
已过时。
|
public void resizeItem(int size)
public android.view.View getView(int position,
android.view.View convertView,
android.view.ViewGroup parent)
public int getCount()
public MediaBean getItem(int position)
public long getItemId(int position)