Home
last modified time | relevance | path

Searched defs:blurRegions (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/base/core/tests/coretests/src/android/view/
H A DBlurAggregatorTest.java67 final BlurRegion[] blurRegions = mAggregator.getBlurRegionsCopyForRT(); in createTestBackgroundBlurDrawable() local
79 BlurRegion[] blurRegions = mAggregator.getBlurRegionsCopyForRT(); in testBlurRadiusUpdatePropagatesToRenderThreadIfNeeded() local
96 BlurRegion[] blurRegions = mAggregator.getBlurRegionsCopyForRT(); in testAlphaUpdatePropagatesToRenderThreadIfNeeded() local
115 final BlurRegion[] blurRegions = mAggregator.getBlurRegionsCopyForRT(); in testCornerRadiusUpdatePropagatesToRenderThreadIfNeeded() local
128 BlurRegion[] blurRegions = mAggregator.getBlurRegionsCopyForRT(); in testVisibleUpdatePropagatesToRenderThreadIfNeeded() local
153 BlurRegion[] blurRegions = mAggregator.getBlurRegionsCopyForRT(); in testPositionUpdateAppearsInBlurRegion() local
169 final BlurRegion[] blurRegions = mAggregator.getBlurRegionsCopyForRT(); in testNoBlurRegionsDispatchedWhenNoUpdates() local
182 final BlurRegion[] blurRegions = mAggregator.getBlurRegionsCopyForRT(); in testBlurRegionDispatchedIfOnlyDrawableUpdated() local
196 final BlurRegion[] blurRegions = mAggregator.getBlurRegionsCopyForRT(); in testBlurRegionDispatchedIfOnlyPositionUpdated() local
215 final BlurRegion[] blurRegions = mAggregator.getBlurRegionsCopyForRT(); in testPositionUpdateIsAppliedInNextFrameIfMissed() local
[all …]
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
H A DLayerFECompositionState.h137 std::vector<BlurRegion> blurRegions; member
/aosp12/frameworks/native/libs/renderengine/include/renderengine/
H A DLayerSettings.h164 std::vector<BlurRegion> blurRegions; member
/aosp12/frameworks/native/libs/gui/include/gui/
H A DLayerState.h179 std::vector<BlurRegion> blurRegions; member
/aosp12/frameworks/native/services/surfaceflinger/
H A DSurfaceInterceptor.cpp358 const std::vector<BlurRegion>& blurRegions) { in addBlurRegionsLocked()
H A DLayer.h236 std::vector<BlurRegion> blurRegions; member
H A DLayer.cpp978 bool Layer::setBlurRegions(const std::vector<BlurRegion>& blurRegions) { in setBlurRegions()
/aosp12/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp1202 const sp<SurfaceControl>& sc, const std::vector<BlurRegion>& blurRegions) { in setBlurRegions()