Lines Matching full:context
19 import android.content.Context;
45 public StrokedTextView(Context context) {
46 super(context);
47 init(context, null, 0);
50 public StrokedTextView(Context context, AttributeSet attrs) {
51 super(context, attrs);
52 init(context, attrs, 0);
55 public StrokedTextView(Context context, AttributeSet attrs, int defStyle) {
56 super(context, attrs, defStyle);
57 init(context, attrs, defStyle);
60 private void init(Context context, AttributeSet attrs, int defStyle) {
61 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.StrokedTextView,