#include <QuartzCore/CADisplayLink.h>#include "flutter/fml/macros.h"#include "flutter/shell/common/variable_refresh_rate_reporter.h"#include "flutter/shell/common/vsync_waiter.h"Go to the source code of this file.
Classes | |
| class | DisplayLinkManager |
| class | VSyncClient |
| class | flutter::VsyncWaiterIOS |
Namespaces | |
| flutter | |
Variables | |
| NSString *const | kCADisableMinimumFrameDurationOnPhoneKey |
| Info.plist key enabling the full range of ProMotion refresh rates for CADisplayLink callbacks and CAAnimation animations in the app. More... | |
|
extern |
Info.plist key enabling the full range of ProMotion refresh rates for CADisplayLink callbacks and CAAnimation animations in the app.
Definition at line 21 of file vsync_waiter_ios.mm.