C# 클래스 Softeq.XToolkit.Chat.Droid.LayoutManagers.GuardedLinearLayoutManager

상속: LinearLayoutManager
파일 보기 프로젝트 열기: Softeq/XToolkit.Chat

공개 메소드들

메소드 설명
GuardedLinearLayoutManager ( Context context ) : System
OnLayoutChildren ( RecyclerView.Recycler recycler, RecyclerView.State state ) : void

보호된 메소드들

메소드 설명
GuardedLinearLayoutManager ( IntPtr ptr, JniHandleOwnership transfer ) : System

메소드 상세

GuardedLinearLayoutManager() 공개 메소드

public GuardedLinearLayoutManager ( Context context ) : System
context Context
리턴 System

GuardedLinearLayoutManager() 보호된 메소드

protected GuardedLinearLayoutManager ( IntPtr ptr, JniHandleOwnership transfer ) : System
ptr IntPtr
transfer JniHandleOwnership
리턴 System

OnLayoutChildren() 공개 메소드

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