Home | History | Annotate | Download | only in widget

Lines Matching refs:context

19 import android.content.Context;
50 public RadioButton(Context context) {
51 this(context, null);
54 public RadioButton(Context context, AttributeSet attrs) {
55 this(context, attrs, com.android.internal.R.attr.radioButtonStyle);
58 public RadioButton(Context context, AttributeSet attrs, int defStyle) {
59 super(context, attrs, defStyle);