Uses of Class
android.content.res.Resources.NotFoundException

Packages that use Resources.NotFoundException
android.animation   
android.app   
android.app.admin   
android.content   
android.content.res   
android.view.animation   
android.widget   
 

Uses of Resources.NotFoundException in android.animation
 

Methods in android.animation that throw Resources.NotFoundException
static Animator AnimatorInflater.loadAnimator(Context context, int id)
           
 

Uses of Resources.NotFoundException in android.app
 

Methods in android.app that throw Resources.NotFoundException
 CharSequence WallpaperInfo.loadAuthor(PackageManager pm)
           
 CharSequence WallpaperInfo.loadDescription(PackageManager pm)
           
 

Uses of Resources.NotFoundException in android.app.admin
 

Methods in android.app.admin that throw Resources.NotFoundException
 CharSequence DeviceAdminInfo.loadDescription(PackageManager pm)
           
 

Uses of Resources.NotFoundException in android.content
 

Methods in android.content that throw Resources.NotFoundException
 TypedArray Context.obtainStyledAttributes(int resid, int[] attrs)
           
 

Uses of Resources.NotFoundException in android.content.res
 

Methods in android.content.res that throw Resources.NotFoundException
 XmlResourceParser Resources.getAnimation(int id)
           
 boolean Resources.getBoolean(int id)
           
 int Resources.getColor(int id)
           
 ColorStateList Resources.getColorStateList(int id)
           
 float Resources.getDimension(int id)
           
 int Resources.getDimensionPixelOffset(int id)
           
 int Resources.getDimensionPixelSize(int id)
           
 Drawable Resources.getDrawable(int id)
           
 int[] Resources.getIntArray(int id)
           
 int Resources.getInteger(int id)
           
 XmlResourceParser Resources.getLayout(int id)
           
 Movie Resources.getMovie(int id)
           
 String Resources.getQuantityString(int id, int quantity)
           
 String Resources.getQuantityString(int id, int quantity, Object... formatArgs)
           
 CharSequence Resources.getQuantityText(int id, int quantity)
           
 String Resources.getResourceEntryName(int resid)
           
 String Resources.getResourceName(int resid)
           
 String Resources.getResourcePackageName(int resid)
           
 String Resources.getResourceTypeName(int resid)
           
 String Resources.getString(int id)
           
 String Resources.getString(int id, Object... formatArgs)
           
 String[] Resources.getStringArray(int id)
           
 CharSequence Resources.getText(int id)
           
 CharSequence[] Resources.getTextArray(int id)
           
 void Resources.getValue(int id, TypedValue outValue, boolean resolveRefs)
           
 void Resources.getValue(String name, TypedValue outValue, boolean resolveRefs)
           
 XmlResourceParser Resources.getXml(int id)
           
 TypedArray Resources.Theme.obtainStyledAttributes(int resid, int[] attrs)
           
 TypedArray Resources.obtainTypedArray(int id)
           
 InputStream Resources.openRawResource(int id)
           
 InputStream Resources.openRawResource(int id, TypedValue value)
           
 AssetFileDescriptor Resources.openRawResourceFd(int id)
           
 

Uses of Resources.NotFoundException in android.view.animation
 

Methods in android.view.animation that throw Resources.NotFoundException
static Animation AnimationUtils.loadAnimation(Context context, int id)
           
static Interpolator AnimationUtils.loadInterpolator(Context context, int id)
           
static LayoutAnimationController AnimationUtils.loadLayoutAnimation(Context context, int id)
           
 

Uses of Resources.NotFoundException in android.widget
 

Methods in android.widget that throw Resources.NotFoundException
static Toast Toast.makeText(Context context, int resId, int duration)
           
 



Copyright © 2008-2012. All Rights Reserved.