#import <FlutterPlatformViews_Internal.h>
Definition at line 189 of file FlutterPlatformViews.mm.
◆ applyBlurBackdropFilters:
Definition at line 185 of file FlutterPlatformViews.mm.
203 :(NSArray<PlatformViewFilter*>*)filters {
204 FML_DCHECK(
self.filters.count ==
self.backdropFilterSubviews.count);
205 if (
self.filters.count == 0 && filters.count == 0) {
208 self.filters = filters;
209 NSUInteger index = 0;
210 for (index = 0; index <
self.filters.count; index++) {
211 UIVisualEffectView* backdropFilterView;
214 backdropFilterView = filter.backdropFilterView;
215 [self addSubview:backdropFilterView];
216 [self.backdropFilterSubviews addObject:backdropFilterView];
218 [filter updateVisualEffectView:self.backdropFilterSubviews[index]];
222 [self.backdropFilterSubviews[i - 1] removeFromSuperview];
223 [self.backdropFilterSubviews removeLastObject];
NSMutableArray * backdropFilterSubviews()
◆ backdropFilterSubviews
| - (NSMutableArray *) backdropFilterSubviews |
|
|
|
Definition at line 185 of file FlutterPlatformViews.mm.
228 if (!_backdropFilterSubviews) {
229 _backdropFilterSubviews = [[NSMutableArray alloc] init];
231 return _backdropFilterSubviews;
The documentation for this class was generated from the following files: