C# Class Softeq.XToolkit.Chat.Droid.LayoutManagers.GuardedLinearLayoutManager

Inheritance: LinearLayoutManager
Mostra file Open project: Softeq/XToolkit.Chat

Public Methods

Method Description
GuardedLinearLayoutManager ( Context context ) : System
OnLayoutChildren ( RecyclerView.Recycler recycler, RecyclerView.State state ) : void

Protected Methods

Method Description
GuardedLinearLayoutManager ( IntPtr ptr, JniHandleOwnership transfer ) : System

Method Details

GuardedLinearLayoutManager() public method

public GuardedLinearLayoutManager ( Context context ) : System
context Context
return System

GuardedLinearLayoutManager() protected method

protected GuardedLinearLayoutManager ( IntPtr ptr, JniHandleOwnership transfer ) : System
ptr IntPtr
transfer JniHandleOwnership
return System

OnLayoutChildren() public method

public OnLayoutChildren ( RecyclerView.Recycler recycler, RecyclerView.State state ) : void
recycler RecyclerView.Recycler
state RecyclerView.State
return void