Home
last modified time | relevance | path

Searched refs:TileSource (Results 1 – 13 of 13) sorted by relevance

/packages/apps/WallpaperPicker/src/com/android/photos/views/
DTiledImageView.java29 import com.android.photos.views.TiledImageRenderer.TileSource;
48 public TileSource source;
107 public void setTileSource(TileSource source, Runnable isReadyCallback) { in setTileSource()
120 public TileSource getTileSource() { in getTileSource()
DTiledImageRenderer.java75 private TileSource mModel;
128 public static interface TileSource { interface in TiledImageRenderer
191 public void setModel(TileSource model, int rotation) { in setModel()
/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/
DWallpaperCropActivity.java48 import com.android.photos.views.TiledImageRenderer.TileSource;
243 private void addReusableBitmap(TileSource src) { in addReusableBitmap()
270 TileSource oldSrc = mCropView.getTileSource(); in onLoadRequestComplete()
277 TileSource src = req.result; in onLoadRequestComplete()
472 TileSource result;
DCropView.java31 import com.android.photos.views.TiledImageRenderer.TileSource;
136 public void setTileSource(TileSource source, Runnable isReadyCallback) { in setTileSource()
157 private void updateMinScale(int w, int h, TileSource source, boolean resetScale) { in updateMinScale()
DDrawableTileSource.java29 public class DrawableTileSource implements TiledImageRenderer.TileSource {
/packages/apps/Gallery2/src/com/android/photos/views/
DTiledImageView.java40 import com.android.photos.views.TiledImageRenderer.TileSource;
67 TileSource source;
152 public void setTileSource(TileSource source, Runnable isReadyCallback) { in setTileSource()
326 private static class ColoredTiles implements TileSource {
DTiledImageRenderer.java75 private TileSource mModel;
128 public static interface TileSource { interface in TiledImageRenderer
191 public void setModel(TileSource model, int rotation) { in setModel()
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DTileImageView.java76 private TileSource mModel;
125 public static interface TileSource { interface in TileImageView
165 public void setModel(TileSource model) { in setModel()
DBitmapTileProvider.java28 public class BitmapTileProvider implements TileImageView.TileSource {
DTileImageViewAdapter.java31 public class TileImageViewAdapter implements TileImageView.TileSource {
DPhotoView.java60 public interface Model extends TileImageView.TileSource {
/packages/apps/Gallery2/src/com/android/photos/
DBitmapRegionTileSource.java43 public class BitmapRegionTileSource implements TiledImageRenderer.TileSource {
/packages/apps/WallpaperPicker/src/com/android/photos/
DBitmapRegionTileSource.java126 public class BitmapRegionTileSource implements TiledImageRenderer.TileSource {