|
||||||||||
| 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
Deprecated. |
static interface |
ViewDebug.IntToString
|
static class |
ViewDebug.RecyclerTraceType
Deprecated. |
| Field Summary | |
|---|---|
static boolean |
TRACE_HIERARCHY
Deprecated. |
static boolean |
TRACE_RECYCLER
Deprecated. |
| Constructor Summary | |
|---|---|
ViewDebug()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
@Deprecated public static final boolean TRACE_HIERARCHY
@Deprecated public static final boolean TRACE_RECYCLER
| Constructor Detail |
|---|
public ViewDebug()
| Method Detail |
|---|
@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()
public static void dumpCapturedView(String tag,
Object view)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||