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
          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

TRACE_HIERARCHY

@Deprecated
public static final boolean TRACE_HIERARCHY
Deprecated. 
See Also:
Constant Field Values

TRACE_RECYCLER

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

ViewDebug

public ViewDebug()
Method Detail

trace

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


startRecyclerTracing

@Deprecated
public static void startRecyclerTracing(String prefix,
                                                   View view)
Deprecated. 


stopRecyclerTracing

@Deprecated
public static void stopRecyclerTracing()
Deprecated. 


trace

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


startHierarchyTracing

@Deprecated
public static void startHierarchyTracing(String prefix,
                                                    View view)
Deprecated. 


stopHierarchyTracing

@Deprecated
public static void stopHierarchyTracing()
Deprecated. 


dumpCapturedView

public static void dumpCapturedView(String tag,
                                    Object view)


Copyright © 2008-2012. All Rights Reserved.