Home | History | Annotate | Download | only in launcher3

Lines Matching refs:context

19 import android.content.Context;
28 public AlphaDisableableButton(Context context) {
29 this(context, null);
32 public AlphaDisableableButton(Context context, AttributeSet attrs) {
33 this(context, attrs, 0);
36 public AlphaDisableableButton(Context context, AttributeSet attrs, int defStyleAttr) {
37 super(context, attrs, defStyleAttr);