Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/graphics/drawable/
DBackgroundBlurDrawable.java127 mAggregator.onBlurDrawableUpdated(this); in setVisible()
137 mAggregator.onBlurDrawableUpdated(this); in setAlpha()
148 mAggregator.onBlurDrawableUpdated(this); in setBlurRadius()
178 mAggregator.onBlurDrawableUpdated(this); in setCornerRadius()
261 void onBlurDrawableUpdated(BackgroundBlurDrawable drawable) { in onBlurDrawableUpdated() method in BackgroundBlurDrawable.Aggregator