C# Class android.widget.ResourceCursorTreeAdapter

Inheritance: android.widget.ResourceCursorTreeAdapterScopeChangeShim
Datei anzeigen Open project: JeroMiya/androidmono

Public Methods

Method Description
ResourceCursorTreeAdapter ( android arg0, android arg1, int arg2, int arg3 )
ResourceCursorTreeAdapter ( android arg0, android arg1, int arg2, int arg3, int arg4 )
ResourceCursorTreeAdapter ( android arg0, android arg1, int arg2, int arg3, int arg4, int arg5 )
newChildView ( android arg0, android arg1, bool arg2, android arg3 ) : global::android.view.View
newGroupView ( android arg0, android arg1, bool arg2, android arg3 ) : global::android.view.View

Protected Methods

Method Description
ResourceCursorTreeAdapter ( global @__env )

Private Methods

Method Description
ResourceCursorTreeAdapter ( )

Method Details

ResourceCursorTreeAdapter() public method

public ResourceCursorTreeAdapter ( android arg0, android arg1, int arg2, int arg3 )
arg0 android
arg1 android
arg2 int
arg3 int

ResourceCursorTreeAdapter() public method

public ResourceCursorTreeAdapter ( android arg0, android arg1, int arg2, int arg3, int arg4 )
arg0 android
arg1 android
arg2 int
arg3 int
arg4 int

ResourceCursorTreeAdapter() public method

public ResourceCursorTreeAdapter ( android arg0, android arg1, int arg2, int arg3, int arg4, int arg5 )
arg0 android
arg1 android
arg2 int
arg3 int
arg4 int
arg5 int

ResourceCursorTreeAdapter() protected method

protected ResourceCursorTreeAdapter ( global @__env )
@__env global

newChildView() public method

public newChildView ( android arg0, android arg1, bool arg2, android arg3 ) : global::android.view.View
arg0 android
arg1 android
arg2 bool
arg3 android
return global::android.view.View

newGroupView() public method

public newGroupView ( android arg0, android arg1, bool arg2, android arg3 ) : global::android.view.View
arg0 android
arg1 android
arg2 bool
arg3 android
return global::android.view.View