Lines Matching full:context
21 import android.content.Context;
36 public HandleView(Context context) {
37 super(context);
40 public HandleView(Context context, AttributeSet attrs) {
41 this(context, attrs, 0);
44 public HandleView(Context context, AttributeSet attrs, int defStyle) {
45 super(context, attrs, defStyle);
47 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.HandleView, defStyle, 0);
51 setContentDescription(context.getString(R.string.all_apps_button_label));