List of usage examples for android.graphics.drawable BitmapDrawable subclass-usage
From source file com.krava.vkmessenger.domain.image.RecyclingBitmapDrawable.java
/** * A BitmapDrawable that keeps track of whether it is being displayed or cached. * When the drawable is no longer being displayed or cached, * {@link android.graphics.Bitmap#recycle() recycle()} will be called on this drawable's bitmap. */ public class RecyclingBitmapDrawable extends BitmapDrawable {
From source file com.jcsoluciones.superdt.utilities.RecyclingBitmapDrawable.java
/** * A BitmapDrawable that keeps track of whether it is being displayed or cached. * When the drawable is no longer being displayed or cached, * {@link Bitmap#recycle() recycle()} will be called on this drawable's bitmap. */ public class RecyclingBitmapDrawable extends BitmapDrawable {
From source file uz.sag.sagbuyurtmalari.sagbuyurtmalari.util.RecyclingBitmapDrawable.java
/** * A BitmapDrawable that keeps track of whether it is being displayed or cached. * When the drawable is no longer being displayed or cached, * {@link android.graphics.Bitmap#recycle() recycle()} will be called on this drawable's bitmap. */ public class RecyclingBitmapDrawable extends BitmapDrawable {
From source file com.tangjd.displayingbitmaps.util.RecyclingBitmapDrawable.java
/** * A BitmapDrawable that keeps track of whether it is being displayed or cached. * When the drawable is no longer being displayed or cached, * {@link Bitmap#recycle() recycle()} will be called on this drawable's bitmap. */ public class RecyclingBitmapDrawable extends BitmapDrawable {
From source file xyz.bringoff.testtaskvkfriends_androidmiddle.util.RecyclingBitmapDrawable.java
/** * A BitmapDrawable that keeps track of whether it is being displayed or cached. * When the drawable is no longer being displayed or cached, * {@link Bitmap#recycle() recycle()} will be called on this drawable's bitmap. */ public class RecyclingBitmapDrawable extends BitmapDrawable {
From source file uk.co.senab.bitmapcache.CacheableBitmapDrawable.java
public class CacheableBitmapDrawable extends BitmapDrawable { public static final int SOURCE_UNKNOWN = -1; public static final int SOURCE_NEW = 0; public static final int SOURCE_INBITMAP = 1;