Home
last modified time | relevance | path

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

/packages/apps/TvSystemUI/src/com/android/systemui/tv/
DTvBottomSheetActivity.java41 private Drawable mBackgroundWithBlur; field in TvBottomSheetActivity
48 getWindow().setBackgroundDrawable(enabled ? mBackgroundWithBlur : mBackgroundWithoutBlur); in onBlurChanged()
58 mBackgroundWithBlur = getResources() in onCreate()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/television/
DGrantPermissionsViewHandlerImpl.java44 private final Drawable mBackgroundWithBlur; field in GrantPermissionsViewHandlerImpl
65 mBackgroundWithBlur = context.getResources().getDrawable( in GrantPermissionsViewHandlerImpl()
143 window.setBackgroundDrawable(enabled ? mBackgroundWithBlur : mBackgroundNoBlur); in onBlurEnabledChanged()