HomeSort by relevance Sort by last modified time
    Searched defs:BitmapRegionDecoder (Results 1 - 10 of 10) sorted by null

  /frameworks/base/graphics/java/android/graphics/
BitmapRegionDecoder.java 26 * BitmapRegionDecoder can be used to decode a rectangle region from an image.
27 * BitmapRegionDecoder is particularly useful when an original image is large and
30 * <p>To create a BitmapRegionDecoder, call newInstance(...).
31 * Given a BitmapRegionDecoder, users can call decodeRegion() repeatedly
35 public final class BitmapRegionDecoder {
43 * Create a BitmapRegionDecoder from the specified byte array.
50 * @param isShareable If this is true, then the BitmapRegionDecoder may keep a
52 * then the BitmapRegionDecoder will explicitly make a copy of the
57 * @return BitmapRegionDecoder, or null if the image data could not be decoded.
60 public static BitmapRegionDecoder newInstance(byte[] data
    [all...]
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 112 milliseconds