Public 成员函数 | |
| ScrollView | getParentScrollView () |
| void | setParentScrollView (ScrollView parentScrollView) |
| int | getMaxHeight () |
| void | setMaxHeight (int maxHeight) |
| AbInnerListView (Context context, AttributeSet attrs) | |
| boolean | onInterceptTouchEvent (MotionEvent ev) |
Protected 成员函数 | |
| void | onMeasure (int widthMeasureSpec, int heightMeasureSpec) |
Private 成员函数 | |
| void | setParentScrollAble (boolean flag) |
Private 属性 | |
| ScrollView | parentScrollView |
| int | maxHeight |
© 2012 amsoft.cn 名称:AbInnerListView.java 描述:这个ListView不会与父亲是个ScrollView与List的产生事件冲突
|
inline |
Instantiates a new ab inner list view.
| context | the context |
| attrs | the attrs |
|
inline |
Gets the max height.
|
inline |
Gets the parent scroll view.
|
inline |
描述:TODO.
| ev | the ev |
|
inlineprotected |
描述:TODO.
| widthMeasureSpec | the width measure spec |
| heightMeasureSpec | the height measure spec |
|
inline |
Sets the max height.
| maxHeight | the new max height |
|
inlineprivate |
Sets the parent scroll able.
| flag | the new parent scroll able |
|
inline |
Sets the parent scroll view.
| parentScrollView | the new parent scroll view |
|
private |
The max height.
|
private |
The parent scroll view.
1.8.8