Searched refs:mBlurRegionAggregator (Results 1 – 1 of 1) sorted by relevance
698 private final BackgroundBlurDrawable.Aggregator mBlurRegionAggregator = field in ViewRootImpl4059 final boolean hasBlurUpdates = mBlurRegionAggregator.hasUpdates(); in addFrameCallbackIfNeeded()4060 final boolean needsCallbackForBlur = hasBlurUpdates || mBlurRegionAggregator.hasRegions(); in addFrameCallbackIfNeeded()4074 needsCallbackForBlur ? mBlurRegionAggregator.getBlurRegionsCopyForRT() : null; in addFrameCallbackIfNeeded()4084 mBlurRegionAggregator in addFrameCallbackIfNeeded()10369 return mBlurRegionAggregator.createBackgroundBlurDrawable(mContext); in createBackgroundBlurDrawable()