Method | Description | |
---|---|---|
ClampViewPositionVertical ( Android.Views.View child, int top, int dy ) : int | ||
DragHelperCallback ( |
||
GetViewVerticalDragRange ( Android.Views.View child ) : int | ||
OnViewCaptured ( Android.Views.View capturedChild, int activePointerId ) : void | ||
OnViewDragStateChanged ( int state ) : void | ||
OnViewPositionChanged ( Android.Views.View changedView, int left, int top, int dx, int dy ) : void | ||
OnViewReleased ( Android.Views.View releasedChild, float xvel, float yvel ) : void | ||
TryCaptureView ( Android.Views.View child, int pointerId ) : bool |
public ClampViewPositionVertical ( Android.Views.View child, int top, int dy ) : int | ||
child | Android.Views.View | |
top | int | |
dy | int | |
return | int |
public DragHelperCallback ( |
||
layout | ||
return | System |
public GetViewVerticalDragRange ( Android.Views.View child ) : int | ||
child | Android.Views.View | |
return | int |
public OnViewCaptured ( Android.Views.View capturedChild, int activePointerId ) : void | ||
capturedChild | Android.Views.View | |
activePointerId | int | |
return | void |
public OnViewDragStateChanged ( int state ) : void | ||
state | int | |
return | void |
public OnViewPositionChanged ( Android.Views.View changedView, int left, int top, int dx, int dy ) : void | ||
changedView | Android.Views.View | |
left | int | |
top | int | |
dx | int | |
dy | int | |
return | void |
public OnViewReleased ( Android.Views.View releasedChild, float xvel, float yvel ) : void | ||
releasedChild | Android.Views.View | |
xvel | float | |
yvel | float | |
return | void |
public TryCaptureView ( Android.Views.View child, int pointerId ) : bool | ||
child | Android.Views.View | |
pointerId | int | |
return | bool |