Home
last modified time | relevance | path

Searched refs:PurgeableBitmapView (Results 1 – 2 of 2) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DPurgeableBitmap.java39 private PurgeableBitmapView mView;
66 mView = new PurgeableBitmapView(this, detectIfPurgeableRequest()); in onCreate()
DPurgeableBitmapView.java38 public class PurgeableBitmapView extends View { class
53 public PurgeableBitmapView(Context context, boolean isPurgeable) { in PurgeableBitmapView() method in PurgeableBitmapView