Lines Matching full:context
19 import android.content.Context;
41 public Hotseat(Context context) {
42 this(context, null);
45 public Hotseat(Context context, AttributeSet attrs) {
46 this(context, attrs, 0);
49 public Hotseat(Context context, AttributeSet attrs, int defStyle) {
50 super(context, attrs, defStyle);
52 TypedArray a = context.obtainStyledAttributes(attrs,
56 mIsLandscape = context.getResources().getConfiguration().orientation ==
99 Context context = getContext();
100 LayoutInflater inflater = LayoutInflater.from(context);
104 context.getResources().getDrawable(R.drawable.all_apps_button_icon), null, null);
105 // allAppsButton.setText(context.getString(R.string.all_apps_button_label));
106 allAppsButton.setContentDescription(context.getString(R.string.all_apps_button_label));