Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/graphics/drawable/
H A DBackgroundBlurDrawable.java246 public BackgroundBlurDrawable createBackgroundBlurDrawable(Context context) { in createBackgroundBlurDrawable() method in BackgroundBlurDrawable.Aggregator
/aosp12/frameworks/base/core/tests/coretests/src/android/view/
H A DBlurAggregatorTest.java64 final BackgroundBlurDrawable drawable = mAggregator.createBackgroundBlurDrawable(mContext); in createTestBackgroundBlurDrawable()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialogImpl.java458 mDialogRowsViewBackground = v.getViewRootImpl().createBackgroundBlurDrawable(); in initDialog()
/aosp12/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java1335 mBackgroundBlurDrawable = getViewRootImpl().createBackgroundBlurDrawable(); in updateBackgroundBlurRadius()
/aosp12/frameworks/base/core/java/android/view/
H A DViewRootImpl.java10516 public BackgroundBlurDrawable createBackgroundBlurDrawable() { in createBackgroundBlurDrawable() method
10517 return mBlurRegionAggregator.createBackgroundBlurDrawable(mContext); in createBackgroundBlurDrawable()