Android
android.view
public static final enum

android.view.ViewDebug.HierarchyTraceType

java.lang.Object
java.lang.Enum<E extends java.lang.Enum<E>> Serializable Comparable<T>
android.view.ViewDebug.HierarchyTraceType

Defines the type of hierarhcy trace to output to the hierarchy traces file.

Summary

Enum Values

ViewDebug.HierarchyTraceType  BUILD_CACHE   
ViewDebug.HierarchyTraceType  DRAW   
ViewDebug.HierarchyTraceType  INVALIDATE   
ViewDebug.HierarchyTraceType  INVALIDATE_CHILD   
ViewDebug.HierarchyTraceType  INVALIDATE_CHILD_IN_PARENT   
ViewDebug.HierarchyTraceType  ON_LAYOUT   
ViewDebug.HierarchyTraceType  ON_MEASURE   
ViewDebug.HierarchyTraceType  REQUEST_LAYOUT   

Public Methods

      static    ViewDebug.HierarchyTraceType  valueOf(String name)
    final  static    HierarchyTraceType[]  values()
Methods inherited from class java.lang.Enum
Methods inherited from class java.lang.Object
Methods inherited from interface java.lang.Comparable

Details

Enum Values

public static final ViewDebug.HierarchyTraceType BUILD_CACHE

public static final ViewDebug.HierarchyTraceType DRAW

public static final ViewDebug.HierarchyTraceType INVALIDATE

public static final ViewDebug.HierarchyTraceType INVALIDATE_CHILD

public static final ViewDebug.HierarchyTraceType INVALIDATE_CHILD_IN_PARENT

public static final ViewDebug.HierarchyTraceType ON_LAYOUT

public static final ViewDebug.HierarchyTraceType ON_MEASURE

public static final ViewDebug.HierarchyTraceType REQUEST_LAYOUT

Public Methods

public static ViewDebug.HierarchyTraceType valueOf(String name)

public static final HierarchyTraceType[] values()

Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56