Searched refs:mBackgroundWithoutBlur (Results 1 – 1 of 1) sorted by relevance
42 private Drawable mBackgroundWithoutBlur; field in TvBottomSheetActivity48 getWindow().setBackgroundDrawable(enabled ? mBackgroundWithBlur : mBackgroundWithoutBlur); in onBlurChanged()60 mBackgroundWithoutBlur = getResources().getDrawable(R.drawable.bottom_sheet_background); in onCreate()