You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following experimental APIs have been stabilized:
- `ExperimentalComposeUiApi` for `testTag` and `semantics`
- `ExperimentalMetricApi` for `FrameTimingMetric`
Copy file name to clipboardExpand all lines: MacrobenchmarkSample/app/src/main/kotlin/com/example/macrobenchmark/target/activity/FullyDrawnStartupActivity.kt
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ import android.os.Bundle
20
20
importandroidx.activity.ComponentActivity
21
21
importandroidx.activity.compose.ReportDrawnWhen
22
22
importandroidx.activity.compose.setContent
23
+
importandroidx.activity.enableEdgeToEdge
23
24
importandroidx.activity.viewModels
24
25
importandroidx.compose.foundation.layout.Box
25
26
importandroidx.compose.foundation.layout.Column
@@ -39,6 +40,7 @@ class FullyDrawnStartupActivity : ComponentActivity() {
Copy file name to clipboardExpand all lines: MacrobenchmarkSample/app/src/main/kotlin/com/example/macrobenchmark/target/activity/clicklatency/ComposeActivity.kt
Copy file name to clipboardExpand all lines: MacrobenchmarkSample/app/src/main/kotlin/com/example/macrobenchmark/target/activity/login/LoginActivity.kt
Copy file name to clipboardExpand all lines: MacrobenchmarkSample/macrobenchmark/src/main/kotlin/com/example/macrobenchmark/benchmark/frames/NestedRecyclerFrameTimingBenchmarks.kt
Copy file name to clipboardExpand all lines: MacrobenchmarkSample/macrobenchmark/src/main/kotlin/com/example/macrobenchmark/benchmark/startup/FullyDrawnStartupBenchmark.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ class FullyDrawnStartupBenchmark {
0 commit comments