public interface TypedValues
| Modifier and Type | Interface and Description |
|---|---|
static interface |
TypedValues.Attributes |
static interface |
TypedValues.Custom |
static interface |
TypedValues.Cycle |
static interface |
TypedValues.Motion |
static interface |
TypedValues.Position |
static interface |
TypedValues.Trigger |
| Modifier and Type | Field and Description |
|---|---|
static int |
BOOLEAN_MASK |
static int |
FLOAT_MASK |
static int |
INT_MASK |
static java.lang.String |
S_CUSTOM |
static int |
STRING_MASK |
static int |
TYPE_FRAME_POSITION |
static int |
TYPE_TARGET |
| Modifier and Type | Method and Description |
|---|---|
int |
getId(java.lang.String name) |
boolean |
setValue(int id,
boolean value)
Used to set boolean values
|
boolean |
setValue(int id,
float value)
Used to set float values
|
boolean |
setValue(int id,
int value)
Used to set integer values
|
boolean |
setValue(int id,
java.lang.String value)
Used to set String values
|
static final java.lang.String S_CUSTOM
static final int BOOLEAN_MASK
static final int INT_MASK
static final int FLOAT_MASK
static final int STRING_MASK
static final int TYPE_FRAME_POSITION
static final int TYPE_TARGET
boolean setValue(int id,
int value)
id - value - boolean setValue(int id,
float value)
id - value - boolean setValue(int id,
java.lang.String value)
id - value - boolean setValue(int id,
boolean value)
id - value - int getId(java.lang.String name)