Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/graphics/drawable/
H A DBackgroundBlurDrawable.java126 mAggregator.onBlurDrawableUpdated(this); in setVisible()
136 mAggregator.onBlurDrawableUpdated(this); in setAlpha()
147 mAggregator.onBlurDrawableUpdated(this); in setBlurRadius()
177 mAggregator.onBlurDrawableUpdated(this); in setCornerRadius()
257 void onBlurDrawableUpdated(BackgroundBlurDrawable drawable) { in onBlurDrawableUpdated() method in BackgroundBlurDrawable.Aggregator