Searched refs:freeBitmap (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Camera/src/com/android/camera/ui/
H A DCanvasTexture.java39 protected void freeBitmap(Bitmap bitmap) { method in class:CanvasTexture
H A DRawTexture.java44 protected void freeBitmap(Bitmap bitmap) { method in class:RawTexture
H A DNinePatchTexture.java91 protected void freeBitmap(Bitmap bitmap) { method in class:NinePatchTexture
92 mDelegate.freeBitmap(bitmap);
H A DResourceTexture.java72 protected void freeBitmap(Bitmap bitmap) { method in class:ResourceTexture
H A DTexture.java83 protected abstract void freeBitmap(Bitmap bitmap); method in class:Texture
117 freeBitmap(bitmap);

Completed in 35 milliseconds