From 926aade03600c7fe62ccb115c6f55889cb892457 Mon Sep 17 00:00:00 2001 From: Wale Ogunwale Date: Tue, 29 Aug 2017 11:24:37 -0700 Subject: Introducing split-screen windowing modes. WINDOWING_MODE_SPLIT_SCREEN_PRIMARY is what used to be the docked windowing mode and is used to indicated the primary container dirving the split-screen windowing mode. WINDOWING_MODE_SPLIT_SCREEN_SECONDARY is the windowing mode of any container to the side/adjacent to the primary split-screen container. For example, any container that was in fullscreen mode and that should now be adjacent to the primary split-screen container will. Test: go/wm-smoke Test: WM Unit tests via TreeHugger Change-Id: Idc8560073c613c708cb40ba8449641a6be11d9f1 --- core/java/android/app/WindowConfiguration.java | 31 +++++++++++++++++++++----- 1 file changed, 26 insertions(+), 5 deletions(-) (limited to 'core/java/android/app/WindowConfiguration.java') diff --git a/core/java/android/app/WindowConfiguration.java b/core/java/android/app/WindowConfiguration.java index b69cd026776b..515248512255 100644 --- a/core/java/android/app/WindowConfiguration.java +++ b/core/java/android/app/WindowConfiguration.java @@ -57,19 +57,26 @@ public class WindowConfiguration implements Parcelable, Comparable