Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialogImpl.java219 @Nullable private Drawable mRingerAndDrawerContainerBackground; field in VolumeDialogImpl
615 mRingerAndDrawerContainerBackground = ringerAndDrawerBg.getDrawable(0); in initDialog()
1654 if (shouldBeVisible && mRingerAndDrawerContainerBackground != null) {
2235 if (mRingerAndDrawerContainerBackground == null) {
2239 final Rect bounds = mRingerAndDrawerContainerBackground.copyBounds();
2245 mRingerAndDrawerContainerBackground.setBounds(bounds);