summaryrefslogtreecommitdiffstats
path: root/recipes-demo
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2024-01-04 19:15:58 -0500
committerScott Murray <scott.murray@konsulko.com>2024-01-05 16:40:12 +0000
commita2f890dae4d3b9d49d2921576b04384cef7641d3 (patch)
tree08e13c54268452fea8512bc2ffd5f604adf73ffb /recipes-demo
parent2136f6f3f41844ee13194bc288aac5ff04c3768f (diff)
Use flutter-auto activation area support
With the geometry fix in place for flutter-auto's activation area support, update the Flutter homescreen JSON configuration files to use it, and drop the custom Flutter weston.ini that was being used. Bug-AGL: SPEC-5038 Change-Id: I2e5fe3b8e54f49a36c2286e1a78ffc081b90f6fa Signed-off-by: Scott Murray <scott.murray@konsulko.com> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/29582 ci-image-build: Jenkins Job builder account Reviewed-by: Marius Vlad <marius.vlad@collabora.com> Tested-by: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account
Diffstat (limited to 'recipes-demo')
-rw-r--r--recipes-demo/flutter-homescreen/files/flutter-homescreen.json3
-rw-r--r--recipes-demo/flutter-ics-homescreen/files/flutter-ics-homescreen.json3
2 files changed, 4 insertions, 2 deletions
diff --git a/recipes-demo/flutter-homescreen/files/flutter-homescreen.json b/recipes-demo/flutter-homescreen/files/flutter-homescreen.json
index 63babcfa..83aa09a8 100644
--- a/recipes-demo/flutter-homescreen/files/flutter-homescreen.json
+++ b/recipes-demo/flutter-homescreen/files/flutter-homescreen.json
@@ -3,7 +3,8 @@
"window_type" : "BG",
"width" : 1920,
"height": 1080,
- "fullscreen": true
+ "fullscreen": true,
+ "window_activation_area" : { "x" : 0, "y" : 160, "width" : 1080, "height" : 1600 }
}
]
}
diff --git a/recipes-demo/flutter-ics-homescreen/files/flutter-ics-homescreen.json b/recipes-demo/flutter-ics-homescreen/files/flutter-ics-homescreen.json
index 56ab1d35..2817e5fe 100644
--- a/recipes-demo/flutter-ics-homescreen/files/flutter-ics-homescreen.json
+++ b/recipes-demo/flutter-ics-homescreen/files/flutter-ics-homescreen.json
@@ -3,7 +3,8 @@
"window_type" : "BG",
"width" : 1080,
"height": 1920,
- "fullscreen": true
+ "fullscreen": true,
+ "window_activation_area" : { "x" : 0, "y" : 56, "width" : 1080, "height" : 1712 }
}
]
}