public class BooleanTypedValue extends TypedValue
Modifier and Type | Field and Description |
---|---|
static BooleanTypedValue |
FALSE |
static BooleanTypedValue |
TRUE |
NULL
Modifier and Type | Method and Description |
---|---|
static BooleanTypedValue |
forValue(boolean b) |
equals, getTypeDescriptor, getValue, hashCode, toString
public static final BooleanTypedValue TRUE
public static final BooleanTypedValue FALSE
public static BooleanTypedValue forValue(boolean b)