Home | History | Annotate | Download | only in ui

Lines Matching refs:context

19 import android.content.Context;
37 public IngestGridView(Context context) {
38 super(context);
41 public IngestGridView(Context context, AttributeSet attrs) {
42 super(context, attrs);
45 public IngestGridView(Context context, AttributeSet attrs, int defStyle) {
46 super(context, attrs, defStyle);