Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewRootImpl.java698 private final BackgroundBlurDrawable.Aggregator mBlurRegionAggregator = field in ViewRootImpl
4059 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()