Modifier and Type | Optional Element and Description |
---|---|
String |
category
Specifies the category the property falls into, such as measurement,
layout, drawing, etc.
|
boolean |
deepExport
When deep export is turned on, this property is not dumped.
|
ViewDebug.FlagToString[] |
flagMapping
A flags mapping can be defined to map flags encoded in an integer to
specific strings.
|
ViewDebug.IntToString[] |
indexMapping
A mapping can be defined to map array indices to specific strings.
|
ViewDebug.IntToString[] |
mapping
A mapping can be defined to map int values to specific strings.
|
String |
prefix
The prefix to use on child properties when deep export is enabled
|
boolean |
resolveId
When resolveId is true, and if the annotated field/method return value
is an int, the value is converted to an Android's resource name.
|
public abstract boolean resolveId
public abstract ViewDebug.IntToString[] mapping
ViewDebug.IntToString
public abstract ViewDebug.IntToString[] indexMapping
ViewDebug.IntToString
,
mapping()
public abstract ViewDebug.FlagToString[] flagMapping
public abstract boolean deepExport
prefix()
public abstract String prefix
deepExport()
public abstract String category