Public 成员函数 | |
| CarouselImageAdapter (Context c, List< Drawable > drawables, boolean reflected) | |
| int | getCount () |
| Object | getItem (int position) |
| long | getItemId (int position) |
| View | getView (int position, View convertView, ViewGroup parent) |
| void | setImages () |
Private 属性 | |
| Context | mContext |
| List< Drawable > | mDrawables |
| boolean | mReflected = true |
| CarouselItemImage[] | mCarouselImageViews = null |
© 2012 amsoft.cn 名称:CarouselImageAdapter.java 描述:只有图片适配的Carousel
|
inline |
Instantiates a new carousel image adapter.
| c | the c |
| drawables | the drawables |
| reflected | 反射镜面效果 |
|
inline |
描述:TODO.
|
inline |
描述:TODO.
| position | the position |
|
inline |
描述:TODO.
| position | the position |
|
inline |
描述:TODO.
| position | the position |
| convertView | the convert view |
| parent | the parent |
|
inline |
Sets the images.
|
private |
The m carousel image views.
|
private |
The m context.
|
private |
The m drawables.
|
private |
The m reflected.
1.8.8