Home | History | Annotate | Download | only in settings

Lines Matching refs:context

19 import android.content.Context;
24 public ProgressCategoryBase(Context context) {
25 this(context, null);
28 public ProgressCategoryBase(Context context, AttributeSet attrs) {
29 this(context, attrs, 0);
32 public ProgressCategoryBase(Context context, AttributeSet attrs, int defStyleAttr) {
33 super(context, attrs, defStyleAttr, 0);
36 public ProgressCategoryBase(Context context, AttributeSet attrs, int defStyleAttr,
38 super(context, attrs, defStyleAttr, defStyleRes);