Home | History | Annotate | Download | only in widget

Lines Matching refs:context

19 import android.content.Context;
57 public CheckBox(Context context) {
58 this(context, null);
61 public CheckBox(Context context, AttributeSet attrs) {
62 this(context, attrs, com.android.internal.R.attr.checkboxStyle);
65 public CheckBox(Context context, AttributeSet attrs, int defStyle) {
66 super(context, attrs, defStyle);