Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java260 private BackgroundBlurDrawable mBackgroundBlurDrawable; field in DecorView
1280 && mBackgroundBlurDrawable == mLastBackgroundBlurDrawable in updateBackgroundDrawable()
1286 if (mBackgroundBlurDrawable != null) { in updateBackgroundDrawable()
1287 destDrawable = new LayerDrawable(new Drawable[] {mBackgroundBlurDrawable, in updateBackgroundDrawable()
1311 mLastBackgroundBlurDrawable = mBackgroundBlurDrawable; in updateBackgroundDrawable()
1316 if (mBackgroundBlurDrawable == null) return; in updateBackgroundBlurCorners()
1326 mBackgroundBlurDrawable.setCornerRadius(cornerRadius); in updateBackgroundBlurCorners()
1334 if (mBackgroundBlurDrawable == null && mBackgroundBlurRadius > 0) { in updateBackgroundBlurRadius()
1339 if (mBackgroundBlurDrawable != null) { in updateBackgroundBlurRadius()
1340 mBackgroundBlurDrawable.setBlurRadius(mBackgroundBlurRadius); in updateBackgroundBlurRadius()
[all …]