@Target(value=TYPE) @Retention(value=RUNTIME) public static @interface ViewDebug.FlagToString
ViewDebug.ExportedProperty
Modifier and Type | Required Element and Description |
---|---|
int |
equals
The value to compare to the result of:
original value & . |
int |
mask
The mask to apply to the original value.
|
String |
name
The String to use in place of the original int value.
|
Modifier and Type | Optional Element and Description |
---|---|
boolean |
outputIf
Indicates whether to output the flag when the test is true,
or false.
|
public abstract int mask
public abstract int equals
original value & mask()
.public abstract String name
public abstract boolean outputIf