Home | History | Annotate | Download | only in ui

Lines Matching refs:context

20 import android.content.Context;
25 public AnimatedListView(Context context) {
26 this(context, null);
29 public AnimatedListView(Context context, AttributeSet attrs) {
30 this(context, attrs, 0);
33 public AnimatedListView(Context context, AttributeSet attrs, int defStyle) {
34 super(context, attrs, defStyle);