Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/view/
DBlurAggregatorTest.java67 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 …]
/frameworks/base/core/java/com/android/internal/graphics/drawable/
DBackgroundBlurDrawable.java296 final BlurRegion[] blurRegionsForNextFrame = getBlurRegionsCopyForRT(); in registerPreDrawListener()
360 public BlurRegion[] getBlurRegionsCopyForRT() { in getBlurRegionsCopyForRT() method in BackgroundBlurDrawable.Aggregator