Definition at line 20 of file MemoryLeakTests.java.
◆ platformViewHybridComposition_launchActivityFinishAndLaunchAgain()
void dev.flutter.scenariosui.MemoryLeakTests.platformViewHybridComposition_launchActivityFinishAndLaunchAgain |
( |
| ) |
throws Exception |
|
inline |
Definition at line 28 of file MemoryLeakTests.java.
28 {
29 Intent intent = new Intent(Intent.ACTION_MAIN);
30 intent.putExtra("scenario_name", "platform_view");
31 intent.putExtra("use_android_view", true);
32 intent.putExtra("view_type", PlatformViewsActivity.TEXT_VIEW_PV);
33
35 }
ActivityTestRule< PlatformViewsActivity > activityRule
◆ activityRule
Initial value:=
new ActivityTestRule<>(
PlatformViewsActivity.class, false, false)
Definition at line 22 of file MemoryLeakTests.java.
The documentation for this class was generated from the following file: