From 25abec6a1ff6661283976f202f1ac43b2eb4f455 Mon Sep 17 00:00:00 2001 From: Yuta Doi Date: Thu, 14 Dec 2017 15:03:45 +0900 Subject: Add background layer for CES DEMO MediaPlayer and Radio can not sound when their surface have visibility=0. And Navigation can not be displayed correctly when the application is switched from visibility=0 to 1. Because when visibility=0, weston event can not be catched. So when the applications is not displayed, they have visibility=1 and are moved to background layer. Change-Id: Idf236e703a1e74cf564a1b213e6e15fcfa42a29e Signed-off-by: Yuta Doi --- layers.json | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'layers.json') diff --git a/layers.json b/layers.json index 98d69e0..7ee3e21 100644 --- a/layers.json +++ b/layers.json @@ -7,6 +7,13 @@ }, "mappings": [ + { + "role": "BackGroundLayer", + "name": "BackGroundLayer", + "layer_id": 999, + "area": { "type": "rect", "rect": { "x": 0, "y": 218, "width": -1, "height": -433 } }, + "comment": "Single BackGround layer map for the Navigation, Radio and MediaPlayer" + }, { "role": "^HomeScreen$", "name": "HomeScreen", -- cgit 1.2.3-korg