{% setvar book_path %}/reference/dokkatest/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}

ViewDebug.HierarchyTraceType

public enum ViewDebug.HierarchyTraceType


Summary

Enum Values

BUILD_CACHE
DRAW
INVALIDATE
INVALIDATE_CHILD
INVALIDATE_CHILD_IN_PARENT
ON_LAYOUT
ON_MEASURE
REQUEST_LAYOUT

Public methods

static ViewDebug.HierarchyTraceType

Returns the enum constant of this type with the specified name.

static ViewDebug.HierarchyTraceType[]

Returns an array containing the constants of this enum type, in the order they're declared.

Enum Values

BUILD_CACHE

ViewDebug.HierarchyTraceType ViewDebug.HierarchyTraceType.BUILD_CACHE

DRAW

ViewDebug.HierarchyTraceType ViewDebug.HierarchyTraceType.DRAW

INVALIDATE

ViewDebug.HierarchyTraceType ViewDebug.HierarchyTraceType.INVALIDATE

INVALIDATE_CHILD

ViewDebug.HierarchyTraceType ViewDebug.HierarchyTraceType.INVALIDATE_CHILD

INVALIDATE_CHILD_IN_PARENT

ViewDebug.HierarchyTraceType ViewDebug.HierarchyTraceType.INVALIDATE_CHILD_IN_PARENT

ON_LAYOUT

ViewDebug.HierarchyTraceType ViewDebug.HierarchyTraceType.ON_LAYOUT

ON_MEASURE

ViewDebug.HierarchyTraceType ViewDebug.HierarchyTraceType.ON_MEASURE

REQUEST_LAYOUT

ViewDebug.HierarchyTraceType ViewDebug.HierarchyTraceType.REQUEST_LAYOUT

Public methods

valueOf

public static ViewDebug.HierarchyTraceType valueOf(String name)

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Returns
ViewDebug.HierarchyTraceType

the enum constant with the specified name

Throws
java.lang.IllegalArgumentException

if this enum type has no constant with the specified name

values

public static ViewDebug.HierarchyTraceType[] values()

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.

Returns
ViewDebug.HierarchyTraceType[]

an array containing the constants of this enum type, in the order they're declared