Home | History | Annotate | Download | only in widget

Lines Matching refs:context

16 import android.content.Context;
27 public RowHeaderView(Context context) {
28 this(context, null);
31 public RowHeaderView(Context context, AttributeSet attrs) {
32 this(context, attrs, R.attr.rowHeaderStyle);
35 public RowHeaderView(Context context, AttributeSet attrs, int defStyle) {
36 super(context, attrs, defStyle);