public class ViewDebug extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
ViewDebug.CapturedViewProperty |
static interface |
ViewDebug.ExportedProperty |
static interface |
ViewDebug.FlagToString |
static class |
ViewDebug.HierarchyTraceType
Deprecated.
|
static interface |
ViewDebug.IntToString |
static class |
ViewDebug.RecyclerTraceType
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
static boolean |
TRACE_HIERARCHY
Deprecated.
|
static boolean |
TRACE_RECYCLER
Deprecated.
|
| Constructor and Description |
|---|
ViewDebug() |
| Modifier and Type | Method and Description |
|---|---|
static void |
dumpCapturedView(String tag,
Object view) |
static void |
startHierarchyTracing(String prefix,
View view)
Deprecated.
|
static void |
startRecyclerTracing(String prefix,
View view)
Deprecated.
|
static void |
stopHierarchyTracing()
Deprecated.
|
static void |
stopRecyclerTracing()
Deprecated.
|
static void |
trace(View view,
ViewDebug.HierarchyTraceType type)
Deprecated.
|
static void |
trace(View view,
ViewDebug.RecyclerTraceType type,
int... parameters)
Deprecated.
|
@Deprecated public static final boolean TRACE_HIERARCHY
@Deprecated public static final boolean TRACE_RECYCLER
@Deprecated public static void trace(View view, ViewDebug.RecyclerTraceType type, int... parameters)
@Deprecated public static void startRecyclerTracing(String prefix, View view)
@Deprecated public static void stopRecyclerTracing()
@Deprecated public static void trace(View view, ViewDebug.HierarchyTraceType type)
@Deprecated public static void startHierarchyTracing(String prefix, View view)
@Deprecated public static void stopHierarchyTracing()
Copyright © 2008-2013. All Rights Reserved.