Home
last modified time | relevance | path

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

/packages/apps/TvSystemUI/src/com/android/systemui/tv/
DTvBottomSheetActivity.java42 private Drawable mBackgroundWithoutBlur; field in TvBottomSheetActivity
48 getWindow().setBackgroundDrawable(enabled ? mBackgroundWithBlur : mBackgroundWithoutBlur); in onBlurChanged()
60 mBackgroundWithoutBlur = getResources().getDrawable(R.drawable.bottom_sheet_background); in onCreate()