Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Namespaces | Enumerations
platform_configuration.h File Reference
#include <functional>
#include <memory>
#include <string>
#include <unordered_map>
#include <vector>
#include "flutter/assets/asset_manager.h"
#include "flutter/fml/time/time_point.h"
#include "flutter/lib/ui/semantics/semantics_update.h"
#include "flutter/lib/ui/window/platform_message_response.h"
#include "flutter/lib/ui/window/pointer_data_packet.h"
#include "flutter/lib/ui/window/viewport_metrics.h"
#include "flutter/shell/common/display.h"
#include "third_party/tonic/dart_persistent_value.h"
#include "third_party/tonic/typed_data/dart_byte_data.h"

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
 

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
}
 An enum for defining the different kinds of accessibility features that can be enabled by the platform. More...