C# 클래스 android.view.ViewDebug

상속: java.lang.Object
파일 보기 프로젝트 열기: JeroMiya/androidmono

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
ViewDebug ( global @__env )

비공개 메소드들

메소드 설명
ViewDebug ( )

메소드 상세

ViewDebug() 보호된 메소드

protected ViewDebug ( global @__env )
@__env global

dumpCapturedView() 공개 정적인 메소드

public static dumpCapturedView ( java arg0, java arg1 ) : void
arg0 java
arg1 java
리턴 void

startHierarchyTracing() 공개 정적인 메소드

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

startRecyclerTracing() 공개 정적인 메소드

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

stopHierarchyTracing() 공개 정적인 메소드

public static stopHierarchyTracing ( ) : void
리턴 void

stopRecyclerTracing() 공개 정적인 메소드

public static stopRecyclerTracing ( ) : void
리턴 void

trace() 공개 정적인 메소드

public static trace ( android arg0, android arg1 ) : void
arg0 android
arg1 android
리턴 void

trace() 공개 정적인 메소드

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