C# Class android.view.ViewDebug

Inheritance: java.lang.Object
Show file Open project: JeroMiya/androidmono

Public Methods

Method Description
dumpCapturedView ( java arg0, java arg1 ) : void
startHierarchyTracing ( java arg0, android arg1 ) : void
startRecyclerTracing ( java arg0, android arg1 ) : void
stopHierarchyTracing ( ) : void
stopRecyclerTracing ( ) : void
trace ( android arg0, android arg1 ) : void
trace ( android arg0, android arg1, int arg2 ) : void

Protected Methods

Method Description
ViewDebug ( global @__env )

Private Methods

Method Description
ViewDebug ( )

Method Details

ViewDebug() protected method

protected ViewDebug ( global @__env )
@__env global

dumpCapturedView() public static method

public static dumpCapturedView ( java arg0, java arg1 ) : void
arg0 java
arg1 java
return void

startHierarchyTracing() public static method

public static startHierarchyTracing ( java arg0, android arg1 ) : void
arg0 java
arg1 android
return void

startRecyclerTracing() public static method

public static startRecyclerTracing ( java arg0, android arg1 ) : void
arg0 java
arg1 android
return void

stopHierarchyTracing() public static method

public static stopHierarchyTracing ( ) : void
return void

stopRecyclerTracing() public static method

public static stopRecyclerTracing ( ) : void
return void

trace() public static method

public static trace ( android arg0, android arg1 ) : void
arg0 android
arg1 android
return void

trace() public static method

public static trace ( android arg0, android arg1, int arg2 ) : void
arg0 android
arg1 android
arg2 int
return void