Home
last modified time | relevance | path

Searched refs:IngestGridView (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ingest/ui/
DIngestGridView.java26 public class IngestGridView extends GridView { class
37 public IngestGridView(Context context) { in IngestGridView() method in IngestGridView
41 public IngestGridView(Context context, AttributeSet attrs) { in IngestGridView() method in IngestGridView
45 public IngestGridView(Context context, AttributeSet attrs, int defStyle) { in IngestGridView() method in IngestGridView
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/
DIngestActivity.java28 import com.android.gallery3d.ingest.ui.IngestGridView;
29 import com.android.gallery3d.ingest.ui.IngestGridView.OnClearChoicesListener;
69 private IngestGridView mGridView;
100 mGridView = (IngestGridView) findViewById(R.id.ingest_gridview); in onCreate()