@Deprecated public static enum ViewDebug.HierarchyTraceType extends Enum<ViewDebug.HierarchyTraceType>
Enum Constant and Description |
---|
BUILD_CACHE
Deprecated.
|
DRAW
Deprecated.
|
INVALIDATE
Deprecated.
|
INVALIDATE_CHILD
Deprecated.
|
INVALIDATE_CHILD_IN_PARENT
Deprecated.
|
ON_LAYOUT
Deprecated.
|
ON_MEASURE
Deprecated.
|
REQUEST_LAYOUT
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ViewDebug.HierarchyTraceType |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static ViewDebug.HierarchyTraceType[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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 REQUEST_LAYOUT
public static final ViewDebug.HierarchyTraceType ON_LAYOUT
public static final ViewDebug.HierarchyTraceType ON_MEASURE
public static final ViewDebug.HierarchyTraceType DRAW
public static final ViewDebug.HierarchyTraceType BUILD_CACHE
public static ViewDebug.HierarchyTraceType[] values()
for (ViewDebug.HierarchyTraceType c : ViewDebug.HierarchyTraceType.values()) System.out.println(c);
public static ViewDebug.HierarchyTraceType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is null