public final class BooleanTypedValue extends TypedValue
TypedValue for booleans.| Modifier and Type | Field and Description | 
|---|---|
| static BooleanTypedValue | FALSEFalse. | 
| static BooleanTypedValue | TRUETrue. | 
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)