Home | History | Annotate | Download | only in recurrencepicker

Lines Matching refs:context

19 import android.content.Context;
26 public LinearLayoutWithMaxWidth(Context context) {
27 super(context);
30 public LinearLayoutWithMaxWidth(Context context, AttributeSet attrs) {
31 super(context, attrs);
34 public LinearLayoutWithMaxWidth(Context context, AttributeSet attrs, int defStyle) {
35 super(context, attrs, defStyle);