Home
last modified time | relevance | path

Searched refs:GalleryContext (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/app/
DGalleryContext.java26 public interface GalleryContext { interface
DSlideshowDataAdapter.java68 public SlideshowDataAdapter(GalleryContext context, SlideshowSource source, int index, in SlideshowDataAdapter()
DAbstractGalleryActivity.java54 public class AbstractGalleryActivity extends Activity implements GalleryContext {
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DTileImageView.java28 import com.android.gallery3d.app.GalleryContext;
153 public TileImageView(GalleryContext context) { in TileImageView()