Flutter Engine
The Flutter Engine
shell
platform
fuchsia
flutter
flutter_runner_product_configuration.h
Go to the documentation of this file.
1
// Copyright 2013 The Flutter Authors. All rights reserved.
2
// Use of this source code is governed by a BSD-style license that can be
3
// found in the LICENSE file.
4
5
#ifndef FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_FLUTTER_RUNNER_PRODUCT_CONFIGURATION_H_
6
#define FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_FLUTTER_RUNNER_PRODUCT_CONFIGURATION_H_
7
8
#include <string>
9
10
namespace
flutter_runner
{
11
12
class
FlutterRunnerProductConfiguration
{
13
public
:
14
FlutterRunnerProductConfiguration
() {}
15
explicit
FlutterRunnerProductConfiguration
(std::string json_string);
16
17
bool
get_intercept_all_input
() {
return
intercept_all_input_; }
18
bool
software_rendering
() {
return
software_rendering_; }
19
bool
enable_shader_warmup
() {
return
enable_shader_warmup_; }
20
bool
enable_shader_warmup_dart_hooks
() {
21
return
enable_shader_warmup_dart_hooks_;
22
}
23
24
private
:
25
bool
intercept_all_input_ =
false
;
26
bool
software_rendering_ =
false
;
27
bool
enable_shader_warmup_ =
false
;
28
bool
enable_shader_warmup_dart_hooks_ =
true
;
29
};
30
31
}
// namespace flutter_runner
32
#endif
// FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_FLUTTER_RUNNER_PRODUCT_CONFIGURATION_H_
flutter_runner::FlutterRunnerProductConfiguration
Definition:
flutter_runner_product_configuration.h:12
flutter_runner::FlutterRunnerProductConfiguration::FlutterRunnerProductConfiguration
FlutterRunnerProductConfiguration()
Definition:
flutter_runner_product_configuration.h:14
flutter_runner::FlutterRunnerProductConfiguration::enable_shader_warmup_dart_hooks
bool enable_shader_warmup_dart_hooks()
Definition:
flutter_runner_product_configuration.h:20
flutter_runner::FlutterRunnerProductConfiguration::software_rendering
bool software_rendering()
Definition:
flutter_runner_product_configuration.h:18
flutter_runner::FlutterRunnerProductConfiguration::enable_shader_warmup
bool enable_shader_warmup()
Definition:
flutter_runner_product_configuration.h:19
flutter_runner::FlutterRunnerProductConfiguration::get_intercept_all_input
bool get_intercept_all_input()
Definition:
flutter_runner_product_configuration.h:17
flutter_runner
Definition:
accessibility_bridge.cc:20
Generated on Sun Jun 23 2024 21:55:15 for Flutter Engine by
1.9.4