Public 成员函数 | |
| AbNetworkImageView (Context context) | |
| AbNetworkImageView (Context context, AttributeSet attrs) | |
| AbNetworkImageView (Context context, AttributeSet attrs, int defStyle) | |
| void | setImageUrl (String url, AbImageDownloader abImageDownloader) |
Protected 成员函数 | |
| void | onLayout (boolean changed, int left, int top, int right, int bottom) |
| void | onDetachedFromWindow () |
| void | drawableStateChanged () |
Private 成员函数 | |
| void | loadImageIfNecessary (final boolean isInLayoutPass) |
Private 属性 | |
| String | mUrl |
| AbImageDownloader | mAbImageDownloader = null |
© 2012 amsoft.cn 名称:AbNetworkImageView.java 描述:根据url下载图片的网络ImageView
|
inline |
Instantiates a new ab network image view.
| context | the context |
|
inline |
Instantiates a new ab network image view.
| context | the context |
| attrs | the attrs |
|
inline |
Instantiates a new ab network image view.
| context | the context |
| attrs | the attrs |
| defStyle | the def style |
|
inlineprotected |
描述:TODO.
|
inlineprivate |
描述:如果未加载就加载.
| isInLayoutPass | the is in layout pass |
|
inlineprotected |
描述:TODO.
|
inlineprotected |
描述:TODO.
| changed | the changed |
| left | the left |
| top | the top |
| right | the right |
| bottom | the bottom |
|
inline |
描述:设置图片的URL.
| url | the url |
| abImageDownloader | the ab image downloader |
|
private |
图片下载器.
|
private |
图片的url.
1.8.8