aboutsummaryrefslogtreecommitdiffstats
path: root/interfaces/windowmanager.xml
diff options
context:
space:
mode:
authorJens Bocklage <jens_bocklage@mentor.com>2016-12-14 07:44:25 +0000
committerGerrit Code Review <gerrit@automotivelinux.org>2016-12-14 07:44:25 +0000
commitb0632b0a5cd7e31c79c4a81764ebed329114a983 (patch)
treea408c5c485dc05514477afd5b8fa029a6f496b23 /interfaces/windowmanager.xml
parent87a370594448b73a28ee8a8b783873cbefbc8e10 (diff)
parent57e18aeaf2a9ae292af7559580f8154527fc04f5 (diff)
Merge "Fix and improve switching applications"
Diffstat (limited to 'interfaces/windowmanager.xml')
-rw-r--r--interfaces/windowmanager.xml25
1 files changed, 12 insertions, 13 deletions
diff --git a/interfaces/windowmanager.xml b/interfaces/windowmanager.xml
index 754c816..8a34611 100644
--- a/interfaces/windowmanager.xml
+++ b/interfaces/windowmanager.xml
@@ -127,6 +127,7 @@
Returns a list of layouts that offer the exact requested ammount of surface render areas.
If the list is empty, no layout fits the exact ammount.
-->
+
<method name="getAvailableLayouts">
<arg name="numberOfAppSurfaces" type="i" direction="in"/>
<arg name="layoutIds" type="ai" direction="out"/>
@@ -134,19 +135,6 @@
</method>
<!--
- getAllSurfacesOfProcess:
- @pid: The PID of the process.
- @surfaceIds: A list of surfaces that were created by the process.
-
- The surface IDs can be used to assign them to a layout render area.
- -->
- <method name="getAllSurfacesOfProcess">
- <arg name="pid" type="i" direction="in"/>
- <arg name="layoutIds" type="ai" direction="out"/>
- <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QList&lt;int&gt;"/>
- </method>
-
- <!--
setSurfaceToLayoutArea:
@surfaceId: The ID of the surface that shall be positioned.
@layoutAreaId: The ID of the layout area where the surface shall be rendered.
@@ -187,12 +175,23 @@
<!--
showLayer:
@layer: The ID of the layer to show. POPUP=0, HOMESCREEN_OVERLAY=1, APPS=2, HOMESCREEN=3
+ @pid: The PID of the app to show. (used only when layer is APPS=2)
Show complete layers.
By default, all layers are shown.
-->
<method name="showLayer">
<arg name="layer" type="i" direction="in"/>
+ <arg name="pid" type="i" direction="in"/>
+ </method>
+ <!--
+ showAppLayer:
+ @pid: The PID of the app to show.
+
+ Show layer for application .
+ -->
+ <method name="showAppLayer">
+ <arg name="pid" type="i" direction="in"/>
</method>
<!--
hideLayer: