Lines Matching full:context
19 import android.content.Context;43 public PagedViewIcon(Context context) {44 this(context, null);47 public PagedViewIcon(Context context, AttributeSet attrs) {48 this(context, attrs, 0);51 public PagedViewIcon(Context context, AttributeSet attrs, int defStyle) {52 super(context, attrs, defStyle);