Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/
H A DViewRootImpl.java719 private final BackgroundBlurDrawable.Aggregator mBlurRegionAggregator = field in ViewRootImpl
4177 final boolean hasBlurUpdates = mBlurRegionAggregator.hasUpdates(); in addFrameCallbackIfNeeded()
4178 final boolean needsCallbackForBlur = hasBlurUpdates || mBlurRegionAggregator.hasRegions(); in addFrameCallbackIfNeeded()
4192 needsCallbackForBlur ? mBlurRegionAggregator.getBlurRegionsCopyForRT() : null; in addFrameCallbackIfNeeded()
4204 mBlurRegionAggregator in addFrameCallbackIfNeeded()
10517 return mBlurRegionAggregator.createBackgroundBlurDrawable(mContext); in createBackgroundBlurDrawable()