HomeSort by relevance Sort by last modified time
    Searched defs:onGetBitmap (Results 1 - 16 of 16) sorted by null

  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
BitmapTexture.java 47 protected Bitmap onGetBitmap() {
UploadedTexture.java 31 // Subclasses should implement onGetBitmap() to provide the Bitmap and
136 mBitmap = onGetBitmap();
164 protected abstract Bitmap onGetBitmap();
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
BitmapTexture.java 47 protected Bitmap onGetBitmap() {
CanvasTexture.java 37 protected Bitmap onGetBitmap() {
ResourceTexture.java 40 protected Bitmap onGetBitmap() {
UploadedTexture.java 31 // Subclasses should implement onGetBitmap() to provide the Bitmap and
136 mBitmap = onGetBitmap();
164 protected abstract Bitmap onGetBitmap();
NinePatchTexture.java 47 protected Bitmap onGetBitmap() {
68 if (mChunk == null) onGetBitmap();
73 if (mChunk == null) onGetBitmap();
TiledTexture.java 131 protected Bitmap onGetBitmap() {
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/
BitmapTexture.java 47 protected Bitmap onGetBitmap() {
UploadedTexture.java 31 // Subclasses should implement onGetBitmap() to provide the Bitmap and
136 mBitmap = onGetBitmap();
164 protected abstract Bitmap onGetBitmap();
  /external/chromium_org/third_party/skia/src/images/
SkMovie_gif.cpp 27 virtual bool onGetBitmap(SkBitmap*);
339 bool SkGIFMovie::onGetBitmap(SkBitmap* bm)
  /external/skia/src/images/
SkMovie_gif.cpp 27 virtual bool onGetBitmap(SkBitmap*);
339 bool SkGIFMovie::onGetBitmap(SkBitmap* bm)
  /frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
TiledImageRenderer.java 698 protected Bitmap onGetBitmap() {
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
TileImageView.java 685 protected Bitmap onGetBitmap() {
  /packages/apps/Gallery2/src/com/android/photos/views/
TiledImageRenderer.java 698 protected Bitmap onGetBitmap() {
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/
TiledImageRenderer.java 698 protected Bitmap onGetBitmap() {

Completed in 1008 milliseconds