Home | History | Annotate | Download | only in view

Lines Matching refs:context

20 import android.content.Context;
27 public CustomScreenLinearLayout(Context context) {
28 super(context);
32 public CustomScreenLinearLayout(Context context, AttributeSet attrs) {
33 super(context, attrs);
37 public CustomScreenLinearLayout(Context context, AttributeSet attrs,
39 super(context, attrs, defStyle);