Searched refs:backgroundView (Results 1 – 3 of 3) sorted by relevance
40 public PhoneStatusBarTransitions(PhoneStatusBarView statusBarView, View backgroundView) { in PhoneStatusBarTransitions() argument41 super(backgroundView, R.drawable.status_background); in PhoneStatusBarTransitions()
266 final ImageView backgroundView = mLayout.findViewById(R.id.background); in onAttachedToWindow() local273 backgroundView.setScaleType(ImageView.ScaleType.CENTER_CROP); in onAttachedToWindow()274 backgroundView.setImageDrawable(image); in onAttachedToWindow()276 backgroundView.setImageDrawable(null); in onAttachedToWindow()277 backgroundView.setBackgroundColor(R.color.biometric_dialog_dim_color); in onAttachedToWindow()
1526 final PopupBackgroundView backgroundView = new PopupBackgroundView(mContext); in createBackgroundView() local1529 backgroundView.addView(contentView, listParams); in createBackgroundView()1531 return backgroundView; in createBackgroundView()