Searched refs:mBlurRegionAggregator (Results 1 – 1 of 1) sorted by relevance
719 private final BackgroundBlurDrawable.Aggregator mBlurRegionAggregator = field in ViewRootImpl4177 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()