Searched refs:mBackgroundBlurDrawable (Results 1 – 1 of 1) sorted by relevance
242 private BackgroundBlurDrawable mBackgroundBlurDrawable; field in DecorView1259 && mBackgroundBlurDrawable == mLastBackgroundBlurDrawable in updateBackgroundDrawable()1265 if (mBackgroundBlurDrawable != null) { in updateBackgroundDrawable()1266 destDrawable = new LayerDrawable(new Drawable[] {mBackgroundBlurDrawable, in updateBackgroundDrawable()1290 mLastBackgroundBlurDrawable = mBackgroundBlurDrawable; in updateBackgroundDrawable()1295 if (mBackgroundBlurDrawable == null) return; in updateBackgroundBlurCorners()1305 mBackgroundBlurDrawable.setCornerRadius(cornerRadius); in updateBackgroundBlurCorners()1313 if (mBackgroundBlurDrawable == null && mBackgroundBlurRadius > 0) { in updateBackgroundBlurRadius()1314 mBackgroundBlurDrawable = getViewRootImpl().createBackgroundBlurDrawable(); in updateBackgroundBlurRadius()1318 if (mBackgroundBlurDrawable != null) { in updateBackgroundBlurRadius()[all …]