Home | History | Annotate | Download | only in statusbar

Lines Matching refs:context

19 import android.content.Context;
31 public BackDropView(Context context) {
32 super(context);
35 public BackDropView(Context context, AttributeSet attrs) {
36 super(context, attrs);
39 public BackDropView(Context context, AttributeSet attrs, int defStyleAttr) {
40 super(context, attrs, defStyleAttr);
43 public BackDropView(Context context, AttributeSet attrs, int defStyleAttr,
45 super(context, attrs, defStyleAttr, defStyleRes);