to top
Android APIs
Added in API level 1
Deprecated since API level 16
public static final enum

ViewDebug.HierarchyTraceType

extends Enum<E extends  Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ android.view.ViewDebug.HierarchyTraceType

This enum was deprecated in API level 16.
This enum is now unused

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

? Examples
static ViewDebug.HierarchyTraceType valueOf( String name)

? Examples
final static HierarchyTraceType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

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)

Added in API level 1

public static final HierarchyTraceType[] values ()

Added in API level 1

No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.