Method | Description | |
---|---|---|
DividerDecoration ( Context context ) : System | ||
GetItemOffsets ( Android.Graphics.Rect outRect, View view, RecyclerView parent, RecyclerView state ) : void | ||
OnDraw ( Android c, RecyclerView parent, RecyclerView state ) : void |
Method | Description | |
---|---|---|
DrawHorizontal ( Android.Graphics.Canvas c, RecyclerView parent ) : void | ||
DrawVertical ( Android.Graphics.Canvas c, RecyclerView parent ) : void | ||
GetOrientation ( RecyclerView parent ) : int |
public DividerDecoration ( Context context ) : System | ||
context | Context | |
return | System |
public GetItemOffsets ( Android.Graphics.Rect outRect, View view, RecyclerView parent, RecyclerView state ) : void | ||
outRect | Android.Graphics.Rect | |
view | View | |
parent | RecyclerView | |
state | RecyclerView | |
return | void |
public OnDraw ( Android c, RecyclerView parent, RecyclerView state ) : void | ||
c | Android | |
parent | RecyclerView | |
state | RecyclerView | |
return | void |