android.view
Class ViewDebug
java.lang.Object
android.view.ViewDebug
public class ViewDebug
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
ViewDebug
public ViewDebug()
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.