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