类 | |
| interface | AbOnScrollListener |
Public 成员函数 | |
| AbHorizontalScrollView (Context context) | |
| AbHorizontalScrollView (Context context, AttributeSet attrs) | |
| void | setOnScrollListener (AbOnScrollListener listner) |
Protected 成员函数 | |
| void | onScrollChanged (int l, int t, int oldl, int oldt) |
Private 成员函数 | |
| void | checkTotalWidth () |
Private 属性 | |
| int | intitPosition |
| int | childWidth = 0 |
| AbOnScrollListener | onScrollListner |
© 2012 amsoft.cn 名称:AbHorizontalScrollView1.java 描述:有滚动事件监听的HorizontalScrollView
|
inline |
Instantiates a new ab horizontal scroll view.
| context | the context |
|
inline |
Instantiates a new ab horizontal scroll view.
| context | the context |
| attrs | the attrs |
|
inlineprivate |
计算总宽.
|
inlineprotected |
|
inline |
描述:设置监听器.
| listner | the new on scroll listener |
|
private |
The child width.
|
private |
The intit position.
|
private |
The on scroll listner.
1.8.8