public class SmartSwipeWrapperSupport
extends SmartSwipeWrapper
| 构造器和说明 |
|---|
SmartSwipeWrapperSupport(android.content.Context context) |
SmartSwipeWrapperSupport(android.content.Context context,
android.util.AttributeSet attrs) |
SmartSwipeWrapperSupport(android.content.Context context,
android.util.AttributeSet attrs,
int defStyleAttr) |
SmartSwipeWrapperSupport(android.content.Context context,
android.util.AttributeSet attrs,
int defStyleAttr,
int defStyleRes) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
dispatchNestedPreScroll(int dx,
int dy,
int[] consumed,
int[] offsetInWindow,
int type) |
boolean |
dispatchNestedScroll(int dxConsumed,
int dyConsumed,
int dxUnconsumed,
int dyUnconsumed,
int[] offsetInWindow,
int type) |
boolean |
hasNestedScrollingParent(int type) |
protected void |
helperOnNestedPreScroll(android.view.View target,
int dx,
int dy,
int[] consumed,
int type) |
protected void |
helperOnNestedScroll(android.view.View target,
int dxConsumed,
int dyConsumed,
int dxUnconsumed,
int dyUnconsumed,
int type) |
protected void |
helperOnNestedScrollAccepted(android.view.View child,
android.view.View target,
int axes,
int type) |
protected void |
helperOnStopNestedScroll(android.view.View target,
int type) |
boolean |
isNestedScrollingEnabled() |
protected void |
onDetachedFromWindow() |
void |
setNestedScrollingEnabled(boolean enabled) |
boolean |
startNestedScroll(int axes,
int type) |
void |
stopNestedScroll(int type) |
public SmartSwipeWrapperSupport(android.content.Context context)
public SmartSwipeWrapperSupport(android.content.Context context,
android.util.AttributeSet attrs)
public SmartSwipeWrapperSupport(android.content.Context context,
android.util.AttributeSet attrs,
int defStyleAttr)
public SmartSwipeWrapperSupport(android.content.Context context,
android.util.AttributeSet attrs,
int defStyleAttr,
int defStyleRes)
protected void onDetachedFromWindow()
public void setNestedScrollingEnabled(boolean enabled)
public boolean isNestedScrollingEnabled()
protected void helperOnNestedScrollAccepted(android.view.View child,
android.view.View target,
int axes,
int type)
protected void helperOnStopNestedScroll(android.view.View target,
int type)
protected void helperOnNestedPreScroll(android.view.View target,
int dx,
int dy,
int[] consumed,
int type)
protected void helperOnNestedScroll(android.view.View target,
int dxConsumed,
int dyConsumed,
int dxUnconsumed,
int dyUnconsumed,
int type)
public boolean startNestedScroll(int axes,
int type)
public void stopNestedScroll(int type)
public boolean hasNestedScrollingParent(int type)
public boolean dispatchNestedScroll(int dxConsumed,
int dyConsumed,
int dxUnconsumed,
int dyUnconsumed,
int[] offsetInWindow,
int type)
public boolean dispatchNestedPreScroll(int dx,
int dy,
int[] consumed,
int[] offsetInWindow,
int type)