Build m5-rc15

android.graphics
Class BitmapFactory.Options

java.lang.Object
  extended by android.graphics.BitmapFactory.Options
Enclosing class:
BitmapFactory

public static class BitmapFactory.Options
extends Object


Field Summary
 boolean inJustDecodeBounds
           
 int inSampleSize
           
 int outHeight
           
 int outWidth
           
 
Constructor Summary
BitmapFactory.Options()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

inJustDecodeBounds

public boolean inJustDecodeBounds

inSampleSize

public int inSampleSize

outWidth

public int outWidth

outHeight

public int outHeight
Constructor Detail

BitmapFactory.Options

public BitmapFactory.Options()

Build m5-rc15

Please submit a feedback, bug or feature