Home | History | Annotate | Download | only in launcher2

Lines Matching full:context

3 import android.content.Context;
12 public FolderEditText(Context context) {
13 super(context);
16 public FolderEditText(Context context, AttributeSet attrs) {
17 super(context, attrs);
20 public FolderEditText(Context context, AttributeSet attrs, int defStyle) {
21 super(context, attrs, defStyle);