|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectandroid.view.ViewDebug
public class ViewDebug
| Nested Class Summary | |
|---|---|
static interface |
ViewDebug.CapturedViewProperty
|
static interface |
ViewDebug.ExportedProperty
|
static interface |
ViewDebug.FlagToString
|
static class |
ViewDebug.HierarchyTraceType
|
static interface |
ViewDebug.IntToString
|
static class |
ViewDebug.RecyclerTraceType
|
| Field Summary | |
|---|---|
static boolean |
TRACE_HIERARCHY
|
static boolean |
TRACE_RECYCLER
|
| Constructor Summary | |
|---|---|
ViewDebug()
|
|
| Method Summary | |
|---|---|
static void |
dumpCapturedView(java.lang.String tag,
java.lang.Object view)
|
static void |
startHierarchyTracing(java.lang.String prefix,
View view)
|
static void |
startRecyclerTracing(java.lang.String prefix,
View view)
|
static void |
stopHierarchyTracing()
|
static void |
stopRecyclerTracing()
|
static void |
trace(View view,
ViewDebug.HierarchyTraceType type)
|
static void |
trace(View view,
ViewDebug.RecyclerTraceType type,
int... parameters)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final boolean TRACE_HIERARCHY
public static final boolean TRACE_RECYCLER
| Constructor Detail |
|---|
public ViewDebug()
| Method Detail |
|---|
public static void trace(View view,
ViewDebug.RecyclerTraceType type,
int... parameters)
public static void startRecyclerTracing(java.lang.String prefix,
View view)
public static void stopRecyclerTracing()
public static void trace(View view,
ViewDebug.HierarchyTraceType type)
public static void startHierarchyTracing(java.lang.String prefix,
View view)
public static void stopHierarchyTracing()
public static void dumpCapturedView(java.lang.String tag,
java.lang.Object view)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||