HomeSort by relevance Sort by last modified time
    Searched refs:getBitmap (Results 101 - 125 of 389) sorted by null

1 2 3 45 6 7 8 91011>>

  /packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
NotificationService.java 74 private static Bitmap getBitmap(Context context, int resId) {
141 .setLargeIcon(getBitmap(context, R.drawable.bucket))
219 .setLargeIcon(getBitmap(this, R.drawable.matias_hed))
287 .setLargeIcon(getBitmap(this, R.drawable.romainguy_hed))
290 .bigPicture(d.getBitmap())
  /cts/tests/tests/widget/src/android/widget/cts/
RemoteViewsTest.java 239 WidgetTestUtils.assertEquals(dBlack.getBitmap(),
240 ((BitmapDrawable) image.getDrawable()).getBitmap());
253 WidgetTestUtils.assertEquals(dBlue.getBitmap(),
254 ((BitmapDrawable) image.getDrawable()).getBitmap());
267 WidgetTestUtils.assertEquals(d.getBitmap(),
268 ((BitmapDrawable) image.getDrawable()).getBitmap());
290 Bitmap imageViewBitmap = ((BitmapDrawable) image.getDrawable()).getBitmap();
402 WidgetTestUtils.assertEquals(d.getBitmap(),
403 ((BitmapDrawable) image.getDrawable()).getBitmap());
491 WidgetTestUtils.assertEquals(bitmap, ((BitmapDrawable) image.getDrawable()).getBitmap());
    [all...]
  /developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
ImageCache.java 170 mReusableBitmaps.add(new SoftReference<Bitmap>(oldValue.getBitmap()));
262 value.getBitmap().compress(
614 Bitmap bitmap = value.getBitmap();
  /developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
ImageCache.java 170 mReusableBitmaps.add(new SoftReference<Bitmap>(oldValue.getBitmap()));
262 value.getBitmap().compress(
614 Bitmap bitmap = value.getBitmap();
  /development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
ImageCache.java 170 mReusableBitmaps.add(new SoftReference<Bitmap>(oldValue.getBitmap()));
262 value.getBitmap().compress(
614 Bitmap bitmap = value.getBitmap();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ImageWallpaper.java 253 updateBitmap(mWallpaperManager.getBitmap(true /* hardware */));
369 return mWallpaperManager.getBitmap(true /* hardware */);
394 return mWallpaperManager.getBitmap(true /* hardware */);
  /frameworks/support/compat/src/androidTest/java/androidx/core/graphics/drawable/
IconCompatTest.java 149 assertEquals(bitmap, ((BitmapDrawable) d).getBitmap());
174 Bitmap clipped = ((BitmapDrawable) d).getBitmap();
198 assertTrue(bitmap.sameAs(((BitmapDrawable) d).getBitmap()));
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
BitmapDrawableTest.java 99 assertNull(bitmapDrawable.getBitmap());
106 assertEquals(bitmap, bitmapDrawable.getBitmap());
371 bitmapDrawable.setTargetDensity(bitmapDrawable.getBitmap().getDensity());
418 bitmap = bitmapDrawable.getBitmap();
ThemedDrawableTest.java 80 assertNotNull(d.getBitmap());
  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
RGBZ.java 94 public Bitmap getBitmap() {
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
GlideBitmapDrawable.java 135 public Bitmap getBitmap() {
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
BitmapDrawableTest.java 36 assertEquals("Bitmap for resource:drawable/an_image", shadowOf(drawable.getBitmap()).getDescription());
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowNotification.java 83 ? ((BitmapDrawable) imageView.getDrawable()).getBitmap() : null;
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
Frame.java 119 public abstract Bitmap getBitmap();
NativeFrame.java 186 public Bitmap getBitmap() {
  /frameworks/base/services/core/java/com/android/server/policy/
IconUtilities.java 82 Bitmap bitmap = bitmapDrawable.getBitmap();
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
TextureViewActivity.java 57 Bitmap b = mTextureView.getBitmap(800, 800);
  /frameworks/support/leanback/src/main/java/androidx/leanback/graphics/
FitWidthBitmapDrawable.java 114 public Bitmap getBitmap() {
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
AppCompatProgressBarHelper.java 99 final Bitmap tileBitmap = bitmapDrawable.getBitmap();
  /packages/apps/Camera2/src/com/android/camera/
CaptureModuleUI.java 164 Bitmap src = mPreviewView.getBitmap();
  /packages/apps/Contacts/src/com/android/contacts/util/
BitmapUtil.java 170 return ((BitmapDrawable) drawable).getBitmap();
ImageViewDrawableSetter.java 134 : ((BitmapDrawable) mPreviousDrawable).getBitmap();
  /packages/apps/Dialer/java/com/android/incallui/
ContactsAsyncHelper.java 188 Bitmap orgBitmap = ((BitmapDrawable) photo).getBitmap();
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterTinyPlanet.java 96 mBitmapOut = getEnvironment().getBitmap(outputSize,
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
SlideshowView.java 57 mPrevTexture.getBitmap().recycle();

Completed in 759 milliseconds

1 2 3 45 6 7 8 91011>>