#import "flutter/shell/platform/darwin/ios/framework/Source/vsync_waiter_ios.h"#include <utility>#include <Foundation/Foundation.h>#include <UIKit/UIKit.h>#include <mach/mach_time.h>#include "flutter/common/task_runners.h"#include "flutter/fml/logging.h"#include "flutter/fml/memory/task_runner_checker.h"#include "flutter/fml/trace_event.h"#import "flutter/shell/platform/darwin/common/framework/Headers/FlutterMacros.h"Go to the source code of this file.
Namespaces | |
| flutter | |
Variables | |
| FLUTTER_ASSERT_ARC NSString *const | kCADisableMinimumFrameDurationOnPhoneKey = @"@"CADisableMinimumFrameDurationOnPhone" |
| Info.plist key enabling the full range of ProMotion refresh rates for CADisplayLink callbacks and CAAnimation animations in the app. More... | |
| static const double | kRefreshRateDiffToIgnore = 0.1 |
| CADisplayLink * | _displayLink |
| CADisplayLink* _displayLink |
Definition at line 68 of file vsync_waiter_ios.mm.
| FLUTTER_ASSERT_ARC NSString* const kCADisableMinimumFrameDurationOnPhoneKey = @"@"CADisableMinimumFrameDurationOnPhone" |
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.
|
static |
Definition at line 28 of file vsync_waiter_ios.mm.
Referenced by flutter::VsyncWaiterIOS::AwaitVSync.