Public 成员函数 | |
| CarouselViewAdapter (Context c, List< View > views, 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< View > | mViews |
| boolean | mReflected = true |
| CarouselItemView[] | mCarouselItemViews = null |
© 2012 amsoft.cn 名称:CarouselViewAdapter.java 描述:自定义View适配的Carousel
|
inline |
Instantiates a new carousel view adapter.
| c | the c |
| views | the views |
| 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 reflected.
|
private |
The m views.
1.8.8