Merge "Improvements for All Apps on different display sizes" into tm-qpr-dev

This commit is contained in:
Thales Lima
2023-02-08 10:02:17 +00:00
committed by Android (Google) Code Review
10 changed files with 36 additions and 14 deletions
@@ -120,6 +120,7 @@ abstract class DeviceProfileBaseTest {
horizontalMargin = FloatArray(4) { 22f }
allAppsStyle = R.style.AllAppsStyleDefault
allAppsCellSize =
listOf(
PointF(80f, 104f),
@@ -198,6 +199,7 @@ abstract class DeviceProfileBaseTest {
horizontalMargin = floatArrayOf(54f, 120f, 54f, 54f)
allAppsStyle = R.style.AllAppsStyleDefault
allAppsCellSize =
listOf(
PointF(96f, 142f),
@@ -277,6 +279,7 @@ abstract class DeviceProfileBaseTest {
horizontalMargin = floatArrayOf(21.5f, 21.5f, 22.5f, 30.5f)
allAppsStyle = R.style.AllAppsStyleDefault
allAppsCellSize =
listOf(PointF(0f, 0f), PointF(0f, 0f), PointF(68f, 104f), PointF(80f, 104f))
.toTypedArray()