Uses of Class
android.graphics.BitmapRegionDecoder

Packages that use BitmapRegionDecoder
android.graphics   
 

Uses of BitmapRegionDecoder in android.graphics
 

Methods in android.graphics that return BitmapRegionDecoder
static BitmapRegionDecoder BitmapRegionDecoder.newInstance(byte[] data, int offset, int length, boolean isShareable)
           
static BitmapRegionDecoder BitmapRegionDecoder.newInstance(FileDescriptor fd, boolean isShareable)
           
static BitmapRegionDecoder BitmapRegionDecoder.newInstance(InputStream is, boolean isShareable)
           
static BitmapRegionDecoder BitmapRegionDecoder.newInstance(String pathName, boolean isShareable)
           
 



Copyright © 2008-2012. All Rights Reserved.