Assigned
Status Update
Comments
be...@google.com <be...@google.com> #2
Automatic regression verification started for measurement:
ChromiumPerf/android-pixel6-perf/system_health.memory_mobile/memory:chrome:all_processes:reported_by_chrome:malloc:max_committed_size_avg/browse_news
Verification workflow id: projects/62121018386/locations/us-central1/workflows/sandwich-verification-workflow-prod/executions/f430dab5-4642-48dd-a3d6-a50904c1d68e
ChromiumPerf/android-pixel6-perf/system_health.memory_mobile/memory:chrome:all_processes:reported_by_chrome:malloc:max_committed_size_avg/browse_news
Verification workflow id: projects/62121018386/locations/us-central1/workflows/sandwich-verification-workflow-prod/executions/f430dab5-4642-48dd-a3d6-a50904c1d68e
pk...@9292.nl <pk...@9292.nl> #3
🥪 Regression verification projects/62121018386/locations/us-central1/workflows/sandwich-verification-workflow-prod/executions/f430dab5-4642-48dd-a3d6-a50904c1d68e job 169445e4610000 for test: ChromiumPerf/android-pixel6-perf/system_health.memory_mobile/memory:chrome:all_processes:reported_by_chrome:malloc:max_committed_size_avg/browse_news
did NOT reproduce the regression with statistic: {'control_median': 135405568, 'lower': -2.0340368398504394, 'p_value': 0.42795460671186447, 'treatment_median': 135325696, 'upper': 1.0165479548803757}.
Issue closed.
did NOT reproduce the regression with statistic: {'control_median': 135405568, 'lower': -2.0340368398504394, 'p_value': 0.42795460671186447, 'treatment_median': 135325696, 'upper': 1.0165479548803757}.
Issue closed.
Description
Jetpack Compose component(s) used: material3, ui-tooling, ui-tooling-preview, runtime-livedata
Android Studio Build: #AI-242.23726.103.2422.12816248, built on December 18, 2024
Kotlin version: 2.1.0
Steps to Reproduce or Code Sample to Reproduce:
Create a HorizontalPager with multiple pages. Each page/content has a horizontal padding of 16.dp. Add `pageSpacing = -20.dp` to the HorizontalPager to show a small preview of the previous or next page on the sides. This works for me as expected on all pages, except the last one. The content snaps to the side of the pager.
When we're starting with the last page, it still looks fine, until we change the pages. Interestingly, this doesn't seem to happen for the 1st page!
See video attached for better understanding.