Home | History | Annotate | Download | only in keyguard

Lines Matching refs:context

18 import android.content.Context;
29 public KeyguardLinearLayout(Context context) {
30 this(context, null, 0);
33 public KeyguardLinearLayout(Context context, AttributeSet attrs) {
34 this(context, attrs, 0);
37 public KeyguardLinearLayout(Context context, AttributeSet attrs, int defStyle) {
38 super(context, attrs, defStyle);