HomeSort by relevance Sort by last modified time
    Searched refs:PurgeableBitmapView (Results 1 - 2 of 2) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
PurgeableBitmap.java 39 private PurgeableBitmapView mView;
66 mView = new PurgeableBitmapView(this, detectIfPurgeableRequest());
PurgeableBitmapView.java 31 * PurgeableBitmapView works with PurgeableBitmap to demonstrate the effects of setting
34 * PurgeableBitmapView decodes an encoded bitstream to a Bitmap each time update()
38 public class PurgeableBitmapView extends View {
53 public PurgeableBitmapView(Context context, boolean isPurgeable) {

Completed in 108 milliseconds