Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
dev.flutter.scenariosui.MemoryLeakTests Class Reference

Public Member Functions

void platformViewHybridComposition_launchActivityFinishAndLaunchAgain () throws Exception
 

Public Attributes

ActivityTestRule< PlatformViewsActivity > activityRule
 

Detailed Description

Definition at line 20 of file MemoryLeakTests.java.

Member Function Documentation

◆ 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
34 activityRule.launchActivity(intent);
35 }
ActivityTestRule< PlatformViewsActivity > activityRule

Member Data Documentation

◆ activityRule

ActivityTestRule<PlatformViewsActivity> dev.flutter.scenariosui.MemoryLeakTests.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: