Searched refs:blurRegions (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/core/tests/coretests/src/android/view/ |
H A D | BlurAggregatorTest.java | 80 assertEquals(0, blurRegions.length); in testBlurRadiusUpdatePropagatesToRenderThreadIfNeeded() 86 assertEquals(1, blurRegions.length); in testBlurRadiusUpdatePropagatesToRenderThreadIfNeeded() 97 assertEquals(1, blurRegions.length); in testAlphaUpdatePropagatesToRenderThreadIfNeeded() 107 assertEquals(0, blurRegions.length); in testAlphaUpdatePropagatesToRenderThreadIfNeeded() 116 assertEquals(1, blurRegions.length); in testCornerRadiusUpdatePropagatesToRenderThreadIfNeeded() 129 assertEquals(0, blurRegions.length); in testVisibleUpdatePropagatesToRenderThreadIfNeeded() 135 assertEquals(1, blurRegions.length); in testVisibleUpdatePropagatesToRenderThreadIfNeeded() 154 assertEquals(1, blurRegions.length); in testPositionUpdateAppearsInBlurRegion() 170 assertEquals(1, blurRegions.length); in testNoBlurRegionsDispatchedWhenNoUpdates() 183 assertEquals(1, blurRegions.length); in testBlurRegionDispatchedIfOnlyDrawableUpdated() [all …]
|
/aosp14/frameworks/base/core/java/com/android/internal/graphics/drawable/ |
H A D | BackgroundBlurDrawable.java | 417 private void handleDispatchBlurTransactionLocked(long frameNumber, BlurRegion[] blurRegions, in handleDispatchBlurTransactionLocked() argument 420 getBlurRegionsForFrameLocked(frameNumber, blurRegions, forceUpdate); in handleDispatchBlurTransactionLocked()
|