Flutter Engine
The Flutter Engine
|
Protected Member Functions | |
void | onCreate (@Nullable Bundle savedInstanceState) |
void | getScenarioParams (@NonNull Map< String, Object > args) |
Protected Member Functions inherited from dev.flutter.scenarios.TestActivity | |
void | onCreate (@Nullable Bundle savedInstanceState) |
void | onDestroy () |
void | getScenarioParams (@NonNull Map< String, Object > args) |
void | testFlutterLoaderCallbackWhenInitializedTwice () |
Protected Member Functions inherited from dev.flutter.scenarios.TestableFlutterActivity | |
void | onCreate (@Nullable Bundle savedInstanceState) |
void | notifyFlutterRendered () |
Protected Member Functions inherited from io.flutter.embedding.android.FlutterActivity | |
void | onCreate (@Nullable Bundle savedInstanceState) |
OnBackInvokedCallback | getOnBackInvokedCallback () |
void | onStart () |
void | onResume () |
void | onPause () |
void | onStop () |
void | onSaveInstanceState (Bundle outState) |
void | onDestroy () |
void | onActivityResult (int requestCode, int resultCode, Intent data) |
void | onNewIntent (@NonNull Intent intent) |
BackgroundMode | getBackgroundMode () |
FlutterEngine | getFlutterEngine () |
Bundle | getMetaData () throws PackageManager.NameNotFoundException |
Static Package Attributes | |
static final String | TAG = "Scenarios" |
Additional Inherited Members | |
Static Public Member Functions inherited from io.flutter.embedding.android.FlutterActivity | |
static Intent | createDefaultIntent (@NonNull Context launchContext) |
static NewEngineIntentBuilder | withNewEngine () |
static CachedEngineIntentBuilder | withCachedEngine (@NonNull String cachedEngineId) |
static NewEngineInGroupIntentBuilder | withNewEngineInGroup (@NonNull String engineGroupId) |
Static Public Attributes inherited from io.flutter.embedding.android.FlutterActivity | |
static final int | FLUTTER_VIEW_ID = View.generateViewId() |
Protected Attributes inherited from io.flutter.embedding.android.FlutterActivity | |
FlutterActivityAndFragmentDelegate | delegate |
Package Functions inherited from io.flutter.embedding.android.FlutterActivity | |
void | setDelegate (@NonNull FlutterActivityAndFragmentDelegate delegate) |
Definition at line 45 of file ExternalTextureFlutterActivity.java.
|
inlineprotected |
Populates test-specific parameters that are sent to the Dart test scenario.
args | The map of test arguments |
Reimplemented from dev.flutter.scenarios.TestActivity.
Definition at line 154 of file ExternalTextureFlutterActivity.java.
|
inlineprotected |
Reimplemented from dev.flutter.scenarios.TestActivity.
Definition at line 59 of file ExternalTextureFlutterActivity.java.
|
inline |
Invoked by this delegate when its FlutterView
starts painting pixels.
Reimplemented from dev.flutter.scenarios.TestActivity.
Definition at line 142 of file ExternalTextureFlutterActivity.java.
|
inline |
Reimplemented from io.flutter.embedding.android.FlutterActivity.
Definition at line 135 of file ExternalTextureFlutterActivity.java.
|
inline |
Reimplemented from dev.flutter.scenarios.TestableFlutterActivity.
Definition at line 90 of file ExternalTextureFlutterActivity.java.
|
staticpackage |
Definition at line 46 of file ExternalTextureFlutterActivity.java.