Searched refs:TileSource (Results 1 - 12 of 12) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DBitmapTileProvider.java28 public class BitmapTileProvider implements TileImageView.TileSource {
H A DTileImageViewAdapter.java31 public class TileImageViewAdapter implements TileImageView.TileSource {
H A DTileImageView.java77 private TileSource mModel;
126 public static interface TileSource { interface in class:TileImageView
166 public void setModel(TileSource model) {
H A DPhotoView.java61 public interface Model extends TileImageView.TileSource {
/packages/apps/Gallery2/src/com/android/photos/views/
H A DTiledImageView.java40 import com.android.photos.views.TiledImageRenderer.TileSource;
67 TileSource source;
152 public void setTileSource(TileSource source, Runnable isReadyCallback) {
326 private static class ColoredTiles implements TileSource {
H A DTiledImageRenderer.java75 private TileSource mModel;
128 public static interface TileSource { interface in class:TiledImageRenderer
191 public void setModel(TileSource model, int rotation) {
/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
H A DDrawableTileSource.java29 public class DrawableTileSource implements TiledImageRenderer.TileSource {
H A DCropView.java32 import com.android.photos.views.TiledImageRenderer.TileSource;
137 public void setTileSource(TileSource source, Runnable isReadyCallback) {
158 private void updateMinScale(int w, int h, TileSource source, boolean resetScale) {
/packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/
H A DTiledImageView.java40 import com.android.photos.views.TiledImageRenderer.TileSource;
67 public TileSource source;
164 public void setTileSource(TileSource source, Runnable isReadyCallback) {
338 private static class ColoredTiles implements TileSource {
H A DTiledImageRenderer.java75 private TileSource mModel;
128 public static interface TileSource { interface in class:TiledImageRenderer
191 public void setModel(TileSource model, int rotation) {
/packages/apps/Gallery2/src/com/android/photos/
H A DBitmapRegionTileSource.java39 * A {@link com.android.photos.views.TiledImageRenderer.TileSource} using
43 public class BitmapRegionTileSource implements TiledImageRenderer.TileSource {
/packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/
H A DBitmapRegionTileSource.java143 * A {@link com.android.photos.views.TiledImageRenderer.TileSource} using
147 public class BitmapRegionTileSource implements TiledImageRenderer.TileSource {

Completed in 612 milliseconds