Home | History | Annotate | Download | only in launcher2

Lines Matching full:context

19 import android.content.Context;
36 public HolographicLinearLayout(Context context) {
37 this(context, null);
40 public HolographicLinearLayout(Context context, AttributeSet attrs) {
41 this(context, attrs, 0);
44 public HolographicLinearLayout(Context context, AttributeSet attrs, int defStyle) {
45 super(context, attrs, defStyle);
47 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.HolographicLinearLayout,
53 mHolographicHelper = new HolographicViewHelper(context);