Home
last modified time | relevance | path

Searched refs:backgroundView (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarTransitions.java40 public PhoneStatusBarTransitions(PhoneStatusBarView statusBarView, View backgroundView) { in PhoneStatusBarTransitions() argument
41 super(backgroundView, R.drawable.status_background); in PhoneStatusBarTransitions()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DBiometricDialogView.java266 final ImageView backgroundView = mLayout.findViewById(R.id.background); in onAttachedToWindow() local
273 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()
/frameworks/base/core/java/android/widget/
DPopupWindow.java1526 final PopupBackgroundView backgroundView = new PopupBackgroundView(mContext); in createBackgroundView() local
1529 backgroundView.addView(contentView, listParams); in createBackgroundView()
1531 return backgroundView; in createBackgroundView()