Searched refs:backgroundView (Results 1 – 2 of 2) sorted by relevance
251 final ImageView backgroundView = mLayout.findViewById(R.id.background); in onAttachedToWindow() local258 backgroundView.setImageDrawable(image); in onAttachedToWindow()260 backgroundView.setImageDrawable(null); in onAttachedToWindow()261 backgroundView.setBackgroundColor(R.color.biometric_dialog_dim_color); in onAttachedToWindow()
1527 final PopupBackgroundView backgroundView = new PopupBackgroundView(mContext); in createBackgroundView() local1530 backgroundView.addView(contentView, listParams); in createBackgroundView()1532 return backgroundView; in createBackgroundView()