Searched refs:onGetBitmap (Results 1 - 11 of 11) sorted by relevance

/packages/apps/WallpaperPicker/src/com/android/gallery3d/glrenderer/
H A DBitmapTexture.java43 protected Bitmap onGetBitmap() { method in class:BitmapTexture
H A DUploadedTexture.java30 // Subclasses should implement onGetBitmap() to provide the Bitmap and
75 mBitmap = onGetBitmap();
103 protected abstract Bitmap onGetBitmap(); method in class:UploadedTexture
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
H A DBitmapTexture.java47 protected Bitmap onGetBitmap() { method in class:BitmapTexture
H A DCanvasTexture.java37 protected Bitmap onGetBitmap() { method in class:CanvasTexture
H A DResourceTexture.java40 protected Bitmap onGetBitmap() { method in class:ResourceTexture
H A DNinePatchTexture.java47 protected Bitmap onGetBitmap() { method in class:NinePatchTexture
68 if (mChunk == null) onGetBitmap();
73 if (mChunk == null) onGetBitmap();
H A DUploadedTexture.java31 // Subclasses should implement onGetBitmap() to provide the Bitmap and
136 mBitmap = onGetBitmap();
164 protected abstract Bitmap onGetBitmap(); method in class:UploadedTexture
H A DTiledTexture.java131 protected Bitmap onGetBitmap() { method in class:TiledTexture.Tile
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DTileImageView.java684 protected Bitmap onGetBitmap() { method in class:TileImageView.Tile
/packages/apps/Gallery2/src/com/android/photos/views/
H A DTiledImageRenderer.java698 protected Bitmap onGetBitmap() { method in class:TiledImageRenderer.Tile
/packages/apps/WallpaperPicker/src/com/android/photos/views/
H A DTiledImageRenderer.java698 protected Bitmap onGetBitmap() { method in class:TiledImageRenderer.Tile

Completed in 567 milliseconds