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

Inheritance: LinearLayoutManager
Afficher le fichier Open project: Softeq/XToolkit.Chat

Méthodes publiques

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

Méthodes protégées

Méthode Description
GuardedLinearLayoutManager ( IntPtr ptr, JniHandleOwnership transfer ) : System

Method Details

GuardedLinearLayoutManager() public méthode

public GuardedLinearLayoutManager ( Context context ) : System
context Context
Résultat System

GuardedLinearLayoutManager() protected méthode

protected GuardedLinearLayoutManager ( IntPtr ptr, JniHandleOwnership transfer ) : System
ptr IntPtr
transfer JniHandleOwnership
Résultat System

OnLayoutChildren() public méthode

public OnLayoutChildren ( RecyclerView.Recycler recycler, RecyclerView.State state ) : void
recycler RecyclerView.Recycler
state RecyclerView.State
Résultat void