Home | History | Annotate | Download | only in statusbar

Lines Matching refs:context

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