Lines Matching full:context
19 import android.content.Context;
33 public DrawableStateProxyView(Context context) {
34 this(context, null);
37 public DrawableStateProxyView(Context context, AttributeSet attrs) {
38 this(context, attrs, 0);
42 public DrawableStateProxyView(Context context, AttributeSet attrs, int defStyle) {
43 super(context, attrs, defStyle);
45 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.DrawableStateProxyView,