Uses of Class
android.graphics.PorterDuff.Mode

Packages that use PorterDuff.Mode
android.graphics   
android.graphics.drawable   
android.widget   
 

Uses of PorterDuff.Mode in android.graphics
 

Methods in android.graphics that return PorterDuff.Mode
static PorterDuff.Mode PorterDuff.Mode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PorterDuff.Mode[] PorterDuff.Mode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in android.graphics with parameters of type PorterDuff.Mode
 void Canvas.drawColor(int color, PorterDuff.Mode mode)
           
 

Constructors in android.graphics with parameters of type PorterDuff.Mode
ComposeShader(Shader shaderA, Shader shaderB, PorterDuff.Mode mode)
           
PorterDuffColorFilter(int srcColor, PorterDuff.Mode mode)
           
PorterDuffXfermode(PorterDuff.Mode mode)
           
 

Uses of PorterDuff.Mode in android.graphics.drawable
 

Methods in android.graphics.drawable with parameters of type PorterDuff.Mode
 void Drawable.setColorFilter(int color, PorterDuff.Mode mode)
           
 

Uses of PorterDuff.Mode in android.widget
 

Methods in android.widget with parameters of type PorterDuff.Mode
 void ImageView.setColorFilter(int color, PorterDuff.Mode mode)
           
 



Copyright © 2008-2012. All Rights Reserved.