HomeSort by relevance Sort by last modified time
    Searched defs:decodeStream (Results 26 - 50 of 87) sorted by null

12 3 4

  /frameworks/base/core/java/android/app/
WallpaperManager.java 484 return BitmapFactory.decodeStream(is, null, options);
628 Bitmap fullSize = BitmapFactory.decodeStream(is, null, null);
637 BitmapFactory.decodeStream(is, null, options);
705 fullSize = BitmapFactory.decodeStream(is, null, options);
    [all...]
  /frameworks/base/core/java/android/provider/
DocumentsContract.java     [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
BitmapFactoryTest.java 185 Bitmap b = BitmapFactory.decodeStream(is, r, mOpt1);
191 assertNull(BitmapFactory.decodeStream(is, r, mOpt2));
197 Bitmap b = BitmapFactory.decodeStream(is);
208 Bitmap b = BitmapFactory.decodeStream(is);
225 Bitmap bPng = BitmapFactory.decodeStream(iStreamPng, null, options);
232 Bitmap bWebp1 = BitmapFactory.decodeStream(iStreamWebp1, null, options);
243 Bitmap bWebp2 = BitmapFactory.decodeStream(iStreamWebp2, null, options);
260 Bitmap bPng = BitmapFactory.decodeStream(iStreamPng, null, options);
268 Bitmap bWebP1 = BitmapFactory.decodeStream(iStreamWebP1, null, options);
280 Bitmap bWebP2 = BitmapFactory.decodeStream(iStreamWebp2, null, options)
    [all...]
  /frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/app/
MediaRouteControllerDialog.java     [all...]
  /frameworks/support/mediarouter/src/main/java/androidx/mediarouter/app/
MediaRouteControllerDialog.java     [all...]
  /frameworks/ex/common/java/com/android/ex/editstyledtext/
EditStyledText.java     [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/picasso/picasso/2.5.2/
picasso-2.5.2.jar 
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
shadows-core-v16-3.1.1.jar 
shadows-core-v17-3.1.1.jar 
shadows-core-v18-3.1.1.jar 
shadows-core-v19-3.1.1.jar 
shadows-core-v21-3.1.1.jar 
shadows-core-v22-3.1.1.jar 
shadows-core-v23-3.1.1.jar 
  /prebuilts/tools/common/m2/repository/com/github/bumptech/glide/glide/3.6.1/
glide-3.6.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
framework-3.4.2.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
shadows-framework-3.5.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
shadows-framework-3.6.1.jar 
  /prebuilts/maven_repo/bumptech/com/github/bumptech/glide/glide/SNAPSHOT/
glide-SNAPSHOT.jar 

Completed in 366 milliseconds

12 3 4