Home | History | Annotate | Download | only in cts

Lines Matching refs:context

19 import android.content.Context;
25 public TestButton(Context context) {
26 super(context);
29 public TestButton(Context context, AttributeSet attrs) {
30 super(context, attrs);
33 public TestButton(Context context, AttributeSet attrs, int defStyle) {
34 super(context, attrs, defStyle);