Flutter Engine
 
Loading...
Searching...
No Matches
platform_configuration.h File Reference

Go to the source code of this file.

Classes

class  flutter::PlatformConfigurationClient
 A client interface that the RuntimeController uses to define handlers for PlatformConfiguration requests. More...
 
class  flutter::PlatformConfiguration
 A class for holding and distributing platform-level information to and from the Dart code in Flutter's framework. More...
 
class  flutter::PlatformMessageHandlerStorage
 
class  flutter::PlatformConfigurationNativeApi
 

Namespaces

namespace  flutter
 
namespace  flutter::testing
 

Enumerations

enum class  flutter::AccessibilityFeatureFlag : int32_t {
  flutter::kAccessibleNavigation = 1 << 0 ,
  flutter::kInvertColors = 1 << 1 ,
  flutter::kDisableAnimations = 1 << 2 ,
  flutter::kBoldText = 1 << 3 ,
  flutter::kReduceMotion = 1 << 4 ,
  flutter::kHighContrast = 1 << 5 ,
  flutter::kOnOffSwitchLabels = 1 << 6 ,
  flutter::kNoAnnounce = 1 << 7
}
 An enum for defining the different kinds of accessibility features that can be enabled by the platform. More...
 

Functions

 flutter::testing::FML_TEST_CLASS (PlatformConfigurationTest, BeginFrameMonotonic)