Home | History | Annotate | Download | only in keyguard

Lines Matching refs:context

19 import android.content.Context;
30 public AlphaOptimizedLinearLayout(Context context) {
31 super(context);
34 public AlphaOptimizedLinearLayout(Context context, AttributeSet attrs) {
35 super(context, attrs);
38 public AlphaOptimizedLinearLayout(Context context, AttributeSet attrs, int defStyleAttr) {
39 super(context, attrs, defStyleAttr);
42 public AlphaOptimizedLinearLayout(Context context, AttributeSet attrs, int defStyleAttr,
44 super(context, attrs, defStyleAttr, defStyleRes);