Uses of Class
android.util.TypedValue

Packages that use TypedValue
android.content.res   
android.graphics   
android.graphics.drawable   
android.util   
 

Uses of TypedValue in android.content.res
 

Methods in android.content.res that return TypedValue
 TypedValue TypedArray.peekValue(int index)
           
 

Methods in android.content.res with parameters of type TypedValue
 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)
           
 InputStream Resources.openRawResource(int id, TypedValue value)
           
 boolean Resources.Theme.resolveAttribute(int resid, TypedValue outValue, boolean resolveRefs)
           
 

Uses of TypedValue in android.graphics
 

Methods in android.graphics with parameters of type TypedValue
static Bitmap BitmapFactory.decodeResourceStream(Resources res, TypedValue value, InputStream is, Rect pad, BitmapFactory.Options opts)
           
 

Uses of TypedValue in android.graphics.drawable
 

Methods in android.graphics.drawable with parameters of type TypedValue
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)
           
 

Uses of TypedValue in android.util
 

Methods in android.util with parameters of type TypedValue
 void TypedValue.setTo(TypedValue other)
           
 



Copyright © 2008-2012. All Rights Reserved.