public class LinkageScrollView extends NestedScrollView implements ILinkageScroll
| Constructor and Description |
|---|
LinkageScrollView(android.content.Context context) |
LinkageScrollView(android.content.Context context,
android.util.AttributeSet attrs) |
LinkageScrollView(android.content.Context context,
android.util.AttributeSet attrs,
int defStyleAttr) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
onScrollChanged(int l,
int t,
int oldl,
int oldt) |
LinkageScrollHandler |
provideScrollHandler()
获取子布局向 LinkageScrollLayout
LinkageScrollLayout 提供的滚动处理接口 |
void |
setChildLinkageEvent(ChildLinkageEvent event)
设置内联事件的回调接口
|
public LinkageScrollView(android.content.Context context)
public LinkageScrollView(android.content.Context context,
android.util.AttributeSet attrs)
public LinkageScrollView(android.content.Context context,
android.util.AttributeSet attrs,
int defStyleAttr)
protected void onScrollChanged(int l,
int t,
int oldl,
int oldt)
public void setChildLinkageEvent(ChildLinkageEvent event)
ILinkageScrollsetChildLinkageEvent in interface ILinkageScrollevent - ChildLinkageEvent that the top/bottom view holdspublic LinkageScrollHandler provideScrollHandler()
ILinkageScrollLinkageScrollLayout 提供的滚动处理接口provideScrollHandler in interface ILinkageScroll