Home
last modified time | relevance | path

Searched refs:BitmapTexture (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DSlideshowView.java24 import com.android.gallery3d.glrenderer.BitmapTexture;
40 private BitmapTexture mCurrentTexture;
44 private BitmapTexture mPrevTexture;
66 mCurrentTexture = new BitmapTexture(bitmap); in next()
DBitmapScreenNail.java22 import com.android.gallery3d.glrenderer.BitmapTexture;
26 private final BitmapTexture mBitmapTexture;
29 mBitmapTexture = new BitmapTexture(bitmap); in BitmapScreenNail()
DAlbumSetSlidingWindow.java31 import com.android.gallery3d.glrenderer.BitmapTexture;
70 private BitmapTexture mLoadingLabel;
78 public BitmapTexture labelTexture;
386 public BitmapTexture getLoadingTexture() { in getLoadingTexture()
391 mLoadingLabel = new BitmapTexture(bitmap); in getLoadingTexture()
510 BitmapTexture texture = new BitmapTexture(bitmap); in updateEntry()
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
DBitmapTexture.java28 public class BitmapTexture extends UploadedTexture { class
31 public BitmapTexture(Bitmap bitmap) { in BitmapTexture() method in BitmapTexture
35 public BitmapTexture(Bitmap bitmap, boolean hasBorder) { in BitmapTexture() method in BitmapTexture
/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/
DDrawableTileSource.java26 import com.android.gallery3d.glrenderer.BitmapTexture;
38 private BitmapTexture mPreview;
83 mPreview = new BitmapTexture(b); in getPreview()
/packages/apps/WallpaperPicker/src/com/android/photos/
DBitmapRegionTileSource.java36 import com.android.gallery3d.glrenderer.BitmapTexture;
317 mPreview = new BitmapTexture(preview); in BitmapRegionTileSource()
330 return mPreview instanceof BitmapTexture ? ((BitmapTexture) mPreview).getBitmap() : null; in getBitmap()
/packages/apps/WallpaperPicker/src/com/android/gallery3d/glrenderer/
DBitmapTexture.java28 public class BitmapTexture extends UploadedTexture { class
31 public BitmapTexture(Bitmap bitmap) { in BitmapTexture() method in BitmapTexture
/packages/apps/Gallery2/src/com/android/photos/
DBitmapRegionTileSource.java33 import com.android.gallery3d.glrenderer.BitmapTexture;
88 mPreview = new BitmapTexture(preview); in BitmapRegionTileSource()