android.view
Class ViewDebug

java.lang.Object
  extended by android.view.ViewDebug

public class ViewDebug
extends Object


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(String tag, Object view)
           
static void startHierarchyTracing(String prefix, View view)
           
static void startRecyclerTracing(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

TRACE_HIERARCHY

public static final boolean TRACE_HIERARCHY
See Also:
Constant Field Values

TRACE_RECYCLER

public static final boolean TRACE_RECYCLER
See Also:
Constant Field Values
Constructor Detail

ViewDebug

public ViewDebug()
Method Detail

trace

public static void trace(View view,
                         ViewDebug.RecyclerTraceType type,
                         int... parameters)

startRecyclerTracing

public static void startRecyclerTracing(String prefix,
                                        View view)

stopRecyclerTracing

public static void stopRecyclerTracing()

trace

public static void trace(View view,
                         ViewDebug.HierarchyTraceType type)

startHierarchyTracing

public static void startHierarchyTracing(String prefix,
                                         View view)

stopHierarchyTracing

public static void stopHierarchyTracing()

dumpCapturedView

public static void dumpCapturedView(String tag,
                                    Object view)


Copyright © 2008-2012. All Rights Reserved.