Home
last modified time | relevance | path

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

/packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/
DTiledImageView.java37 import com.android.photos.views.TiledImageRenderer.TileSource;
56 public TileSource source;
116 public void setTileSource(TileSource source, Runnable isReadyCallback) { in setTileSource()
129 public TileSource getTileSource() { in getTileSource()
252 private static class ColoredTiles implements TileSource {
DTiledImageRenderer.java76 @Thunk TileSource mModel;
129 public static interface TileSource { interface in TiledImageRenderer
192 public void setModel(TileSource model, int rotation) { in setModel()
/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/Launcher3/WallpaperPicker/src/com/android/launcher3/
DWallpaperCropActivity.java54 import com.android.photos.views.TiledImageRenderer.TileSource;
248 @Thunk void addReusableBitmap(TileSource src) { in addReusableBitmap()
266 TileSource oldSrc = mCropView.getTileSource(); in onLoadRequestComplete()
497 TileSource result;
509 public void updateCropView(WallpaperCropActivity a, TileSource src) {
DCropView.java32 import com.android.photos.views.TiledImageRenderer.TileSource;
137 public void setTileSource(TileSource source, Runnable isReadyCallback) { in setTileSource()
165 private void updateMinScale(int w, int h, TileSource source, boolean resetScale) { in updateMinScale()
DSavedWallpaperImages.java39 import com.android.photos.views.TiledImageRenderer.TileSource;
77 public void updateCropView(WallpaperCropActivity a, TileSource src) { in getCropViewScaleAndOffsetProvider()
DDrawableTileSource.java29 public class DrawableTileSource implements TiledImageRenderer.TileSource {
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DBitmapTileProvider.java28 public class BitmapTileProvider implements TileImageView.TileSource {
DTileImageView.java76 private TileSource mModel;
125 public static interface TileSource { interface in TileImageView
165 public void setModel(TileSource model) { in setModel()
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/Launcher3/WallpaperPicker/src/com/android/photos/
DBitmapRegionTileSource.java146 public class BitmapRegionTileSource implements TiledImageRenderer.TileSource {