| Package | Description |
|---|---|
| android.content.res | |
| android.graphics | |
| android.graphics.drawable | |
| android.util |
| Modifier and Type | Method and Description |
|---|---|
TypedValue |
TypedArray.peekValue(int index) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TypedArray.getValue(int index,
TypedValue outValue) |
void |
Resources.getValue(int id,
TypedValue outValue,
boolean resolveRefs) |
void |
Resources.getValue(String name,
TypedValue outValue,
boolean resolveRefs) |
void |
Resources.getValueForDensity(int id,
int density,
TypedValue outValue,
boolean resolveRefs) |
InputStream |
Resources.openRawResource(int id,
TypedValue value) |
boolean |
Resources.Theme.resolveAttribute(int resid,
TypedValue outValue,
boolean resolveRefs) |
| Modifier and Type | Method and Description |
|---|---|
static Bitmap |
BitmapFactory.decodeResourceStream(Resources res,
TypedValue value,
InputStream is,
Rect pad,
BitmapFactory.Options opts) |
| Modifier and Type | Method and Description |
|---|---|
static Drawable |
Drawable.createFromResourceStream(Resources res,
TypedValue value,
InputStream is,
String srcName) |
static Drawable |
Drawable.createFromResourceStream(Resources res,
TypedValue value,
InputStream is,
String srcName,
BitmapFactory.Options opts) |
| Modifier and Type | Method and Description |
|---|---|
void |
TypedValue.setTo(TypedValue other) |
Copyright © 2008-2013. All Rights Reserved.