Searched refs:getBlurRegionsCopyForRT (Results 1 – 2 of 2) sorted by relevance
67 final BlurRegion[] blurRegions = mAggregator.getBlurRegionsCopyForRT(); in createTestBackgroundBlurDrawable()79 BlurRegion[] blurRegions = mAggregator.getBlurRegionsCopyForRT(); in testBlurRadiusUpdatePropagatesToRenderThreadIfNeeded()85 blurRegions = mAggregator.getBlurRegionsCopyForRT(); in testBlurRadiusUpdatePropagatesToRenderThreadIfNeeded()96 BlurRegion[] blurRegions = mAggregator.getBlurRegionsCopyForRT(); in testAlphaUpdatePropagatesToRenderThreadIfNeeded()106 blurRegions = mAggregator.getBlurRegionsCopyForRT(); in testAlphaUpdatePropagatesToRenderThreadIfNeeded()115 final BlurRegion[] blurRegions = mAggregator.getBlurRegionsCopyForRT(); in testCornerRadiusUpdatePropagatesToRenderThreadIfNeeded()128 BlurRegion[] blurRegions = mAggregator.getBlurRegionsCopyForRT(); in testVisibleUpdatePropagatesToRenderThreadIfNeeded()134 blurRegions = mAggregator.getBlurRegionsCopyForRT(); in testVisibleUpdatePropagatesToRenderThreadIfNeeded()143 BlurRegion[] blurRegions1 = mAggregator.getBlurRegionsCopyForRT(); in testBlurRegionCopyForRtIsSameIfNoUiUpdates()147 BlurRegion[] blurRegions2 = mAggregator.getBlurRegionsCopyForRT(); in testBlurRegionCopyForRtIsSameIfNoUiUpdates()[all …]
296 final BlurRegion[] blurRegionsForNextFrame = getBlurRegionsCopyForRT(); in registerPreDrawListener()360 public BlurRegion[] getBlurRegionsCopyForRT() { in getBlurRegionsCopyForRT() method in BackgroundBlurDrawable.Aggregator