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

  /packages/apps/WallpaperPicker/src/com/android/gallery3d/glrenderer/
BitmapTexture.java 43 protected Bitmap onGetBitmap() {
UploadedTexture.java 30 // Subclasses should implement onGetBitmap() to provide the Bitmap and
75 mBitmap = onGetBitmap();
103 protected abstract Bitmap onGetBitmap();
  /frameworks/base/core/jni/android/graphics/
Movie.h 63 virtual bool onGetBitmap(SkBitmap*) = 0;
MovieImpl.cpp 75 if (!this->onGetBitmap(&fBitmap)) // failure
GIFMovie.cpp 30 virtual bool onGetBitmap(SkBitmap*);
344 bool GIFMovie::onGetBitmap(SkBitmap* bm)
  /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() {
NinePatchTexture.java 47 protected Bitmap onGetBitmap() {
68 if (mChunk == null) onGetBitmap();
73 if (mChunk == null) onGetBitmap();
UploadedTexture.java 31 // Subclasses should implement onGetBitmap() to provide the Bitmap and
136 mBitmap = onGetBitmap();
164 protected abstract Bitmap onGetBitmap();
TiledTexture.java 131 protected Bitmap onGetBitmap() {
  /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 684 protected Bitmap onGetBitmap() {
  /packages/apps/Gallery2/src/com/android/photos/views/
TiledImageRenderer.java 698 protected Bitmap onGetBitmap() {
  /packages/apps/WallpaperPicker/src/com/android/photos/views/
TiledImageRenderer.java 698 protected Bitmap onGetBitmap() {

Completed in 495 milliseconds