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

dokkatest.platform

{% setvar page_path %}dokkatest/platform/package-summary.html{% endsetvar %} {% setvar can_switch %}1{% endsetvar %} {% include "reference/_java_switcher2.md" %}

Interfaces

ViewDebug.HierarchyHandler

Allows a View to inject custom children into HierarchyViewer.

Classes

ViewDebug

Various debugging/tracing tools related to View and the view hierarchy.

ViewGroup

Enums

InspectableProperty.ValueType

The type of value packed into a primitive {int}.

ViewDebug.HierarchyTraceType

This enum is deprecated.

This enum is now unused

ViewDebug.RecyclerTraceType

This enum is deprecated.

This enum is now unused

Annotations

InspectableProperty

Marks a getter of a property on an inspectable node.

InspectableProperty.EnumEntry

One entry in an enumeration packed into a primitive {int}.

InspectableProperty.FlagEntry

One flag value of many that may be packed into a primitive {int}.

ViewDebug.CapturedViewProperty

This annotation can be used to mark fields and methods to be dumped whenthe view is captured.

ViewDebug.ExportedProperty

This annotation can be used to mark fields and methods to be dumped bythe view server.

ViewDebug.FlagToString

Defines a mapping from a flag to a String.

ViewDebug.IntToString

Defines a mapping from an int value to a String.