Méthode | Description | |
---|---|---|
LinearLayoutManager2 ( Context context ) : Android.Content | ||
LinearLayoutManager2 ( Context context, IAttributeSet attrs, int defStyleAttr, int defStyleRes ) : Android.Content | ||
LinearLayoutManager2 ( Context context, int orientation, bool reverseLayout ) : Android.Content | ||
OnLayoutChildren ( RecyclerView.Recycler recycler, RecyclerView.State state ) : void |
Méthode | Description | |
---|---|---|
LinearLayoutManager2 ( IntPtr javaReference, JniHandleOwnership transfer ) : Android.Content |
public LinearLayoutManager2 ( Context context ) : Android.Content | ||
context | Context | |
Résultat | Android.Content |
public LinearLayoutManager2 ( Context context, IAttributeSet attrs, int defStyleAttr, int defStyleRes ) : Android.Content | ||
context | Context | |
attrs | IAttributeSet | |
defStyleAttr | int | |
defStyleRes | int | |
Résultat | Android.Content |
public LinearLayoutManager2 ( Context context, int orientation, bool reverseLayout ) : Android.Content | ||
context | Context | |
orientation | int | |
reverseLayout | bool | |
Résultat | Android.Content |
protected LinearLayoutManager2 ( IntPtr javaReference, JniHandleOwnership transfer ) : Android.Content | ||
javaReference | IntPtr | |
transfer | JniHandleOwnership | |
Résultat | Android.Content |
public OnLayoutChildren ( RecyclerView.Recycler recycler, RecyclerView.State state ) : void | ||
recycler | RecyclerView.Recycler | |
state | RecyclerView.State | |
Résultat | void |