|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Resources | |
|---|---|
| android.content | |
| android.content.pm | |
| android.content.res | |
| android.graphics | |
| android.graphics.drawable | |
| android.inputmethodservice | |
| android.provider | |
| android.view | |
| Uses of Resources in android.content |
|---|
| Methods in android.content that return Resources | |
|---|---|
abstract Resources |
Context.getResources()
|
Resources |
ContextWrapper.getResources()
|
| Methods in android.content with parameters of type Resources | |
|---|---|
static Intent |
Intent.parseIntent(Resources resources,
org.xmlpull.v1.XmlPullParser parser,
AttributeSet attrs)
|
| Uses of Resources in android.content.pm |
|---|
| Methods in android.content.pm that return Resources | |
|---|---|
abstract Resources |
PackageManager.getResourcesForActivity(ComponentName activityName)
|
abstract Resources |
PackageManager.getResourcesForApplication(ApplicationInfo app)
|
abstract Resources |
PackageManager.getResourcesForApplication(java.lang.String appPackageName)
|
| Uses of Resources in android.content.res |
|---|
| Methods in android.content.res that return Resources | |
|---|---|
Resources |
TypedArray.getResources()
|
static Resources |
Resources.getSystem()
|
| Methods in android.content.res with parameters of type Resources | |
|---|---|
static ColorStateList |
ColorStateList.createFromXml(Resources r,
org.xmlpull.v1.XmlPullParser parser)
|
| Uses of Resources in android.graphics |
|---|
| Methods in android.graphics with parameters of type Resources | |
|---|---|
static Bitmap |
BitmapFactory.decodeResource(Resources res,
int id)
|
static Bitmap |
BitmapFactory.decodeResource(Resources res,
int id,
BitmapFactory.Options opts)
|
static Bitmap |
BitmapFactory.decodeResourceStream(Resources res,
TypedValue value,
java.io.InputStream is,
Rect pad,
BitmapFactory.Options opts)
|
| Uses of Resources in android.graphics.drawable |
|---|
| Methods in android.graphics.drawable with parameters of type Resources | |
|---|---|
static Drawable |
Drawable.createFromResourceStream(Resources res,
TypedValue value,
java.io.InputStream is,
java.lang.String srcName)
|
static Drawable |
Drawable.createFromResourceStream(Resources res,
TypedValue value,
java.io.InputStream is,
java.lang.String srcName,
BitmapFactory.Options opts)
|
static Drawable |
Drawable.createFromXml(Resources r,
org.xmlpull.v1.XmlPullParser parser)
|
static Drawable |
Drawable.createFromXmlInner(Resources r,
org.xmlpull.v1.XmlPullParser parser,
AttributeSet attrs)
|
void |
LayerDrawable.inflate(Resources r,
org.xmlpull.v1.XmlPullParser parser,
AttributeSet attrs)
|
void |
NinePatchDrawable.inflate(Resources r,
org.xmlpull.v1.XmlPullParser parser,
AttributeSet attrs)
|
void |
AnimationDrawable.inflate(Resources r,
org.xmlpull.v1.XmlPullParser parser,
AttributeSet attrs)
|
void |
GradientDrawable.inflate(Resources r,
org.xmlpull.v1.XmlPullParser parser,
AttributeSet attrs)
|
void |
Drawable.inflate(Resources r,
org.xmlpull.v1.XmlPullParser parser,
AttributeSet attrs)
|
void |
BitmapDrawable.inflate(Resources r,
org.xmlpull.v1.XmlPullParser parser,
AttributeSet attrs)
|
void |
ColorDrawable.inflate(Resources r,
org.xmlpull.v1.XmlPullParser parser,
AttributeSet attrs)
|
void |
ShapeDrawable.inflate(Resources r,
org.xmlpull.v1.XmlPullParser parser,
AttributeSet attrs)
|
void |
InsetDrawable.inflate(Resources r,
org.xmlpull.v1.XmlPullParser parser,
AttributeSet attrs)
|
void |
ClipDrawable.inflate(Resources r,
org.xmlpull.v1.XmlPullParser parser,
AttributeSet attrs)
|
void |
RotateDrawable.inflate(Resources r,
org.xmlpull.v1.XmlPullParser parser,
AttributeSet attrs)
|
void |
ScaleDrawable.inflate(Resources r,
org.xmlpull.v1.XmlPullParser parser,
AttributeSet attrs)
|
void |
StateListDrawable.inflate(Resources r,
org.xmlpull.v1.XmlPullParser parser,
AttributeSet attrs)
|
void |
LevelListDrawable.inflate(Resources r,
org.xmlpull.v1.XmlPullParser parser,
AttributeSet attrs)
|
protected boolean |
ShapeDrawable.inflateTag(java.lang.String name,
Resources r,
org.xmlpull.v1.XmlPullParser parser,
AttributeSet attrs)
|
protected boolean |
PaintDrawable.inflateTag(java.lang.String name,
Resources r,
org.xmlpull.v1.XmlPullParser parser,
AttributeSet attrs)
|
Drawable |
Drawable.ConstantState.newDrawable(Resources res)
|
| Constructors in android.graphics.drawable with parameters of type Resources | |
|---|---|
BitmapDrawable(Resources res)
|
|
BitmapDrawable(Resources res,
Bitmap bitmap)
|
|
BitmapDrawable(Resources res,
java.io.InputStream is)
|
|
BitmapDrawable(Resources res,
java.lang.String filepath)
|
|
NinePatchDrawable(Resources res,
Bitmap bitmap,
byte[] chunk,
Rect padding,
java.lang.String srcName)
|
|
NinePatchDrawable(Resources res,
NinePatch patch)
|
|
| Uses of Resources in android.inputmethodservice |
|---|
| Methods in android.inputmethodservice with parameters of type Resources | |
|---|---|
protected Keyboard.Key |
Keyboard.createKeyFromXml(Resources res,
Keyboard.Row parent,
int x,
int y,
XmlResourceParser parser)
|
protected Keyboard.Row |
Keyboard.createRowFromXml(Resources res,
XmlResourceParser parser)
|
| Constructors in android.inputmethodservice with parameters of type Resources | |
|---|---|
Keyboard.Key(Resources res,
Keyboard.Row parent,
int x,
int y,
XmlResourceParser parser)
|
|
Keyboard.Row(Resources res,
Keyboard parent,
XmlResourceParser parser)
|
|
| Uses of Resources in android.provider |
|---|
| Methods in android.provider with parameters of type Resources | |
|---|---|
static java.lang.CharSequence |
ContactsContract.CommonDataKinds.Im.getProtocolLabel(Resources res,
int type,
java.lang.CharSequence label)
|
static java.lang.CharSequence |
ContactsContract.CommonDataKinds.Phone.getTypeLabel(Resources res,
int type,
java.lang.CharSequence label)
|
static java.lang.CharSequence |
ContactsContract.CommonDataKinds.Email.getTypeLabel(Resources res,
int type,
java.lang.CharSequence label)
|
static java.lang.CharSequence |
ContactsContract.CommonDataKinds.StructuredPostal.getTypeLabel(Resources res,
int type,
java.lang.CharSequence label)
|
static java.lang.CharSequence |
ContactsContract.CommonDataKinds.Im.getTypeLabel(Resources res,
int type,
java.lang.CharSequence label)
|
static java.lang.CharSequence |
ContactsContract.CommonDataKinds.Organization.getTypeLabel(Resources res,
int type,
java.lang.CharSequence label)
|
| Uses of Resources in android.view |
|---|
| Methods in android.view that return Resources | |
|---|---|
Resources |
View.getResources()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||