#import <FlutterPlatformViews_Internal.h>
Definition at line 152 of file FlutterPlatformViews.mm.
◆ applyBlurBackdropFilters:
Definition at line 166 of file FlutterPlatformViews.mm.
166 :(NSArray<PlatformViewFilter*>*)filters {
167 FML_DCHECK(
self.filters.count ==
self.backdropFilterSubviews.count);
168 if (
self.filters.count == 0 && filters.count == 0) {
171 self.filters = filters;
172 NSUInteger index = 0;
173 for (index = 0; index <
self.filters.count; index++) {
174 UIVisualEffectView* backdropFilterView;
177 backdropFilterView = filter.backdropFilterView;
178 [self addSubview:backdropFilterView];
179 [self.backdropFilterSubviews addObject:backdropFilterView];
181 [filter updateVisualEffectView:self.backdropFilterSubviews[index]];
185 [self.backdropFilterSubviews[i - 1] removeFromSuperview];
186 [self.backdropFilterSubviews removeLastObject];
References backdropFilterSubviews, and PlatformViewFilter::backdropFilterView.
◆ backdropFilterSubviews
- (NSMutableArray *) backdropFilterSubviews |
|
|
|
The documentation for this class was generated from the following files: