blob: ec2584b3bf92d53cb4bfd711b3ccc6ae81a90222 [file] [log] [blame]
Craig Mautner59c00972012-07-30 12:10:24 -07001/*
2 * Copyright (C) 2012 The Android Open Source Project
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
16
17package com.android.server.wm;
18
Wale Ogunwale65ebd952018-04-25 15:41:44 -070019import static android.app.ActivityTaskManager.SPLIT_SCREEN_CREATE_MODE_TOP_OR_LEFT;
Wale Ogunwale61911492017-10-11 08:50:50 -070020import static android.app.WindowConfiguration.ACTIVITY_TYPE_HOME;
Wale Ogunwaleb62139d2017-09-20 15:37:35 -070021import static android.app.WindowConfiguration.ACTIVITY_TYPE_UNDEFINED;
Wale Ogunwale44f036f2017-09-29 05:09:09 -070022import static android.app.WindowConfiguration.WINDOWING_MODE_FREEFORM;
Wale Ogunwale687b4272017-07-27 02:56:23 -070023import static android.app.WindowConfiguration.WINDOWING_MODE_FULLSCREEN;
Wale Ogunwaleb62139d2017-09-20 15:37:35 -070024import static android.app.WindowConfiguration.WINDOWING_MODE_PINNED;
25import static android.app.WindowConfiguration.WINDOWING_MODE_SPLIT_SCREEN_PRIMARY;
Wale Ogunwalea77e1462016-09-28 10:09:46 -070026import static android.content.pm.ActivityInfo.SCREEN_ORIENTATION_BEHIND;
Wale Ogunwale51362492016-09-08 17:49:17 -070027import static android.content.pm.ActivityInfo.SCREEN_ORIENTATION_UNSET;
28import static android.content.pm.ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED;
Wale Ogunwale687b4272017-07-27 02:56:23 -070029import static android.content.res.Configuration.ORIENTATION_LANDSCAPE;
30import static android.content.res.Configuration.ORIENTATION_PORTRAIT;
Wale Ogunwale19e452e2016-10-12 12:36:29 -070031import static android.view.Display.DEFAULT_DISPLAY;
32import static android.view.Display.FLAG_PRIVATE;
Andrii Kulian4dfb9c42016-10-11 20:06:27 -070033import static android.view.Surface.ROTATION_0;
34import static android.view.Surface.ROTATION_180;
35import static android.view.Surface.ROTATION_270;
36import static android.view.Surface.ROTATION_90;
Wale Ogunwalef7cab102016-10-25 15:25:14 -070037import static android.view.View.GONE;
Wale Ogunwale10124582016-09-15 20:25:50 -070038import static android.view.WindowManager.DOCKED_BOTTOM;
39import static android.view.WindowManager.DOCKED_INVALID;
40import static android.view.WindowManager.DOCKED_TOP;
Vladislav Kaznacheev5d6bdeb2016-02-12 17:07:20 -080041import static android.view.WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE;
42import static android.view.WindowManager.LayoutParams.FLAG_NOT_TOUCHABLE;
43import static android.view.WindowManager.LayoutParams.FLAG_NOT_TOUCH_MODAL;
Wale Ogunwale494009b82016-10-21 09:01:38 -070044import static android.view.WindowManager.LayoutParams.FLAG_SECURE;
Wale Ogunwale824ab5c2016-10-20 09:31:56 -070045import static android.view.WindowManager.LayoutParams.FLAG_SHOW_WALLPAPER;
Wale Ogunwaleae9adbf2016-10-18 15:17:06 -070046import static android.view.WindowManager.LayoutParams.NEEDS_MENU_SET_TRUE;
47import static android.view.WindowManager.LayoutParams.NEEDS_MENU_UNSET;
Wale Ogunwalef7cab102016-10-25 15:25:14 -070048import static android.view.WindowManager.LayoutParams.PRIVATE_FLAG_KEYGUARD;
Wale Ogunwale494009b82016-10-21 09:01:38 -070049import static android.view.WindowManager.LayoutParams.TYPE_APPLICATION;
Wale Ogunwale63d4ecc2016-09-08 18:48:26 -070050import static android.view.WindowManager.LayoutParams.TYPE_APPLICATION_STARTING;
Wale Ogunwale494009b82016-10-21 09:01:38 -070051import static android.view.WindowManager.LayoutParams.TYPE_BOOT_PROGRESS;
Robert Carrf7a7ca82017-12-06 13:17:07 -080052import static android.view.WindowManager.LayoutParams.TYPE_DOCK_DIVIDER;
Wale Ogunwale494009b82016-10-21 09:01:38 -070053import static android.view.WindowManager.LayoutParams.TYPE_DRAWN_APPLICATION;
Wale Ogunwalef7cab102016-10-25 15:25:14 -070054import static android.view.WindowManager.LayoutParams.TYPE_DREAM;
Wale Ogunwale3a931692016-11-02 16:49:48 -070055import static android.view.WindowManager.LayoutParams.TYPE_INPUT_METHOD;
56import static android.view.WindowManager.LayoutParams.TYPE_INPUT_METHOD_DIALOG;
Wale Ogunwale494009b82016-10-21 09:01:38 -070057import static android.view.WindowManager.LayoutParams.TYPE_STATUS_BAR;
Wale Ogunwalef7cab102016-10-25 15:25:14 -070058import static android.view.WindowManager.LayoutParams.TYPE_SYSTEM_DIALOG;
59import static android.view.WindowManager.LayoutParams.TYPE_SYSTEM_ERROR;
Svetoslav Ganovaa076532016-08-01 19:16:43 -070060import static android.view.WindowManager.LayoutParams.TYPE_TOAST;
Wale Ogunwaleec731152016-09-08 20:18:57 -070061import static android.view.WindowManager.LayoutParams.TYPE_WALLPAPER;
Adrian Roose99bc052017-11-20 17:55:31 +010062import static com.android.server.policy.WindowManagerPolicy.FINISH_LAYOUT_REDO_ANIM;
63import static com.android.server.policy.WindowManagerPolicy.FINISH_LAYOUT_REDO_CONFIG;
64import static com.android.server.policy.WindowManagerPolicy.FINISH_LAYOUT_REDO_LAYOUT;
65import static com.android.server.policy.WindowManagerPolicy.FINISH_LAYOUT_REDO_WALLPAPER;
Adrian Roos1cf585052018-01-03 18:43:27 +010066import static com.android.server.wm.utils.CoordinateTransforms.transformPhysicalToLogicalCoordinates;
Jorim Jaggif84e2f62018-01-16 14:17:59 +010067import static android.view.WindowManager.TRANSIT_KEYGUARD_UNOCCLUDE;
Wale Ogunwale1666e312016-12-16 11:27:18 -080068import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_ADD_REMOVE;
Wale Ogunwale494009b82016-10-21 09:01:38 -070069import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_BOOT;
Wale Ogunwale10124582016-09-15 20:25:50 -070070import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_DISPLAY;
Wale Ogunwale63d4ecc2016-09-08 18:48:26 -070071import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_FOCUS;
72import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_FOCUS_LIGHT;
Wale Ogunwaleae9adbf2016-10-18 15:17:06 -070073import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_INPUT_METHOD;
Wale Ogunwale2b06bfc2016-09-28 14:17:05 -070074import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_LAYOUT;
Wale Ogunwale824ab5c2016-10-20 09:31:56 -070075import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_LAYOUT_REPEATS;
Jorim Jaggife762342016-10-13 14:33:27 +020076import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_ORIENTATION;
Wale Ogunwalef7cab102016-10-25 15:25:14 -070077import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_SCREENSHOT;
Wale Ogunwale494009b82016-10-21 09:01:38 -070078import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_SCREEN_ON;
Andrii Kulian839def92016-11-02 10:58:58 -070079import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_STACK;
Wale Ogunwale1666e312016-12-16 11:27:18 -080080import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_TOKEN_MOVEMENT;
Wale Ogunwale824ab5c2016-10-20 09:31:56 -070081import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_WALLPAPER;
Wale Ogunwalef7cab102016-10-25 15:25:14 -070082import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_WALLPAPER_LIGHT;
Wale Ogunwaleae9adbf2016-10-18 15:17:06 -070083import static com.android.server.wm.WindowManagerDebugConfig.SHOW_STACK_CRAWLS;
Wale Ogunwalef7cab102016-10-25 15:25:14 -070084import static com.android.server.wm.WindowManagerDebugConfig.SHOW_TRANSACTIONS;
Wale Ogunwale824ab5c2016-10-20 09:31:56 -070085import static com.android.server.wm.WindowManagerDebugConfig.TAG_WITH_CLASS_NAME;
Filip Gruszczynski0bd180d2015-12-07 15:43:52 -080086import static com.android.server.wm.WindowManagerDebugConfig.TAG_WM;
Andrii Kulian06d07d62017-03-14 11:11:47 -070087import static com.android.server.wm.WindowManagerService.CUSTOM_SCREEN_ROTATION;
Wale Ogunwalef7cab102016-10-25 15:25:14 -070088import static com.android.server.wm.WindowManagerService.H.SEND_NEW_CONFIGURATION;
89import static com.android.server.wm.WindowManagerService.H.UPDATE_DOCKED_STACK_DIVIDER;
Wale Ogunwaleb0f3b832016-10-17 10:13:07 -070090import static com.android.server.wm.WindowManagerService.H.WINDOW_HIDE_TIMEOUT;
Wale Ogunwalef7cab102016-10-25 15:25:14 -070091import static com.android.server.wm.WindowManagerService.LAYOUT_REPEAT_THRESHOLD;
Andrii Kulian06d07d62017-03-14 11:11:47 -070092import static com.android.server.wm.WindowManagerService.MAX_ANIMATION_DURATION;
93import static com.android.server.wm.WindowManagerService.SEAMLESS_ROTATION_TIMEOUT_DURATION;
Wale Ogunwalef7cab102016-10-25 15:25:14 -070094import static com.android.server.wm.WindowManagerService.UPDATE_FOCUS_WILL_PLACE_SURFACES;
Andrii Kulian06d07d62017-03-14 11:11:47 -070095import static com.android.server.wm.WindowManagerService.WINDOWS_FREEZING_SCREENS_ACTIVE;
Wale Ogunwale494009b82016-10-21 09:01:38 -070096import static com.android.server.wm.WindowManagerService.WINDOWS_FREEZING_SCREENS_TIMEOUT;
Andrii Kulian06d07d62017-03-14 11:11:47 -070097import static com.android.server.wm.WindowManagerService.WINDOW_FREEZE_TIMEOUT_DURATION;
Wale Ogunwale19e452e2016-10-12 12:36:29 -070098import static com.android.server.wm.WindowManagerService.dipToPixel;
Wale Ogunwalef7cab102016-10-25 15:25:14 -070099import static com.android.server.wm.WindowManagerService.logSurface;
Wale Ogunwale231b06e2015-09-16 12:03:09 -0700100import static com.android.server.wm.WindowState.RESIZE_HANDLE_WIDTH_IN_DP;
Wale Ogunwale494009b82016-10-21 09:01:38 -0700101import static com.android.server.wm.WindowStateAnimator.DRAW_PENDING;
Wale Ogunwale824ab5c2016-10-20 09:31:56 -0700102import static com.android.server.wm.WindowStateAnimator.READY_TO_SHOW;
Wale Ogunwale824ab5c2016-10-20 09:31:56 -0700103import static com.android.server.wm.WindowSurfacePlacer.SET_WALLPAPER_MAY_CHANGE;
Yi Jin6c6e9ca2018-03-20 16:53:35 -0700104import static com.android.server.wm.DisplayProto.ABOVE_APP_WINDOWS;
105import static com.android.server.wm.DisplayProto.BELOW_APP_WINDOWS;
106import static com.android.server.wm.DisplayProto.DISPLAY_FRAMES;
107import static com.android.server.wm.DisplayProto.DISPLAY_INFO;
108import static com.android.server.wm.DisplayProto.DOCKED_STACK_DIVIDER_CONTROLLER;
109import static com.android.server.wm.DisplayProto.DPI;
110import static com.android.server.wm.DisplayProto.ID;
111import static com.android.server.wm.DisplayProto.IME_WINDOWS;
112import static com.android.server.wm.DisplayProto.PINNED_STACK_CONTROLLER;
113import static com.android.server.wm.DisplayProto.ROTATION;
114import static com.android.server.wm.DisplayProto.SCREEN_ROTATION_ANIMATION;
115import static com.android.server.wm.DisplayProto.STACKS;
116import static com.android.server.wm.DisplayProto.WINDOW_CONTAINER;
Craig Mautnerd5d5d0f2013-04-03 15:08:21 -0700117
Wale Ogunwale0d5609b2017-09-13 05:55:07 -0700118import android.annotation.CallSuper;
Andrii Kulian3a507b52016-09-19 18:14:12 -0700119import android.annotation.NonNull;
Dean Harding3e5a1522017-10-06 09:19:01 -0700120import android.content.pm.PackageManager;
Andrii Kulian06d07d62017-03-14 11:11:47 -0700121import android.content.res.CompatibilityInfo;
Andrii Kulian441e4492016-09-29 15:25:00 -0700122import android.content.res.Configuration;
Wale Ogunwalef7cab102016-10-25 15:25:14 -0700123import android.graphics.Bitmap;
Andrii Kulian4dfb9c42016-10-11 20:06:27 -0700124import android.graphics.Matrix;
Adrian Roos1cf585052018-01-03 18:43:27 +0100125import android.graphics.Path;
Craig Mautnerc00204b2013-03-05 15:02:14 -0800126import android.graphics.Rect;
Andrii Kulian4dfb9c42016-10-11 20:06:27 -0700127import android.graphics.RectF;
Craig Mautner6601b7b2013-04-29 10:29:11 -0700128import android.graphics.Region;
Jorim Jaggid47e7e12016-03-01 09:57:38 +0100129import android.graphics.Region.Op;
Wale Ogunwaleb699ce02016-07-18 12:05:30 -0700130import android.hardware.display.DisplayManagerInternal;
Wale Ogunwale9adfe572016-09-08 20:43:58 -0700131import android.os.Debug;
Wale Ogunwaleb0f3b832016-10-17 10:13:07 -0700132import android.os.Handler;
Wale Ogunwale02319a62016-09-26 15:21:22 -0700133import android.os.IBinder;
Wale Ogunwale494009b82016-10-21 09:01:38 -0700134import android.os.RemoteException;
135import android.os.SystemClock;
Jorim Jaggiffe128d2017-11-30 13:54:36 +0100136import android.os.Trace;
Andrii Kulian4b6599e2018-01-15 17:24:08 -0800137import android.util.ArraySet;
Chong Zhang8e89b312015-09-09 15:09:30 -0700138import android.util.DisplayMetrics;
Craig Mautnerde4ef022013-04-07 19:01:33 -0700139import android.util.Slog;
Steven Timotiusaf03df62017-07-18 16:56:43 -0700140import android.util.proto.ProtoOutputStream;
Craig Mautnerb47bbc32012-08-22 17:41:48 -0700141import android.view.Display;
Adrian Roos1cf585052018-01-03 18:43:27 +0100142import android.view.DisplayCutout;
Craig Mautner59c00972012-07-30 12:10:24 -0700143import android.view.DisplayInfo;
Andrii Kulian06d07d62017-03-14 11:11:47 -0700144import android.view.InputDevice;
Robert Carrb1579c82017-09-05 14:54:47 -0700145import android.view.MagnificationSpec;
Wale Ogunwalef7cab102016-10-25 15:25:14 -0700146import android.view.Surface;
147import android.view.SurfaceControl;
Jorim Jaggia5e10572017-11-15 14:36:26 +0100148import android.view.SurfaceControl.Transaction;
Robert Carrb1579c82017-09-05 14:54:47 -0700149import android.view.SurfaceSession;
Wale Ogunwale19e452e2016-10-12 12:36:29 -0700150
Bryce Lee48f4b572017-04-10 10:54:15 -0700151import com.android.internal.annotations.VisibleForTesting;
Wale Ogunwalef4ebe2e2016-11-09 13:24:43 -0800152import com.android.internal.util.ToBooleanFunction;
Wale Ogunwale494009b82016-10-21 09:01:38 -0700153import com.android.internal.view.IInputMethodClient;
Adrian Roose99bc052017-11-20 17:55:31 +0100154import com.android.server.policy.WindowManagerPolicy;
Adrian Roos2aa0fcd2018-02-19 18:07:49 +0100155import com.android.server.wm.utils.RotationCache;
Adrian Roos6a4fa0e2018-03-05 19:50:16 +0100156import com.android.server.wm.utils.WmDisplayCutout;
Craig Mautner59c00972012-07-30 12:10:24 -0700157
158import java.io.PrintWriter;
159import java.util.ArrayList;
Wale Ogunwale19e452e2016-10-12 12:36:29 -0700160import java.util.Comparator;
Wale Ogunwale02319a62016-09-26 15:21:22 -0700161import java.util.HashMap;
162import java.util.Iterator;
Wale Ogunwalef7cab102016-10-25 15:25:14 -0700163import java.util.LinkedList;
Andrii Kulian3a507b52016-09-19 18:14:12 -0700164import java.util.List;
Adrian Roos1cf585052018-01-03 18:43:27 +0100165import java.util.Objects;
Wale Ogunwale1e129a42016-11-21 13:03:47 -0800166import java.util.function.Consumer;
167import java.util.function.Predicate;
Craig Mautner59c00972012-07-30 12:10:24 -0700168
Craig Mautner59c00972012-07-30 12:10:24 -0700169/**
170 * Utility class for keeping track of the WindowStates and other pertinent contents of a
171 * particular Display.
172 *
173 * IMPORTANT: No method from this class should ever be used without holding
174 * WindowManagerService.mWindowMap.
175 */
Riddle Hsuad256a12018-07-18 16:11:30 +0800176class DisplayContent extends WindowContainer<DisplayContent.DisplayChildWindowContainer>
177 implements WindowManagerPolicy.DisplayContentInfo {
Wale Ogunwale824ab5c2016-10-20 09:31:56 -0700178 private static final String TAG = TAG_WITH_CLASS_NAME ? "DisplayContent" : TAG_WM;
Craig Mautner59c00972012-07-30 12:10:24 -0700179
180 /** Unique identifier of this stack. */
181 private final int mDisplayId;
182
Wale Ogunwale3a931692016-11-02 16:49:48 -0700183 /** The containers below are the only child containers the display can have. */
184 // Contains all window containers that are related to apps (Activities)
Jorim Jaggiffe128d2017-11-30 13:54:36 +0100185 private final TaskStackContainers mTaskStackContainers = new TaskStackContainers(mService);
Wale Ogunwale3a931692016-11-02 16:49:48 -0700186 // Contains all non-app window containers that should be displayed above the app containers
187 // (e.g. Status bar)
Robert Carree4d4b92017-11-22 12:21:46 -0800188 private final AboveAppWindowContainers mAboveAppWindowsContainers =
Jorim Jaggiffe128d2017-11-30 13:54:36 +0100189 new AboveAppWindowContainers("mAboveAppWindowsContainers", mService);
Wale Ogunwale3a931692016-11-02 16:49:48 -0700190 // Contains all non-app window containers that should be displayed below the app containers
191 // (e.g. Wallpaper).
192 private final NonAppWindowContainers mBelowAppWindowsContainers =
Jorim Jaggiffe128d2017-11-30 13:54:36 +0100193 new NonAppWindowContainers("mBelowAppWindowsContainers", mService);
Wale Ogunwale3a931692016-11-02 16:49:48 -0700194 // Contains all IME window containers. Note that the z-ordering of the IME windows will depend
195 // on the IME target. We mainly have this container grouping so we can keep track of all the IME
Robert Carr9034d962018-01-04 18:27:42 -0800196 // window containers together and move them in-sync if/when needed. We use a subclass of
197 // WindowContainer which is omitted from screen magnification, as the IME is never magnified.
198 private final NonMagnifiableWindowContainers mImeWindowsContainers =
199 new NonMagnifiableWindowContainers("mImeWindowsContainers", mService);
Wale Ogunwale19e452e2016-10-12 12:36:29 -0700200
Wale Ogunwale6213caa2016-12-02 16:47:15 +0000201 private WindowState mTmpWindow;
Wale Ogunwale1e129a42016-11-21 13:03:47 -0800202 private WindowState mTmpWindow2;
203 private WindowAnimator mTmpWindowAnimator;
204 private boolean mTmpRecoveringMemory;
205 private boolean mUpdateImeTarget;
206 private boolean mTmpInitial;
Bryce Lee27cec322017-03-21 09:41:37 -0700207 private int mMaxUiWidth;
Craig Mautner59c00972012-07-30 12:10:24 -0700208
Wale Ogunwale02319a62016-09-26 15:21:22 -0700209 // Mapping from a token IBinder to a WindowToken object on this display.
210 private final HashMap<IBinder, WindowToken> mTokenMap = new HashMap();
211
Andrii Kuliancd097992017-03-23 18:31:59 -0700212 // Initial display metrics.
Craig Mautner59c00972012-07-30 12:10:24 -0700213 int mInitialDisplayWidth = 0;
214 int mInitialDisplayHeight = 0;
Dianne Hackborndde331c2012-08-03 14:01:57 -0700215 int mInitialDisplayDensity = 0;
Andrii Kuliancd097992017-03-23 18:31:59 -0700216
Adrian Roos1cf585052018-01-03 18:43:27 +0100217 DisplayCutout mInitialDisplayCutout;
Adrian Roos6a4fa0e2018-03-05 19:50:16 +0100218 private final RotationCache<DisplayCutout, WmDisplayCutout> mDisplayCutoutCache
Adrian Roos2aa0fcd2018-02-19 18:07:49 +0100219 = new RotationCache<>(this::calculateDisplayCutoutForRotationUncached);
Adrian Roos1cf585052018-01-03 18:43:27 +0100220
Andrii Kuliancd097992017-03-23 18:31:59 -0700221 /**
222 * Overridden display size. Initialized with {@link #mInitialDisplayWidth}
223 * and {@link #mInitialDisplayHeight}, but can be set via shell command "adb shell wm size".
224 * @see WindowManagerService#setForcedDisplaySize(int, int, int)
225 */
Craig Mautner59c00972012-07-30 12:10:24 -0700226 int mBaseDisplayWidth = 0;
227 int mBaseDisplayHeight = 0;
Andrii Kuliancd097992017-03-23 18:31:59 -0700228 /**
229 * Overridden display density for current user. Initialized with {@link #mInitialDisplayDensity}
230 * but can be set from Settings or via shell command "adb shell wm density".
231 * @see WindowManagerService#setForcedDisplayDensityForUser(int, int, int)
232 */
Dianne Hackborndde331c2012-08-03 14:01:57 -0700233 int mBaseDisplayDensity = 0;
Jeff Brownd46747a2015-04-15 19:02:36 -0700234 boolean mDisplayScalingDisabled;
Craig Mautner2d5618c2012-10-18 13:55:47 -0700235 private final DisplayInfo mDisplayInfo = new DisplayInfo();
236 private final Display mDisplay;
Wale Ogunwale231b06e2015-09-16 12:03:09 -0700237 private final DisplayMetrics mDisplayMetrics = new DisplayMetrics();
Riddle Hsu5ce4bb32018-07-18 16:11:30 +0800238 private final DisplayPolicy mDisplayPolicy;
239 private DisplayRotation mDisplayRotation;
Wale Ogunwale828ff7e2017-11-14 01:01:29 +0000240 DisplayFrames mDisplayFrames;
241
Andrii Kulian06d07d62017-03-14 11:11:47 -0700242 /**
243 * For default display it contains real metrics, empty for others.
244 * @see WindowManagerService#createWatermarkInTransaction()
245 */
246 final DisplayMetrics mRealDisplayMetrics = new DisplayMetrics();
247 /** @see #computeCompatSmallestWidth(boolean, int, int, int, int) */
248 private final DisplayMetrics mTmpDisplayMetrics = new DisplayMetrics();
Lucas Dupin1ead7fc2017-05-24 14:14:44 -0700249
Andrii Kulian06d07d62017-03-14 11:11:47 -0700250 /**
251 * Compat metrics computed based on {@link #mDisplayMetrics}.
252 * @see #updateDisplayAndOrientation(int)
253 */
254 private final DisplayMetrics mCompatDisplayMetrics = new DisplayMetrics();
255
256 /** The desired scaling factor for compatible apps. */
257 float mCompatibleScreenScale;
Craig Mautner59c00972012-07-30 12:10:24 -0700258
Andrii Kulian8ee72852017-03-10 10:36:45 -0800259 /**
260 * Current rotation of the display.
261 * Constants as per {@link android.view.Surface.Rotation}.
262 *
Robert Carrae606b42018-02-15 15:36:23 -0800263 * @see #updateRotationUnchecked()
Andrii Kulian8ee72852017-03-10 10:36:45 -0800264 */
265 private int mRotation = 0;
Lucas Dupin1ead7fc2017-05-24 14:14:44 -0700266
Andrii Kulian8ee72852017-03-10 10:36:45 -0800267 /**
268 * Last applied orientation of the display.
269 * Constants as per {@link android.content.pm.ActivityInfo.ScreenOrientation}.
270 *
271 * @see WindowManagerService#updateOrientationFromAppTokensLocked(boolean, int)
272 */
273 private int mLastOrientation = SCREEN_ORIENTATION_UNSPECIFIED;
Lucas Dupin1ead7fc2017-05-24 14:14:44 -0700274
Andrii Kulian8ee72852017-03-10 10:36:45 -0800275 /**
276 * Flag indicating that the application is receiving an orientation that has different metrics
277 * than it expected. E.g. Portrait instead of Landscape.
278 *
Robert Carrae606b42018-02-15 15:36:23 -0800279 * @see #updateRotationUnchecked()
Andrii Kulian8ee72852017-03-10 10:36:45 -0800280 */
281 private boolean mAltOrientation = false;
Lucas Dupin1ead7fc2017-05-24 14:14:44 -0700282
Andrii Kulian8ee72852017-03-10 10:36:45 -0800283 /**
284 * Orientation forced by some window. If there is no visible window that specifies orientation
285 * it is set to {@link android.content.pm.ActivityInfo#SCREEN_ORIENTATION_UNSPECIFIED}.
286 *
287 * @see NonAppWindowContainers#getOrientation()
288 */
289 private int mLastWindowForcedOrientation = SCREEN_ORIENTATION_UNSPECIFIED;
Lucas Dupin1ead7fc2017-05-24 14:14:44 -0700290
Andrii Kulian8ee72852017-03-10 10:36:45 -0800291 /**
292 * Last orientation forced by the keyguard. It is applied when keyguard is shown and is not
293 * occluded.
294 *
295 * @see NonAppWindowContainers#getOrientation()
296 */
297 private int mLastKeyguardForcedOrientation = SCREEN_ORIENTATION_UNSPECIFIED;
298
Lucas Dupin1ead7fc2017-05-24 14:14:44 -0700299 /**
300 * Keep track of wallpaper visibility to notify changes.
301 */
302 private boolean mLastWallpaperVisible = false;
303
Andrii Kulian06d07d62017-03-14 11:11:47 -0700304 private Rect mBaseDisplayRect = new Rect();
Craig Mautner6601b7b2013-04-29 10:29:11 -0700305
Craig Mautner39834192012-09-02 07:47:24 -0700306 // Accessed directly by all users.
Wale Ogunwale2b06bfc2016-09-28 14:17:05 -0700307 private boolean mLayoutNeeded;
Craig Mautner76a71652012-09-03 23:23:58 -0700308 int pendingLayoutChanges;
Riddle Hsu654a6f92018-07-13 22:59:36 +0800309 int mDeferredRotationPauseCount;
Riddle Hsu5ce4bb32018-07-18 16:11:30 +0800310
Andrii Kulian839def92016-11-02 10:58:58 -0700311 // TODO(multi-display): remove some of the usages.
Riddle Hsu5ce4bb32018-07-18 16:11:30 +0800312 @VisibleForTesting
Wale Ogunwale1e129a42016-11-21 13:03:47 -0800313 boolean isDefaultDisplay;
Riddle Hsu5ce4bb32018-07-18 16:11:30 +0800314
Andrii Kulianf0379de2018-03-14 16:24:07 -0700315 /**
316 * Flag indicating whether WindowManager should override info for this display in
317 * DisplayManager.
318 */
319 boolean mShouldOverrideDisplayConfiguration = true;
Craig Mautner39834192012-09-02 07:47:24 -0700320
Craig Mautnerdc548482014-02-05 13:35:24 -0800321 /** Window tokens that are in the process of exiting, but still on screen for animations. */
Wale Ogunwale231b06e2015-09-16 12:03:09 -0700322 final ArrayList<WindowToken> mExitingTokens = new ArrayList<>();
Craig Mautnerb1fd65c02013-02-05 13:34:57 -0800323
Wale Ogunwalee4a0c572015-06-30 08:40:31 -0700324 /** Detect user tapping outside of current focused task bounds .*/
325 TaskTapPointerEventListener mTapDetector;
Craig Mautnercf910b02013-04-23 11:23:27 -0700326
Craig Mautner6601b7b2013-04-29 10:29:11 -0700327 /** Detect user tapping outside of current focused stack bounds .*/
Wale Ogunwale9adfe572016-09-08 20:43:58 -0700328 private Region mTouchExcludeRegion = new Region();
Craig Mautner6601b7b2013-04-29 10:29:11 -0700329
Craig Mautner6601b7b2013-04-29 10:29:11 -0700330 /** Save allocating when calculating rects */
Filip Gruszczynski912d9192015-12-01 16:14:04 -0800331 private final Rect mTmpRect = new Rect();
332 private final Rect mTmpRect2 = new Rect();
Andrii Kulian4dfb9c42016-10-11 20:06:27 -0700333 private final RectF mTmpRectF = new RectF();
334 private final Matrix mTmpMatrix = new Matrix();
Filip Gruszczynski912d9192015-12-01 16:14:04 -0800335 private final Region mTmpRegion = new Region();
Craig Mautner6601b7b2013-04-29 10:29:11 -0700336
Bryce Leef3c6a472017-11-14 14:53:06 -0800337 /** Used for handing back size of display */
338 private final Rect mTmpBounds = new Rect();
339
Craig Mautner95da1082014-02-24 17:54:35 -0800340 /** Remove this display when animation on it has completed. */
Wale Ogunwaled4a00a02016-10-10 11:29:17 -0700341 private boolean mDeferredRemoval;
Craig Mautner1bf2b872014-02-05 15:37:40 -0800342
Filip Gruszczynski466f3212015-09-21 17:57:57 -0700343 final DockedStackDividerController mDividerControllerLocked;
Winson Chung655332c2016-10-31 13:14:28 -0700344 final PinnedStackController mPinnedStackControllerLocked;
Filip Gruszczynski466f3212015-09-21 17:57:57 -0700345
Filip Gruszczynskiecf67222015-12-11 15:16:36 -0800346 final ArrayList<WindowState> mTapExcludedWindows = new ArrayList<>();
Andrii Kulian4b6599e2018-01-15 17:24:08 -0800347 /** A collection of windows that provide tap exclude regions inside of them. */
348 final ArraySet<WindowState> mTapExcludeProvidingWindows = new ArraySet<>();
Filip Gruszczynskiecf67222015-12-11 15:16:36 -0800349
Wale Ogunwale6213caa2016-12-02 16:47:15 +0000350 private boolean mHaveBootMsg = false;
351 private boolean mHaveApp = false;
352 private boolean mHaveWallpaper = false;
353 private boolean mHaveKeyguard = true;
Wale Ogunwalef7cab102016-10-25 15:25:14 -0700354
355 private final LinkedList<AppWindowToken> mTmpUpdateAllDrawn = new LinkedList();
356
Wale Ogunwale3f4433d2016-08-18 20:42:42 -0700357 private final TaskForResizePointSearchResult mTmpTaskForResizePointSearchResult =
358 new TaskForResizePointSearchResult();
Wale Ogunwale6213caa2016-12-02 16:47:15 +0000359 private final ApplySurfaceChangesTransactionState mTmpApplySurfaceChangesTransactionState =
360 new ApplySurfaceChangesTransactionState();
Wale Ogunwale3f4433d2016-08-18 20:42:42 -0700361
Wale Ogunwale601a3f02016-10-17 08:39:39 -0700362 // True if this display is in the process of being removed. Used to determine if the removal of
363 // the display's direct children should be allowed.
364 private boolean mRemovingDisplay = false;
365
Bryce Leed1871262017-06-12 14:12:29 -0700366 // {@code false} if this display is in the processing of being created.
367 private boolean mDisplayReady = false;
368
Wale Ogunwale1e129a42016-11-21 13:03:47 -0800369 WallpaperController mWallpaperController;
Wale Ogunwalec69694a2016-10-18 13:51:15 -0700370
Robert Carrb1579c82017-09-05 14:54:47 -0700371 private final SurfaceSession mSession = new SurfaceSession();
372
373 /**
374 * We organize all top-level Surfaces in to the following layers.
375 * mOverlayLayer contains a few Surfaces which are always on top of others
Robert Carree4d4b92017-11-22 12:21:46 -0800376 * and omitted from Screen-Magnification, for example the strict mode flash or
377 * the magnification overlay itself.
Robert Carrb1579c82017-09-05 14:54:47 -0700378 * {@link #mWindowingLayer} contains everything else.
379 */
380 private SurfaceControl mOverlayLayer;
381
382 /**
383 * See {@link #mOverlayLayer}
384 */
385 private SurfaceControl mWindowingLayer;
386
387 /**
388 * Specifies the size of the surfaces in {@link #mOverlayLayer} and {@link #mWindowingLayer}.
389 * <p>
390 * For these surfaces currently we use a surface based on the larger of width or height so we
391 * don't have to resize when rotating the display.
392 */
393 private int mSurfaceSize;
394
Adrian Roos5251b1d2018-03-23 18:57:43 +0100395 /**
396 * Sequence number for the current layout pass.
397 */
398 int mLayoutSeq = 0;
399
Chavi Weingarten3a748552018-05-14 17:32:42 +0000400 /**
401 * Specifies the count to determine whether to defer updating the IME target until ready.
402 */
403 private int mDeferUpdateImeTargetCount;
404
Jorim Jaggi9af095b2017-12-12 17:18:57 +0100405 /** Temporary float array to retrieve 3x3 matrix values. */
406 private final float[] mTmpFloats = new float[9];
407
Robert Carr24be9ab2018-04-30 17:54:53 -0700408 private MagnificationSpec mMagnificationSpec;
409
Arthur Hung95b38a92018-07-20 18:56:12 +0800410 private InputMonitor mInputMonitor;
411
Wale Ogunwale1e129a42016-11-21 13:03:47 -0800412 private final Consumer<WindowState> mUpdateWindowsForAnimator = w -> {
413 WindowStateAnimator winAnimator = w.mWinAnimator;
Wale Ogunwale1e129a42016-11-21 13:03:47 -0800414 final AppWindowToken atoken = w.mAppToken;
415 if (winAnimator.mDrawState == READY_TO_SHOW) {
Jorim Jaggiaf0d6d22018-06-08 15:25:35 +0200416 if (atoken == null || atoken.canShowWindows()) {
Wale Ogunwale1e129a42016-11-21 13:03:47 -0800417 if (w.performShowLocked()) {
418 pendingLayoutChanges |= FINISH_LAYOUT_REDO_ANIM;
419 if (DEBUG_LAYOUT_REPEATS) {
420 mService.mWindowPlacerLocked.debugLayoutRepeats(
421 "updateWindowsAndWallpaperLocked 5", pendingLayoutChanges);
422 }
423 }
424 }
425 }
Wale Ogunwale1e129a42016-11-21 13:03:47 -0800426 };
427
428 private final Consumer<WindowState> mUpdateWallpaperForAnimator = w -> {
429 final WindowStateAnimator winAnimator = w.mWinAnimator;
430 if (winAnimator.mSurfaceController == null || !winAnimator.hasSurface()) {
431 return;
432 }
433
434 final int flags = w.mAttrs.flags;
435
436 // If this window is animating, make a note that we have an animating window and take
437 // care of a request to run a detached wallpaper animation.
Jorim Jaggia5e10572017-11-15 14:36:26 +0100438 if (winAnimator.isAnimationSet()) {
439 final AnimationAdapter anim = w.getAnimation();
440 if (anim != null) {
441 if ((flags & FLAG_SHOW_WALLPAPER) != 0 && anim.getDetachWallpaper()) {
Wale Ogunwale1e129a42016-11-21 13:03:47 -0800442 mTmpWindow = w;
443 }
Jorim Jaggia5e10572017-11-15 14:36:26 +0100444 final int color = anim.getBackgroundColor();
Wale Ogunwale1e129a42016-11-21 13:03:47 -0800445 if (color != 0) {
446 final TaskStack stack = w.getStack();
447 if (stack != null) {
448 stack.setAnimationBackground(winAnimator, color);
449 }
450 }
451 }
Wale Ogunwale1e129a42016-11-21 13:03:47 -0800452 }
453
454 // If this window's app token is running a detached wallpaper animation, make a note so
455 // we can ensure the wallpaper is displayed behind it.
Jorim Jaggif5f9e122017-10-24 18:21:09 +0200456 final AppWindowToken atoken = winAnimator.mWin.mAppToken;
457 final AnimationAdapter animation = atoken != null ? atoken.getAnimation() : null;
458 if (animation != null) {
459 if ((flags & FLAG_SHOW_WALLPAPER) != 0 && animation.getDetachWallpaper()) {
Wale Ogunwale1e129a42016-11-21 13:03:47 -0800460 mTmpWindow = w;
461 }
462
Jorim Jaggif5f9e122017-10-24 18:21:09 +0200463 final int color = animation.getBackgroundColor();
Wale Ogunwale1e129a42016-11-21 13:03:47 -0800464 if (color != 0) {
465 final TaskStack stack = w.getStack();
466 if (stack != null) {
467 stack.setAnimationBackground(winAnimator, color);
468 }
469 }
470 }
471 };
472
Wale Ogunwale1e129a42016-11-21 13:03:47 -0800473 private final Consumer<WindowState> mScheduleToastTimeout = w -> {
474 final int lostFocusUid = mTmpWindow.mOwnerUid;
475 final Handler handler = mService.mH;
476 if (w.mAttrs.type == TYPE_TOAST && w.mOwnerUid == lostFocusUid) {
477 if (!handler.hasMessages(WINDOW_HIDE_TIMEOUT, w)) {
478 handler.sendMessageDelayed(handler.obtainMessage(WINDOW_HIDE_TIMEOUT, w),
479 w.mAttrs.hideTimeoutMilliseconds);
480 }
481 }
482 };
483
484 private final ToBooleanFunction<WindowState> mFindFocusedWindow = w -> {
485 final AppWindowToken focusedApp = mService.mFocusedApp;
486 if (DEBUG_FOCUS) Slog.v(TAG_WM, "Looking for focus: " + w
487 + ", flags=" + w.mAttrs.flags + ", canReceive=" + w.canReceiveKeys());
488
489 if (!w.canReceiveKeys()) {
490 return false;
491 }
492
493 final AppWindowToken wtoken = w.mAppToken;
494
495 // If this window's application has been removed, just skip it.
496 if (wtoken != null && (wtoken.removed || wtoken.sendingToBottom)) {
497 if (DEBUG_FOCUS) Slog.v(TAG_WM, "Skipping " + wtoken + " because "
498 + (wtoken.removed ? "removed" : "sendingToBottom"));
499 return false;
500 }
501
502 if (focusedApp == null) {
503 if (DEBUG_FOCUS_LIGHT) Slog.v(TAG_WM, "findFocusedWindow: focusedApp=null"
504 + " using new focus @ " + w);
505 mTmpWindow = w;
506 return true;
507 }
508
509 if (!focusedApp.windowsAreFocusable()) {
510 // Current focused app windows aren't focusable...
511 if (DEBUG_FOCUS_LIGHT) Slog.v(TAG_WM, "findFocusedWindow: focusedApp windows not"
512 + " focusable using new focus @ " + w);
513 mTmpWindow = w;
514 return true;
515 }
516
517 // Descend through all of the app tokens and find the first that either matches
518 // win.mAppToken (return win) or mFocusedApp (return null).
519 if (wtoken != null && w.mAttrs.type != TYPE_APPLICATION_STARTING) {
520 if (focusedApp.compareTo(wtoken) > 0) {
521 // App stack below focused app stack. No focus for you!!!
522 if (DEBUG_FOCUS_LIGHT) Slog.v(TAG_WM,
523 "findFocusedWindow: Reached focused app=" + focusedApp);
524 mTmpWindow = null;
525 return true;
526 }
527 }
528
529 if (DEBUG_FOCUS_LIGHT) Slog.v(TAG_WM, "findFocusedWindow: Found new focus @ " + w);
530 mTmpWindow = w;
531 return true;
532 };
533
Wale Ogunwale1e129a42016-11-21 13:03:47 -0800534 private final Consumer<WindowState> mPerformLayout = w -> {
535 // Don't do layout of a window if it is not visible, or soon won't be visible, to avoid
536 // wasting time and funky changes while a window is animating away.
537 final boolean gone = (mTmpWindow != null && mService.mPolicy.canBeHiddenByKeyguardLw(w))
538 || w.isGoneForLayoutLw();
539
540 if (DEBUG_LAYOUT && !w.mLayoutAttached) {
541 Slog.v(TAG, "1ST PASS " + w + ": gone=" + gone + " mHaveFrame=" + w.mHaveFrame
542 + " mLayoutAttached=" + w.mLayoutAttached
543 + " screen changed=" + w.isConfigChanged());
544 final AppWindowToken atoken = w.mAppToken;
545 if (gone) Slog.v(TAG, " GONE: mViewVisibility=" + w.mViewVisibility
Jorim Jaggif5f9e122017-10-24 18:21:09 +0200546 + " mRelayoutCalled=" + w.mRelayoutCalled + " hidden=" + w.mToken.isHidden()
Wale Ogunwale1e129a42016-11-21 13:03:47 -0800547 + " hiddenRequested=" + (atoken != null && atoken.hiddenRequested)
548 + " parentHidden=" + w.isParentWindowHidden());
549 else Slog.v(TAG, " VIS: mViewVisibility=" + w.mViewVisibility
Jorim Jaggif5f9e122017-10-24 18:21:09 +0200550 + " mRelayoutCalled=" + w.mRelayoutCalled + " hidden=" + w.mToken.isHidden()
Wale Ogunwale1e129a42016-11-21 13:03:47 -0800551 + " hiddenRequested=" + (atoken != null && atoken.hiddenRequested)
552 + " parentHidden=" + w.isParentWindowHidden());
553 }
554
555 // If this view is GONE, then skip it -- keep the current frame, and let the caller know
556 // so they can ignore it if they want. (We do the normal layout for INVISIBLE windows,
557 // since that means "perform layout as normal, just don't display").
558 if (!gone || !w.mHaveFrame || w.mLayoutNeeded
559 || ((w.isConfigChanged() || w.setReportResizeHints())
560 && !w.isGoneForLayoutLw() &&
561 ((w.mAttrs.privateFlags & PRIVATE_FLAG_KEYGUARD) != 0 ||
562 (w.mHasSurface && w.mAppToken != null &&
563 w.mAppToken.layoutConfigChanges)))) {
564 if (!w.mLayoutAttached) {
565 if (mTmpInitial) {
566 //Slog.i(TAG, "Window " + this + " clearing mContentChanged - initial");
567 w.mContentChanged = false;
568 }
569 if (w.mAttrs.type == TYPE_DREAM) {
570 // Don't layout windows behind a dream, so that if it does stuff like hide
571 // the status bar we won't get a bad transition when it goes away.
572 mTmpWindow = w;
573 }
574 w.mLayoutNeeded = false;
575 w.prelayout();
Jorim Jaggidc9385a2017-05-13 02:00:31 +0200576 final boolean firstLayout = !w.isLaidOut();
Wale Ogunwale828ff7e2017-11-14 01:01:29 +0000577 mService.mPolicy.layoutWindowLw(w, null, mDisplayFrames);
Adrian Roos5251b1d2018-03-23 18:57:43 +0100578 w.mLayoutSeq = mLayoutSeq;
Wale Ogunwale1e129a42016-11-21 13:03:47 -0800579
Jorim Jaggidc9385a2017-05-13 02:00:31 +0200580 // If this is the first layout, we need to initialize the last inset values as
581 // otherwise we'd immediately cause an unnecessary resize.
582 if (firstLayout) {
583 w.updateLastInsetValues();
584 }
585
Adrian Roos23df3a32018-03-15 15:41:13 +0100586 if (w.mAppToken != null) {
587 w.mAppToken.layoutLetterbox(w);
588 }
589
chaviw492139a2018-07-16 16:07:35 -0700590 if (DEBUG_LAYOUT) Slog.v(TAG, " LAYOUT: mFrame=" + w.getFrameLw()
chaviw553b0212018-07-12 13:37:01 -0700591 + " mContainingFrame=" + w.getContainingFrame()
592 + " mDisplayFrame=" + w.getDisplayFrameLw());
Wale Ogunwale1e129a42016-11-21 13:03:47 -0800593 }
594 }
595 };
596
597 private final Consumer<WindowState> mPerformLayoutAttached = w -> {
598 if (w.mLayoutAttached) {
599 if (DEBUG_LAYOUT) Slog.v(TAG, "2ND PASS " + w + " mHaveFrame=" + w.mHaveFrame
600 + " mViewVisibility=" + w.mViewVisibility
601 + " mRelayoutCalled=" + w.mRelayoutCalled);
602 // If this view is GONE, then skip it -- keep the current frame, and let the caller
603 // know so they can ignore it if they want. (We do the normal layout for INVISIBLE
604 // windows, since that means "perform layout as normal, just don't display").
605 if (mTmpWindow != null && mService.mPolicy.canBeHiddenByKeyguardLw(w)) {
606 return;
607 }
608 if ((w.mViewVisibility != GONE && w.mRelayoutCalled) || !w.mHaveFrame
609 || w.mLayoutNeeded) {
610 if (mTmpInitial) {
611 //Slog.i(TAG, "Window " + this + " clearing mContentChanged - initial");
612 w.mContentChanged = false;
613 }
614 w.mLayoutNeeded = false;
615 w.prelayout();
Wale Ogunwale828ff7e2017-11-14 01:01:29 +0000616 mService.mPolicy.layoutWindowLw(w, w.getParentWindow(), mDisplayFrames);
Adrian Roos5251b1d2018-03-23 18:57:43 +0100617 w.mLayoutSeq = mLayoutSeq;
chaviw492139a2018-07-16 16:07:35 -0700618 if (DEBUG_LAYOUT) Slog.v(TAG, " LAYOUT: mFrame=" + w.getFrameLw()
chaviw553b0212018-07-12 13:37:01 -0700619 + " mContainingFrame=" + w.getContainingFrame()
620 + " mDisplayFrame=" + w.getDisplayFrameLw());
Wale Ogunwale1e129a42016-11-21 13:03:47 -0800621 }
622 } else if (w.mAttrs.type == TYPE_DREAM) {
623 // Don't layout windows behind a dream, so that if it does stuff like hide the
624 // status bar we won't get a bad transition when it goes away.
625 mTmpWindow = mTmpWindow2;
626 }
627 };
628
629 private final Predicate<WindowState> mComputeImeTargetPredicate = w -> {
630 if (DEBUG_INPUT_METHOD && mUpdateImeTarget) Slog.i(TAG_WM, "Checking window @" + w
631 + " fl=0x" + Integer.toHexString(w.mAttrs.flags));
632 return w.canBeImeTarget();
633 };
634
635 private final Consumer<WindowState> mApplyPostLayoutPolicy =
636 w -> mService.mPolicy.applyPostLayoutPolicyLw(w, w.mAttrs, w.getParentWindow(),
637 mService.mInputMethodTarget);
638
639 private final Consumer<WindowState> mApplySurfaceChangesTransaction = w -> {
640 final WindowSurfacePlacer surfacePlacer = mService.mWindowPlacerLocked;
641 final boolean obscuredChanged = w.mObscured !=
642 mTmpApplySurfaceChangesTransactionState.obscured;
643 final RootWindowContainer root = mService.mRoot;
644 // Only used if default window
645 final boolean someoneLosingFocus = !mService.mLosingFocus.isEmpty();
646
647 // Update effect.
648 w.mObscured = mTmpApplySurfaceChangesTransactionState.obscured;
649 if (!mTmpApplySurfaceChangesTransactionState.obscured) {
650 final boolean isDisplayed = w.isDisplayedLw();
651
652 if (isDisplayed && w.isObscuringDisplay()) {
653 // This window completely covers everything behind it, so we want to leave all
654 // of them as undimmed (for performance reasons).
655 root.mObscuringWindow = w;
656 mTmpApplySurfaceChangesTransactionState.obscured = true;
657 }
658
659 mTmpApplySurfaceChangesTransactionState.displayHasContent |=
660 root.handleNotObscuredLocked(w,
661 mTmpApplySurfaceChangesTransactionState.obscured,
662 mTmpApplySurfaceChangesTransactionState.syswin);
663
664 if (w.mHasSurface && isDisplayed) {
665 final int type = w.mAttrs.type;
666 if (type == TYPE_SYSTEM_DIALOG || type == TYPE_SYSTEM_ERROR
667 || (w.mAttrs.privateFlags & PRIVATE_FLAG_KEYGUARD) != 0) {
668 mTmpApplySurfaceChangesTransactionState.syswin = true;
669 }
670 if (mTmpApplySurfaceChangesTransactionState.preferredRefreshRate == 0
671 && w.mAttrs.preferredRefreshRate != 0) {
672 mTmpApplySurfaceChangesTransactionState.preferredRefreshRate
673 = w.mAttrs.preferredRefreshRate;
674 }
675 if (mTmpApplySurfaceChangesTransactionState.preferredModeId == 0
676 && w.mAttrs.preferredDisplayModeId != 0) {
677 mTmpApplySurfaceChangesTransactionState.preferredModeId
678 = w.mAttrs.preferredDisplayModeId;
679 }
680 }
681 }
682
Wale Ogunwale1e129a42016-11-21 13:03:47 -0800683 if (isDefaultDisplay && obscuredChanged && w.isVisibleLw()
684 && mWallpaperController.isWallpaperTarget(w)) {
685 // This is the wallpaper target and its obscured state changed... make sure the
686 // current wallpaper's visibility has been updated accordingly.
687 mWallpaperController.updateWallpaperVisibility();
688 }
689
chaviw161ea3e2018-01-31 12:01:12 -0800690 w.handleWindowMovedIfNeeded();
Wale Ogunwale1e129a42016-11-21 13:03:47 -0800691
692 final WindowStateAnimator winAnimator = w.mWinAnimator;
693
694 //Slog.i(TAG, "Window " + this + " clearing mContentChanged - done placing");
695 w.mContentChanged = false;
696
697 // Moved from updateWindowsAndWallpaperLocked().
698 if (w.mHasSurface) {
699 // Take care of the window being ready to display.
700 final boolean committed = winAnimator.commitFinishDrawingLocked();
701 if (isDefaultDisplay && committed) {
702 if (w.mAttrs.type == TYPE_DREAM) {
703 // HACK: When a dream is shown, it may at that point hide the lock screen.
704 // So we need to redo the layout to let the phone window manager make this
705 // happen.
706 pendingLayoutChanges |= FINISH_LAYOUT_REDO_LAYOUT;
707 if (DEBUG_LAYOUT_REPEATS) {
708 surfacePlacer.debugLayoutRepeats(
709 "dream and commitFinishDrawingLocked true",
710 pendingLayoutChanges);
711 }
712 }
713 if ((w.mAttrs.flags & FLAG_SHOW_WALLPAPER) != 0) {
714 if (DEBUG_WALLPAPER_LIGHT) Slog.v(TAG,
715 "First draw done in potential wallpaper target " + w);
716 root.mWallpaperMayChange = true;
717 pendingLayoutChanges |= FINISH_LAYOUT_REDO_WALLPAPER;
718 if (DEBUG_LAYOUT_REPEATS) {
719 surfacePlacer.debugLayoutRepeats(
720 "wallpaper and commitFinishDrawingLocked true",
721 pendingLayoutChanges);
722 }
723 }
724 }
Wale Ogunwale1e129a42016-11-21 13:03:47 -0800725 }
726
727 final AppWindowToken atoken = w.mAppToken;
728 if (atoken != null) {
Adrian Roos23df3a32018-03-15 15:41:13 +0100729 atoken.updateLetterboxSurface(w);
Wale Ogunwale1e129a42016-11-21 13:03:47 -0800730 final boolean updateAllDrawn = atoken.updateDrawnWindowStates(w);
731 if (updateAllDrawn && !mTmpUpdateAllDrawn.contains(atoken)) {
732 mTmpUpdateAllDrawn.add(atoken);
733 }
734 }
735
736 if (isDefaultDisplay && someoneLosingFocus && w == mService.mCurrentFocus
737 && w.isDisplayedLw()) {
738 mTmpApplySurfaceChangesTransactionState.focusDisplayed = true;
739 }
740
741 w.updateResizingWindowIfNeeded();
742 };
743
Craig Mautnerb1fd65c02013-02-05 13:34:57 -0800744 /**
Andrii Kulian367ff7f2017-01-25 19:45:34 -0800745 * Create new {@link DisplayContent} instance, add itself to the root window container and
746 * initialize direct children.
Craig Mautner2d5618c2012-10-18 13:55:47 -0700747 * @param display May not be null.
Craig Mautnerdf88d732014-01-27 09:21:32 -0800748 * @param service You know.
Wale Ogunwale0303c572016-10-20 10:16:29 -0700749 * @param wallpaperController wallpaper windows controller used to adjust the positioning of the
750 * wallpaper windows in the window list.
Craig Mautner2d5618c2012-10-18 13:55:47 -0700751 */
Wale Ogunwalec69694a2016-10-18 13:51:15 -0700752 DisplayContent(Display display, WindowManagerService service,
Bryce Leef19cbe22018-02-02 15:09:21 -0800753 WallpaperController wallpaperController, DisplayWindowController controller) {
Jorim Jaggiffe128d2017-11-30 13:54:36 +0100754 super(service);
Bryce Leef19cbe22018-02-02 15:09:21 -0800755 setController(controller);
Wale Ogunwale1666e312016-12-16 11:27:18 -0800756 if (service.mRoot.getDisplayContent(display.getDisplayId()) != null) {
757 throw new IllegalArgumentException("Display with ID=" + display.getDisplayId()
758 + " already exists=" + service.mRoot.getDisplayContent(display.getDisplayId())
759 + " new=" + display);
760 }
761
Craig Mautnerb47bbc32012-08-22 17:41:48 -0700762 mDisplay = display;
763 mDisplayId = display.getDisplayId();
Wale Ogunwale0303c572016-10-20 10:16:29 -0700764 mWallpaperController = wallpaperController;
Craig Mautnerb47bbc32012-08-22 17:41:48 -0700765 display.getDisplayInfo(mDisplayInfo);
Wale Ogunwale231b06e2015-09-16 12:03:09 -0700766 display.getMetrics(mDisplayMetrics);
Wale Ogunwale19e452e2016-10-12 12:36:29 -0700767 isDefaultDisplay = mDisplayId == DEFAULT_DISPLAY;
Adrian Roos6a4fa0e2018-03-05 19:50:16 +0100768 mDisplayFrames = new DisplayFrames(mDisplayId, mDisplayInfo,
769 calculateDisplayCutoutForRotation(mDisplayInfo.rotation));
Wale Ogunwalefd04d8c2015-09-30 10:09:39 -0700770 initializeDisplayBaseInfo();
Riddle Hsu5ce4bb32018-07-18 16:11:30 +0800771 mDisplayPolicy = new DisplayPolicy(service);
772 mDisplayRotation = new DisplayRotation(service, this);
773 if (isDefaultDisplay) {
774 // The policy may be invoked right after here, so it requires the necessary default
775 // fields of this display content.
776 mService.mPolicy.setDefaultDisplay(this);
777 }
Jorim Jaggi42625d1b2016-02-11 20:11:07 -0800778 mDividerControllerLocked = new DockedStackDividerController(service, this);
Winson Chung655332c2016-10-31 13:14:28 -0700779 mPinnedStackControllerLocked = new PinnedStackController(service, this);
Wale Ogunwale19e452e2016-10-12 12:36:29 -0700780
Robert Carr74a66a22018-02-23 12:17:51 -0800781 // We use this as our arbitrary surface size for buffer-less parents
782 // that don't impose cropping on their children. It may need to be larger
783 // than the display size because fullscreen windows can be shifted offscreen
784 // due to surfaceInsets. 2 times the largest display dimension feels like an
785 // appropriately arbitrary number. Eventually we would like to give SurfaceFlinger
786 // layers the ability to match their parent sizes and be able to skip
787 // such arbitrary size settings.
788 mSurfaceSize = Math.max(mBaseDisplayHeight, mBaseDisplayWidth) * 2;
Robert Carrb1579c82017-09-05 14:54:47 -0700789
790 final SurfaceControl.Builder b = mService.makeSurfaceBuilder(mSession)
791 .setSize(mSurfaceSize, mSurfaceSize)
792 .setOpaque(true);
793 mWindowingLayer = b.setName("Display Root").build();
794 mOverlayLayer = b.setName("Display Overlays").build();
795
Robert Carrf59b8dd2017-10-02 18:58:36 -0700796 getPendingTransaction().setLayer(mWindowingLayer, 0)
Robert Carrb1579c82017-09-05 14:54:47 -0700797 .setLayerStack(mWindowingLayer, mDisplayId)
798 .show(mWindowingLayer)
799 .setLayer(mOverlayLayer, 1)
800 .setLayerStack(mOverlayLayer, mDisplayId)
801 .show(mOverlayLayer);
Robert Carrf59b8dd2017-10-02 18:58:36 -0700802 getPendingTransaction().apply();
Robert Carrb1579c82017-09-05 14:54:47 -0700803
Wale Ogunwale19e452e2016-10-12 12:36:29 -0700804 // These are the only direct children we should ever have and they are permanent.
Wale Ogunwale3a931692016-11-02 16:49:48 -0700805 super.addChild(mBelowAppWindowsContainers, null);
Wale Ogunwale19e452e2016-10-12 12:36:29 -0700806 super.addChild(mTaskStackContainers, null);
Wale Ogunwale3a931692016-11-02 16:49:48 -0700807 super.addChild(mAboveAppWindowsContainers, null);
808 super.addChild(mImeWindowsContainers, null);
Andrii Kulian367ff7f2017-01-25 19:45:34 -0800809
810 // Add itself as a child to the root container.
811 mService.mRoot.addChild(this, null);
Bryce Leed1871262017-06-12 14:12:29 -0700812
813 // TODO(b/62541591): evaluate whether this is the best spot to declare the
814 // {@link DisplayContent} ready for use.
815 mDisplayReady = true;
Arthur Hung95b38a92018-07-20 18:56:12 +0800816
817 mInputMonitor = new InputMonitor(service, mDisplayId);
Bryce Leed1871262017-06-12 14:12:29 -0700818 }
819
820 boolean isReady() {
821 // The display is ready when the system and the individual display are both ready.
822 return mService.mDisplayReady && mDisplayReady;
Craig Mautner59c00972012-07-30 12:10:24 -0700823 }
824
825 int getDisplayId() {
826 return mDisplayId;
827 }
828
Wale Ogunwale02319a62016-09-26 15:21:22 -0700829 WindowToken getWindowToken(IBinder binder) {
830 return mTokenMap.get(binder);
831 }
832
833 AppWindowToken getAppWindowToken(IBinder binder) {
834 final WindowToken token = getWindowToken(binder);
835 if (token == null) {
836 return null;
837 }
838 return token.asAppWindowToken();
839 }
840
Wale Ogunwale2f569ed2017-05-08 09:15:49 -0700841 private void addWindowToken(IBinder binder, WindowToken token) {
Wale Ogunwale02319a62016-09-26 15:21:22 -0700842 final DisplayContent dc = mService.mRoot.getWindowTokenDisplay(token);
843 if (dc != null) {
844 // We currently don't support adding a window token to the display if the display
845 // already has the binder mapped to another token. If there is a use case for supporting
846 // this moving forward we will either need to merge the WindowTokens some how or have
847 // the binder map to a list of window tokens.
Wale Ogunwale2f569ed2017-05-08 09:15:49 -0700848 throw new IllegalArgumentException("Can't map token=" + token + " to display="
849 + getName() + " already mapped to display=" + dc + " tokens=" + dc.mTokenMap);
Wale Ogunwale02319a62016-09-26 15:21:22 -0700850 }
Wale Ogunwale2f569ed2017-05-08 09:15:49 -0700851 if (binder == null) {
852 throw new IllegalArgumentException("Can't map token=" + token + " to display="
853 + getName() + " binder is null");
854 }
855 if (token == null) {
856 throw new IllegalArgumentException("Can't map null token to display="
857 + getName() + " binder=" + binder);
858 }
859
Wale Ogunwale02319a62016-09-26 15:21:22 -0700860 mTokenMap.put(binder, token);
Wale Ogunwale19e452e2016-10-12 12:36:29 -0700861
862 if (token.asAppWindowToken() == null) {
863 // Add non-app token to container hierarchy on the display. App tokens are added through
864 // the parent container managing them (e.g. Tasks).
Wale Ogunwale3a931692016-11-02 16:49:48 -0700865 switch (token.windowType) {
866 case TYPE_WALLPAPER:
867 mBelowAppWindowsContainers.addChild(token);
868 break;
869 case TYPE_INPUT_METHOD:
870 case TYPE_INPUT_METHOD_DIALOG:
871 mImeWindowsContainers.addChild(token);
872 break;
873 default:
874 mAboveAppWindowsContainers.addChild(token);
875 break;
876 }
Wale Ogunwale19e452e2016-10-12 12:36:29 -0700877 }
Wale Ogunwale02319a62016-09-26 15:21:22 -0700878 }
879
880 WindowToken removeWindowToken(IBinder binder) {
Wale Ogunwale19e452e2016-10-12 12:36:29 -0700881 final WindowToken token = mTokenMap.remove(binder);
882 if (token != null && token.asAppWindowToken() == null) {
Wale Ogunwale3d0bfd92016-12-05 11:38:02 -0800883 token.setExiting();
884 }
885 return token;
886 }
887
888 /** Changes the display the input window token is housed on to this one. */
889 void reParentWindowToken(WindowToken token) {
890 final DisplayContent prevDc = token.getDisplayContent();
891 if (prevDc == this) {
892 return;
893 }
Andrii Kulian6cc1a1d2016-12-27 23:52:59 -0800894 if (prevDc != null && prevDc.mTokenMap.remove(token.token) != null
895 && token.asAppWindowToken() == null) {
896 // Removed the token from the map, but made sure it's not an app token before removing
897 // from parent.
898 token.getParent().removeChild(token);
Wale Ogunwale19e452e2016-10-12 12:36:29 -0700899 }
Wale Ogunwale3d0bfd92016-12-05 11:38:02 -0800900
901 addWindowToken(token.token, token);
Wale Ogunwale02319a62016-09-26 15:21:22 -0700902 }
903
Wale Ogunwaleac2561e2016-11-01 15:43:46 -0700904 void removeAppToken(IBinder binder) {
905 final WindowToken token = removeWindowToken(binder);
906 if (token == null) {
907 Slog.w(TAG_WM, "removeAppToken: Attempted to remove non-existing token: " + binder);
908 return;
909 }
910
911 final AppWindowToken appToken = token.asAppWindowToken();
912
913 if (appToken == null) {
914 Slog.w(TAG_WM, "Attempted to remove non-App token: " + binder + " token=" + token);
915 return;
916 }
917
918 appToken.onRemovedFromDisplay();
919 }
920
Riddle Hsuad256a12018-07-18 16:11:30 +0800921 @Override
922 public Display getDisplay() {
Craig Mautnerb47bbc32012-08-22 17:41:48 -0700923 return mDisplay;
924 }
925
Craig Mautner59c00972012-07-30 12:10:24 -0700926 DisplayInfo getDisplayInfo() {
927 return mDisplayInfo;
928 }
929
Wale Ogunwale231b06e2015-09-16 12:03:09 -0700930 DisplayMetrics getDisplayMetrics() {
931 return mDisplayMetrics;
932 }
933
Riddle Hsu5ce4bb32018-07-18 16:11:30 +0800934 DisplayPolicy getDisplayPolicy() {
935 return mDisplayPolicy;
936 }
937
Riddle Hsuad256a12018-07-18 16:11:30 +0800938 @Override
939 public DisplayRotation getDisplayRotation() {
940 return mDisplayRotation;
941 }
942
Riddle Hsu5ce4bb32018-07-18 16:11:30 +0800943 @VisibleForTesting
944 void setDisplayRotation(DisplayRotation displayRotation) {
945 mDisplayRotation = displayRotation;
946 }
947
Andrii Kulian8ee72852017-03-10 10:36:45 -0800948 int getRotation() {
949 return mRotation;
950 }
951
Andrii Kulianef5ce1c2018-03-20 19:27:24 -0700952 @VisibleForTesting
Andrii Kulian8ee72852017-03-10 10:36:45 -0800953 void setRotation(int newRotation) {
954 mRotation = newRotation;
Riddle Hsuad256a12018-07-18 16:11:30 +0800955 mDisplayRotation.setRotation(newRotation);
Andrii Kulian8ee72852017-03-10 10:36:45 -0800956 }
957
958 int getLastOrientation() {
959 return mLastOrientation;
960 }
961
962 void setLastOrientation(int orientation) {
963 mLastOrientation = orientation;
964 }
965
966 boolean getAltOrientation() {
967 return mAltOrientation;
968 }
969
970 void setAltOrientation(boolean altOrientation) {
971 mAltOrientation = altOrientation;
972 }
973
974 int getLastWindowForcedOrientation() {
975 return mLastWindowForcedOrientation;
976 }
977
Andrii Kulian06d07d62017-03-14 11:11:47 -0700978 /**
Riddle Hsu654a6f92018-07-13 22:59:36 +0800979 * Temporarily pauses rotation changes until resumed.
980 *
981 * This can be used to prevent rotation changes from occurring while the user is
982 * performing certain operations, such as drag and drop.
983 *
984 * This call nests and must be matched by an equal number of calls to
985 * {@link #resumeRotationLocked}.
986 */
987 void pauseRotationLocked() {
988 mDeferredRotationPauseCount++;
989 }
990
991 /**
992 * Resumes normal rotation changes after being paused.
993 */
994 void resumeRotationLocked() {
995 if (mDeferredRotationPauseCount <= 0) {
996 return;
997 }
998
999 mDeferredRotationPauseCount--;
1000 if (mDeferredRotationPauseCount == 0) {
Riddle Hsu5ce4bb32018-07-18 16:11:30 +08001001 updateRotationAndSendNewConfigIfNeeded();
Riddle Hsu654a6f92018-07-13 22:59:36 +08001002 }
1003 }
1004
1005 /**
Riddle Hsuad256a12018-07-18 16:11:30 +08001006 * If this is true we have updated our desired orientation, but not yet changed the real
1007 * orientation our applied our screen rotation animation. For example, because a previous
1008 * screen rotation was in progress.
1009 *
1010 * @return {@code true} if the there is an ongoing rotation change.
1011 */
1012 boolean rotationNeedsUpdate() {
1013 final int lastOrientation = getLastOrientation();
1014 final int oldRotation = getRotation();
1015 final boolean oldAltOrientation = getAltOrientation();
1016
Riddle Hsu5ce4bb32018-07-18 16:11:30 +08001017 final int rotation = mDisplayRotation.rotationForOrientation(lastOrientation, oldRotation);
Riddle Hsuad256a12018-07-18 16:11:30 +08001018 final boolean altOrientation = !mDisplayRotation.rotationHasCompatibleMetrics(
1019 lastOrientation, rotation);
1020 if (oldRotation == rotation && oldAltOrientation == altOrientation) {
1021 return false;
1022 }
1023 return true;
1024 }
1025
1026 /**
Riddle Hsu5ce4bb32018-07-18 16:11:30 +08001027 * Update rotation of the display and send configuration if the rotation is changed.
1028 *
1029 * @return {@code true} if the rotation has been changed and the new config is sent.
1030 */
1031 boolean updateRotationAndSendNewConfigIfNeeded() {
1032 final boolean changed = updateRotationUnchecked(false /* forceUpdate */);
1033 if (changed) {
1034 mService.mH.obtainMessage(SEND_NEW_CONFIGURATION, mDisplayId).sendToTarget();
1035 }
1036 return changed;
1037 }
1038
1039 /**
Andrii Kulian06d07d62017-03-14 11:11:47 -07001040 * Update rotation of the display.
1041 *
Andrii Kulian6cdcfe42018-05-23 17:59:43 -07001042 * @return {@code true} if the rotation has been changed. In this case YOU MUST CALL
1043 * {@link WindowManagerService#sendNewConfiguration(int)} TO UNFREEZE THE SCREEN.
Andrii Kulian06d07d62017-03-14 11:11:47 -07001044 */
Robert Carrae606b42018-02-15 15:36:23 -08001045 boolean updateRotationUnchecked() {
Andrii Kulian6cdcfe42018-05-23 17:59:43 -07001046 return updateRotationUnchecked(false /* forceUpdate */);
1047 }
Andrii Kulian06d07d62017-03-14 11:11:47 -07001048
Andrii Kulian6cdcfe42018-05-23 17:59:43 -07001049 /**
1050 * Update rotation of the display with an option to force the update.
1051 * @param forceUpdate Force the rotation update. Sometimes in WM we might skip updating
1052 * orientation because we're waiting for some rotation to finish or display
1053 * to unfreeze, which results in configuration of the previously visible
1054 * activity being applied to a newly visible one. Forcing the rotation
1055 * update allows to workaround this issue.
1056 * @return {@code true} if the rotation has been changed. In this case YOU MUST CALL
1057 * {@link WindowManagerService#sendNewConfiguration(int)} TO UNFREEZE THE SCREEN.
1058 */
1059 boolean updateRotationUnchecked(boolean forceUpdate) {
1060 ScreenRotationAnimation screenRotationAnimation;
1061 if (!forceUpdate) {
Riddle Hsu654a6f92018-07-13 22:59:36 +08001062 if (mDeferredRotationPauseCount > 0) {
Andrii Kulian6cdcfe42018-05-23 17:59:43 -07001063 // Rotation updates have been paused temporarily. Defer the update until
1064 // updates have been resumed.
1065 if (DEBUG_ORIENTATION) Slog.v(TAG_WM, "Deferring rotation, rotation is paused.");
1066 return false;
1067 }
1068
1069 screenRotationAnimation =
1070 mService.mAnimator.getScreenRotationAnimationLocked(mDisplayId);
1071 if (screenRotationAnimation != null && screenRotationAnimation.isAnimating()) {
1072 // Rotation updates cannot be performed while the previous rotation change
1073 // animation is still in progress. Skip this update. We will try updating
1074 // again after the animation is finished and the display is unfrozen.
1075 if (DEBUG_ORIENTATION) Slog.v(TAG_WM, "Deferring rotation, animation in progress.");
1076 return false;
1077 }
1078 if (mService.mDisplayFrozen) {
1079 // Even if the screen rotation animation has finished (e.g. isAnimating
1080 // returns false), there is still some time where we haven't yet unfrozen
1081 // the display. We also need to abort rotation here.
1082 if (DEBUG_ORIENTATION) Slog.v(TAG_WM,
1083 "Deferring rotation, still finishing previous rotation");
1084 return false;
1085 }
Andrii Kulian06d07d62017-03-14 11:11:47 -07001086 }
1087
1088 if (!mService.mDisplayEnabled) {
1089 // No point choosing a rotation if the display is not enabled.
1090 if (DEBUG_ORIENTATION) Slog.v(TAG_WM, "Deferring rotation, display is not enabled.");
1091 return false;
1092 }
1093
1094 final int oldRotation = mRotation;
1095 final int lastOrientation = mLastOrientation;
1096 final boolean oldAltOrientation = mAltOrientation;
Riddle Hsu5ce4bb32018-07-18 16:11:30 +08001097 final int rotation = mDisplayRotation.rotationForOrientation(lastOrientation, oldRotation);
Andrii Kulianef5ce1c2018-03-20 19:27:24 -07001098 if (DEBUG_ORIENTATION) Slog.v(TAG_WM, "Computed rotation=" + rotation + " for display id="
1099 + mDisplayId + " based on lastOrientation=" + lastOrientation
1100 + " and oldRotation=" + oldRotation);
Riddle Hsuad256a12018-07-18 16:11:30 +08001101 boolean mayRotateSeamlessly = mService.mPolicy.shouldRotateSeamlessly(mDisplayRotation,
1102 oldRotation, rotation);
Andrii Kulian06d07d62017-03-14 11:11:47 -07001103
Robert Carr0e007272017-10-02 13:00:55 -07001104 if (mayRotateSeamlessly) {
Andrii Kulian06d07d62017-03-14 11:11:47 -07001105 final WindowState seamlessRotated = getWindow((w) -> w.mSeamlesslyRotated);
Andrii Kulian6cdcfe42018-05-23 17:59:43 -07001106 if (seamlessRotated != null && !forceUpdate) {
Andrii Kulian06d07d62017-03-14 11:11:47 -07001107 // We can't rotate (seamlessly or not) while waiting for the last seamless rotation
1108 // to complete (that is, waiting for windows to redraw). It's tempting to check
1109 // w.mSeamlessRotationCount but that could be incorrect in the case of
1110 // window-removal.
1111 return false;
1112 }
Robert Carr0e007272017-10-02 13:00:55 -07001113
1114 // In the presence of the PINNED stack or System Alert
Wale Ogunwale44f036f2017-09-29 05:09:09 -07001115 // windows we unfortunately can not seamlessly rotate.
Wale Ogunwale61911492017-10-11 08:50:50 -07001116 if (hasPinnedStack()) {
Robert Carr0e007272017-10-02 13:00:55 -07001117 mayRotateSeamlessly = false;
1118 }
1119 for (int i = 0; i < mService.mSessions.size(); i++) {
1120 if (mService.mSessions.valueAt(i).hasAlertWindowSurfaces()) {
1121 mayRotateSeamlessly = false;
1122 break;
1123 }
1124 }
Andrii Kulian06d07d62017-03-14 11:11:47 -07001125 }
Robert Carr0e007272017-10-02 13:00:55 -07001126 final boolean rotateSeamlessly = mayRotateSeamlessly;
Andrii Kulian06d07d62017-03-14 11:11:47 -07001127
1128 // TODO: Implement forced rotation changes.
1129 // Set mAltOrientation to indicate that the application is receiving
1130 // an orientation that has different metrics than it expected.
1131 // eg. Portrait instead of Landscape.
1132
Riddle Hsuad256a12018-07-18 16:11:30 +08001133 final boolean altOrientation = !mDisplayRotation.rotationHasCompatibleMetrics(
Andrii Kulian06d07d62017-03-14 11:11:47 -07001134 lastOrientation, rotation);
1135
Andrii Kulianef5ce1c2018-03-20 19:27:24 -07001136 if (DEBUG_ORIENTATION) Slog.v(TAG_WM, "Display id=" + mDisplayId
1137 + " selected orientation " + lastOrientation
Andrii Kulian06d07d62017-03-14 11:11:47 -07001138 + ", got rotation " + rotation + " which has "
1139 + (altOrientation ? "incompatible" : "compatible") + " metrics");
1140
1141 if (oldRotation == rotation && oldAltOrientation == altOrientation) {
1142 // No change.
1143 return false;
1144 }
1145
Andrii Kulianef5ce1c2018-03-20 19:27:24 -07001146 if (DEBUG_ORIENTATION) Slog.v(TAG_WM, "Display id=" + mDisplayId
1147 + " rotation changed to " + rotation
Andrii Kulian06d07d62017-03-14 11:11:47 -07001148 + (altOrientation ? " (alt)" : "") + " from " + oldRotation
1149 + (oldAltOrientation ? " (alt)" : "") + ", lastOrientation=" + lastOrientation);
1150
1151 if (DisplayContent.deltaRotation(rotation, oldRotation) != 2) {
1152 mService.mWaitingForConfig = true;
1153 }
1154
Riddle Hsuad256a12018-07-18 16:11:30 +08001155 setRotation(rotation);
Andrii Kulian06d07d62017-03-14 11:11:47 -07001156 mAltOrientation = altOrientation;
Andrii Kulian06d07d62017-03-14 11:11:47 -07001157
1158 mService.mWindowsFreezingScreen = WINDOWS_FREEZING_SCREENS_ACTIVE;
Riddle Hsu654a6f92018-07-13 22:59:36 +08001159 mService.mH.sendNewMessageDelayed(WindowManagerService.H.WINDOW_FREEZE_TIMEOUT,
1160 this, WINDOW_FREEZE_TIMEOUT_DURATION);
Andrii Kulian06d07d62017-03-14 11:11:47 -07001161
1162 setLayoutNeeded();
1163 final int[] anim = new int[2];
Robert Carrf59b8dd2017-10-02 18:58:36 -07001164 mService.mPolicy.selectRotationAnimationLw(anim);
Andrii Kulian06d07d62017-03-14 11:11:47 -07001165
1166 if (!rotateSeamlessly) {
Robert Carrae606b42018-02-15 15:36:23 -08001167 mService.startFreezingDisplayLocked(anim[0], anim[1], this);
Andrii Kulian06d07d62017-03-14 11:11:47 -07001168 // startFreezingDisplayLocked can reset the ScreenRotationAnimation.
1169 screenRotationAnimation = mService.mAnimator.getScreenRotationAnimationLocked(
1170 mDisplayId);
1171 } else {
1172 // The screen rotation animation uses a screenshot to freeze the screen
1173 // while windows resize underneath.
1174 // When we are rotating seamlessly, we allow the elements to transition
1175 // to their rotated state independently and without a freeze required.
1176 screenRotationAnimation = null;
1177
Robert Carrefc75702018-02-16 11:46:16 -08001178 mService.startSeamlessRotation();
Andrii Kulian06d07d62017-03-14 11:11:47 -07001179 }
1180
1181 // We need to update our screen size information to match the new rotation. If the rotation
1182 // has actually changed then this method will return true and, according to the comment at
1183 // the top of the method, the caller is obligated to call computeNewConfigurationLocked().
1184 // By updating the Display info here it will be available to
1185 // #computeScreenConfiguration() later.
1186 updateDisplayAndOrientation(getConfiguration().uiMode);
1187
Robert Carrae606b42018-02-15 15:36:23 -08001188 // NOTE: We disable the rotation in the emulator because
1189 // it doesn't support hardware OpenGL emulation yet.
1190 if (CUSTOM_SCREEN_ROTATION && screenRotationAnimation != null
1191 && screenRotationAnimation.hasScreenshot()) {
1192 if (screenRotationAnimation.setRotation(getPendingTransaction(), rotation,
1193 MAX_ANIMATION_DURATION, mService.getTransitionAnimationScaleLocked(),
1194 mDisplayInfo.logicalWidth, mDisplayInfo.logicalHeight)) {
1195 mService.scheduleAnimationLocked();
Andrii Kulian06d07d62017-03-14 11:11:47 -07001196 }
1197 }
1198
Vishnu Nair83537a72018-07-19 21:27:48 -07001199 forAllWindows(w -> {
1200 w.forceSeamlesslyRotateIfAllowed(oldRotation, rotation);
1201 }, true /* traverseTopToBottom */);
1202
1203 // TODO(b/111504081): Consolidate seamless rotation logic.
Robert Carrae606b42018-02-15 15:36:23 -08001204 if (rotateSeamlessly) {
Adrian Roos0e7b70a2018-06-07 15:29:34 +02001205 seamlesslyRotate(getPendingTransaction(), oldRotation, rotation);
Robert Carrae606b42018-02-15 15:36:23 -08001206 }
1207
1208 mService.mDisplayManagerInternal.performTraversal(getPendingTransaction());
1209 scheduleAnimation();
1210
Andrii Kulian06d07d62017-03-14 11:11:47 -07001211 forAllWindows(w -> {
Andrii Kulian06d07d62017-03-14 11:11:47 -07001212 if (w.mHasSurface && !rotateSeamlessly) {
1213 if (DEBUG_ORIENTATION) Slog.v(TAG_WM, "Set mOrientationChanging of " + w);
Bryce Lee8c3cf382017-07-06 19:47:10 -07001214 w.setOrientationChanging(true);
Andrii Kulian06d07d62017-03-14 11:11:47 -07001215 mService.mRoot.mOrientationChangeComplete = false;
1216 w.mLastFreezeDuration = 0;
1217 }
1218 w.mReportOrientationChanged = true;
1219 }, true /* traverseTopToBottom */);
1220
1221 if (rotateSeamlessly) {
Riddle Hsu654a6f92018-07-13 22:59:36 +08001222 mService.mH.sendNewMessageDelayed(WindowManagerService.H.SEAMLESS_ROTATION_TIMEOUT,
1223 this, SEAMLESS_ROTATION_TIMEOUT_DURATION);
Andrii Kulian06d07d62017-03-14 11:11:47 -07001224 }
1225
1226 for (int i = mService.mRotationWatchers.size() - 1; i >= 0; i--) {
1227 final WindowManagerService.RotationWatcher rotationWatcher
1228 = mService.mRotationWatchers.get(i);
1229 if (rotationWatcher.mDisplayId == mDisplayId) {
1230 try {
1231 rotationWatcher.mWatcher.onRotationChanged(rotation);
1232 } catch (RemoteException e) {
1233 // Ignore
1234 }
1235 }
1236 }
1237
1238 // TODO (multi-display): Magnification is supported only for the default display.
1239 // Announce rotation only if we will not animate as we already have the
1240 // windows in final state. Otherwise, we make this call at the rotation end.
1241 if (screenRotationAnimation == null && mService.mAccessibilityController != null
1242 && isDefaultDisplay) {
1243 mService.mAccessibilityController.onRotationChangedLocked(this);
1244 }
1245
1246 return true;
1247 }
1248
Wale Ogunwale828ff7e2017-11-14 01:01:29 +00001249 void configureDisplayPolicy() {
Riddle Hsu5ce4bb32018-07-18 16:11:30 +08001250 final int width = mBaseDisplayWidth;
1251 final int height = mBaseDisplayHeight;
1252 final int shortSize;
1253 final int longSize;
1254 if (width > height) {
1255 shortSize = height;
1256 longSize = width;
1257 } else {
1258 shortSize = width;
1259 longSize = height;
1260 }
1261
1262 final int shortSizeDp = shortSize * DisplayMetrics.DENSITY_DEFAULT / mBaseDisplayDensity;
1263 final int longSizeDp = longSize * DisplayMetrics.DENSITY_DEFAULT / mBaseDisplayDensity;
1264
1265 mDisplayRotation.configure(width, height, shortSizeDp, longSizeDp);
1266 mDisplayPolicy.configure(width, height, shortSizeDp);
1267
Adrian Roos6a4fa0e2018-03-05 19:50:16 +01001268 mDisplayFrames.onDisplayInfoUpdated(mDisplayInfo,
1269 calculateDisplayCutoutForRotation(mDisplayInfo.rotation));
Wale Ogunwale828ff7e2017-11-14 01:01:29 +00001270 }
1271
Andrii Kulian06d07d62017-03-14 11:11:47 -07001272 /**
1273 * Update {@link #mDisplayInfo} and other internal variables when display is rotated or config
1274 * changed.
1275 * Do not call if {@link WindowManagerService#mDisplayReady} == false.
1276 */
1277 private DisplayInfo updateDisplayAndOrientation(int uiMode) {
1278 // Use the effective "visual" dimensions based on current rotation
1279 final boolean rotated = (mRotation == ROTATION_90 || mRotation == ROTATION_270);
1280 final int realdw = rotated ? mBaseDisplayHeight : mBaseDisplayWidth;
1281 final int realdh = rotated ? mBaseDisplayWidth : mBaseDisplayHeight;
1282 int dw = realdw;
1283 int dh = realdh;
1284
1285 if (mAltOrientation) {
1286 if (realdw > realdh) {
1287 // Turn landscape into portrait.
1288 int maxw = (int)(realdh/1.3f);
1289 if (maxw < realdw) {
1290 dw = maxw;
1291 }
1292 } else {
1293 // Turn portrait into landscape.
1294 int maxh = (int)(realdw/1.3f);
1295 if (maxh < realdh) {
1296 dh = maxh;
1297 }
1298 }
1299 }
1300
1301 // Update application display metrics.
Adrian Roos6a4fa0e2018-03-05 19:50:16 +01001302 final WmDisplayCutout wmDisplayCutout = calculateDisplayCutoutForRotation(mRotation);
1303 final DisplayCutout displayCutout = wmDisplayCutout.getDisplayCutout();
1304
Andrii Kulian06d07d62017-03-14 11:11:47 -07001305 final int appWidth = mService.mPolicy.getNonDecorDisplayWidth(dw, dh, mRotation, uiMode,
Adrian Roos11c25582018-02-19 18:06:36 +01001306 mDisplayId, displayCutout);
Andrii Kulian06d07d62017-03-14 11:11:47 -07001307 final int appHeight = mService.mPolicy.getNonDecorDisplayHeight(dw, dh, mRotation, uiMode,
Adrian Roos11c25582018-02-19 18:06:36 +01001308 mDisplayId, displayCutout);
Andrii Kulian06d07d62017-03-14 11:11:47 -07001309 mDisplayInfo.rotation = mRotation;
1310 mDisplayInfo.logicalWidth = dw;
1311 mDisplayInfo.logicalHeight = dh;
1312 mDisplayInfo.logicalDensityDpi = mBaseDisplayDensity;
1313 mDisplayInfo.appWidth = appWidth;
1314 mDisplayInfo.appHeight = appHeight;
1315 if (isDefaultDisplay) {
1316 mDisplayInfo.getLogicalMetrics(mRealDisplayMetrics,
1317 CompatibilityInfo.DEFAULT_COMPATIBILITY_INFO, null);
1318 }
Adrian Roos6a4fa0e2018-03-05 19:50:16 +01001319 mDisplayInfo.displayCutout = displayCutout.isEmpty() ? null : displayCutout;
Andrii Kulian06d07d62017-03-14 11:11:47 -07001320 mDisplayInfo.getAppMetrics(mDisplayMetrics);
1321 if (mDisplayScalingDisabled) {
1322 mDisplayInfo.flags |= Display.FLAG_SCALING_DISABLED;
1323 } else {
1324 mDisplayInfo.flags &= ~Display.FLAG_SCALING_DISABLED;
1325 }
1326
Andrii Kulianf0379de2018-03-14 16:24:07 -07001327 // We usually set the override info in DisplayManager so that we get consistent display
1328 // metrics values when displays are changing and don't send out new values until WM is aware
1329 // of them. However, we don't do this for displays that serve as containers for ActivityView
1330 // because we don't want letter-/pillar-boxing during resize.
1331 final DisplayInfo overrideDisplayInfo = mShouldOverrideDisplayConfiguration
1332 ? mDisplayInfo : null;
Andrii Kulian06d07d62017-03-14 11:11:47 -07001333 mService.mDisplayManagerInternal.setDisplayInfoOverrideFromWindowManager(mDisplayId,
Andrii Kulianf0379de2018-03-14 16:24:07 -07001334 overrideDisplayInfo);
Andrii Kulian06d07d62017-03-14 11:11:47 -07001335
1336 mBaseDisplayRect.set(0, 0, dw, dh);
1337
1338 if (isDefaultDisplay) {
1339 mCompatibleScreenScale = CompatibilityInfo.computeCompatibleScaling(mDisplayMetrics,
1340 mCompatDisplayMetrics);
1341 }
Bryce Leef3c6a472017-11-14 14:53:06 -08001342
1343 updateBounds();
Andrii Kulian06d07d62017-03-14 11:11:47 -07001344 return mDisplayInfo;
1345 }
1346
Adrian Roos6a4fa0e2018-03-05 19:50:16 +01001347 WmDisplayCutout calculateDisplayCutoutForRotation(int rotation) {
Adrian Roos2aa0fcd2018-02-19 18:07:49 +01001348 return mDisplayCutoutCache.getOrCompute(mInitialDisplayCutout, rotation);
1349 }
1350
Adrian Roos6a4fa0e2018-03-05 19:50:16 +01001351 private WmDisplayCutout calculateDisplayCutoutForRotationUncached(
Adrian Roos2aa0fcd2018-02-19 18:07:49 +01001352 DisplayCutout cutout, int rotation) {
Adrian Roos24264212018-02-19 16:26:15 +01001353 if (cutout == null || cutout == DisplayCutout.NO_CUTOUT) {
Adrian Roos6a4fa0e2018-03-05 19:50:16 +01001354 return WmDisplayCutout.NO_CUTOUT;
Adrian Roos1cf585052018-01-03 18:43:27 +01001355 }
Adrian Roos11c25582018-02-19 18:06:36 +01001356 if (rotation == ROTATION_0) {
Adrian Roos6a4fa0e2018-03-05 19:50:16 +01001357 return WmDisplayCutout.computeSafeInsets(
1358 cutout, mInitialDisplayWidth, mInitialDisplayHeight);
Adrian Roos24264212018-02-19 16:26:15 +01001359 }
Adrian Roosbed538e2018-02-21 17:50:07 +01001360 final boolean rotated = (rotation == ROTATION_90 || rotation == ROTATION_270);
Jorim Jaggi60640512018-06-29 01:14:31 +02001361 final List<Rect> bounds = WmDisplayCutout.computeSafeInsets(
1362 cutout, mInitialDisplayWidth, mInitialDisplayHeight)
1363 .getDisplayCutout().getBoundingRects();
Adrian Roos11c25582018-02-19 18:06:36 +01001364 transformPhysicalToLogicalCoordinates(rotation, mInitialDisplayWidth, mInitialDisplayHeight,
1365 mTmpMatrix);
Jorim Jaggi60640512018-06-29 01:14:31 +02001366 final Region region = Region.obtain();
1367 for (int i = 0; i < bounds.size(); i++) {
1368 final Rect rect = bounds.get(i);
1369 final RectF rectF = new RectF(bounds.get(i));
1370 mTmpMatrix.mapRect(rectF);
1371 rectF.round(rect);
1372 region.op(rect, Op.UNION);
1373 }
1374
1375 return WmDisplayCutout.computeSafeInsets(DisplayCutout.fromBounds(region),
Adrian Roos24264212018-02-19 16:26:15 +01001376 rotated ? mInitialDisplayHeight : mInitialDisplayWidth,
1377 rotated ? mInitialDisplayWidth : mInitialDisplayHeight);
Adrian Roos1cf585052018-01-03 18:43:27 +01001378 }
1379
Andrii Kulian06d07d62017-03-14 11:11:47 -07001380 /**
1381 * Compute display configuration based on display properties and policy settings.
1382 * Do not call if mDisplayReady == false.
1383 */
1384 void computeScreenConfiguration(Configuration config) {
1385 final DisplayInfo displayInfo = updateDisplayAndOrientation(config.uiMode);
1386
1387 final int dw = displayInfo.logicalWidth;
1388 final int dh = displayInfo.logicalHeight;
Wale Ogunwale687b4272017-07-27 02:56:23 -07001389 config.orientation = (dw <= dh) ? ORIENTATION_PORTRAIT : ORIENTATION_LANDSCAPE;
1390 // TODO: Probably best to set this based on some setting in the display content object,
1391 // so the display can be configured for things like fullscreen.
1392 config.windowConfiguration.setWindowingMode(WINDOWING_MODE_FULLSCREEN);
Bryce Leec1f2f2a2017-06-22 15:29:42 -07001393
Adrian Roos11c25582018-02-19 18:06:36 +01001394 final float density = mDisplayMetrics.density;
Andrii Kulian06d07d62017-03-14 11:11:47 -07001395 config.screenWidthDp =
1396 (int)(mService.mPolicy.getConfigDisplayWidth(dw, dh, displayInfo.rotation,
Adrian Roos11c25582018-02-19 18:06:36 +01001397 config.uiMode, mDisplayId, displayInfo.displayCutout) / density);
Andrii Kulian06d07d62017-03-14 11:11:47 -07001398 config.screenHeightDp =
1399 (int)(mService.mPolicy.getConfigDisplayHeight(dw, dh, displayInfo.rotation,
Adrian Roos11c25582018-02-19 18:06:36 +01001400 config.uiMode, mDisplayId, displayInfo.displayCutout) / density);
Bryce Lee7566d762017-03-30 09:34:15 -07001401
Adrian Roos11c25582018-02-19 18:06:36 +01001402 mService.mPolicy.getNonDecorInsetsLw(displayInfo.rotation, dw, dh,
1403 displayInfo.displayCutout, mTmpRect);
Bryce Lee7566d762017-03-30 09:34:15 -07001404 final int leftInset = mTmpRect.left;
1405 final int topInset = mTmpRect.top;
1406 // appBounds at the root level should mirror the app screen size.
Wale Ogunwale822e5122017-07-26 06:02:24 -07001407 config.windowConfiguration.setAppBounds(leftInset /* left */, topInset /* top */,
1408 leftInset + displayInfo.appWidth /* right */,
1409 topInset + displayInfo.appHeight /* bottom */);
Andrii Kulian06d07d62017-03-14 11:11:47 -07001410 final boolean rotated = (displayInfo.rotation == Surface.ROTATION_90
1411 || displayInfo.rotation == Surface.ROTATION_270);
1412
1413 computeSizeRangesAndScreenLayout(displayInfo, mDisplayId, rotated, config.uiMode, dw, dh,
Adrian Roos11c25582018-02-19 18:06:36 +01001414 density, config);
Andrii Kulian06d07d62017-03-14 11:11:47 -07001415
1416 config.screenLayout = (config.screenLayout & ~Configuration.SCREENLAYOUT_ROUND_MASK)
1417 | ((displayInfo.flags & Display.FLAG_ROUND) != 0
1418 ? Configuration.SCREENLAYOUT_ROUND_YES
1419 : Configuration.SCREENLAYOUT_ROUND_NO);
1420
1421 config.compatScreenWidthDp = (int)(config.screenWidthDp / mCompatibleScreenScale);
1422 config.compatScreenHeightDp = (int)(config.screenHeightDp / mCompatibleScreenScale);
1423 config.compatSmallestScreenWidthDp = computeCompatSmallestWidth(rotated, config.uiMode, dw,
1424 dh, mDisplayId);
1425 config.densityDpi = displayInfo.logicalDensityDpi;
1426
1427 config.colorMode =
1428 (displayInfo.isHdr()
1429 ? Configuration.COLOR_MODE_HDR_YES
1430 : Configuration.COLOR_MODE_HDR_NO)
Romain Guye89d0bb2017-06-20 12:23:42 -07001431 | (displayInfo.isWideColorGamut() && mService.hasWideColorGamutSupport()
Andrii Kulian06d07d62017-03-14 11:11:47 -07001432 ? Configuration.COLOR_MODE_WIDE_COLOR_GAMUT_YES
1433 : Configuration.COLOR_MODE_WIDE_COLOR_GAMUT_NO);
1434
1435 // Update the configuration based on available input devices, lid switch,
1436 // and platform configuration.
1437 config.touchscreen = Configuration.TOUCHSCREEN_NOTOUCH;
1438 config.keyboard = Configuration.KEYBOARD_NOKEYS;
1439 config.navigation = Configuration.NAVIGATION_NONAV;
1440
1441 int keyboardPresence = 0;
1442 int navigationPresence = 0;
1443 final InputDevice[] devices = mService.mInputManager.getInputDevices();
1444 final int len = devices != null ? devices.length : 0;
1445 for (int i = 0; i < len; i++) {
1446 InputDevice device = devices[i];
1447 if (!device.isVirtual()) {
1448 final int sources = device.getSources();
1449 final int presenceFlag = device.isExternal() ?
1450 WindowManagerPolicy.PRESENCE_EXTERNAL :
1451 WindowManagerPolicy.PRESENCE_INTERNAL;
1452
1453 // TODO(multi-display): Configure on per-display basis.
1454 if (mService.mIsTouchDevice) {
1455 if ((sources & InputDevice.SOURCE_TOUCHSCREEN) ==
1456 InputDevice.SOURCE_TOUCHSCREEN) {
1457 config.touchscreen = Configuration.TOUCHSCREEN_FINGER;
1458 }
1459 } else {
1460 config.touchscreen = Configuration.TOUCHSCREEN_NOTOUCH;
1461 }
1462
1463 if ((sources & InputDevice.SOURCE_TRACKBALL) == InputDevice.SOURCE_TRACKBALL) {
1464 config.navigation = Configuration.NAVIGATION_TRACKBALL;
1465 navigationPresence |= presenceFlag;
1466 } else if ((sources & InputDevice.SOURCE_DPAD) == InputDevice.SOURCE_DPAD
1467 && config.navigation == Configuration.NAVIGATION_NONAV) {
1468 config.navigation = Configuration.NAVIGATION_DPAD;
1469 navigationPresence |= presenceFlag;
1470 }
1471
1472 if (device.getKeyboardType() == InputDevice.KEYBOARD_TYPE_ALPHABETIC) {
1473 config.keyboard = Configuration.KEYBOARD_QWERTY;
1474 keyboardPresence |= presenceFlag;
1475 }
1476 }
1477 }
1478
1479 if (config.navigation == Configuration.NAVIGATION_NONAV && mService.mHasPermanentDpad) {
1480 config.navigation = Configuration.NAVIGATION_DPAD;
1481 navigationPresence |= WindowManagerPolicy.PRESENCE_INTERNAL;
1482 }
1483
1484 // Determine whether a hard keyboard is available and enabled.
1485 // TODO(multi-display): Should the hardware keyboard be tied to a display or to a device?
1486 boolean hardKeyboardAvailable = config.keyboard != Configuration.KEYBOARD_NOKEYS;
1487 if (hardKeyboardAvailable != mService.mHardKeyboardAvailable) {
1488 mService.mHardKeyboardAvailable = hardKeyboardAvailable;
1489 mService.mH.removeMessages(WindowManagerService.H.REPORT_HARD_KEYBOARD_STATUS_CHANGE);
1490 mService.mH.sendEmptyMessage(WindowManagerService.H.REPORT_HARD_KEYBOARD_STATUS_CHANGE);
1491 }
1492
1493 // Let the policy update hidden states.
1494 config.keyboardHidden = Configuration.KEYBOARDHIDDEN_NO;
1495 config.hardKeyboardHidden = Configuration.HARDKEYBOARDHIDDEN_NO;
1496 config.navigationHidden = Configuration.NAVIGATIONHIDDEN_NO;
1497 mService.mPolicy.adjustConfigurationLw(config, keyboardPresence, navigationPresence);
1498 }
1499
1500 private int computeCompatSmallestWidth(boolean rotated, int uiMode, int dw, int dh,
1501 int displayId) {
1502 mTmpDisplayMetrics.setTo(mDisplayMetrics);
1503 final DisplayMetrics tmpDm = mTmpDisplayMetrics;
1504 final int unrotDw, unrotDh;
1505 if (rotated) {
1506 unrotDw = dh;
1507 unrotDh = dw;
1508 } else {
1509 unrotDw = dw;
1510 unrotDh = dh;
1511 }
1512 int sw = reduceCompatConfigWidthSize(0, Surface.ROTATION_0, uiMode, tmpDm, unrotDw, unrotDh,
1513 displayId);
1514 sw = reduceCompatConfigWidthSize(sw, Surface.ROTATION_90, uiMode, tmpDm, unrotDh, unrotDw,
1515 displayId);
1516 sw = reduceCompatConfigWidthSize(sw, Surface.ROTATION_180, uiMode, tmpDm, unrotDw, unrotDh,
1517 displayId);
1518 sw = reduceCompatConfigWidthSize(sw, Surface.ROTATION_270, uiMode, tmpDm, unrotDh, unrotDw,
1519 displayId);
1520 return sw;
1521 }
1522
1523 private int reduceCompatConfigWidthSize(int curSize, int rotation, int uiMode,
1524 DisplayMetrics dm, int dw, int dh, int displayId) {
1525 dm.noncompatWidthPixels = mService.mPolicy.getNonDecorDisplayWidth(dw, dh, rotation, uiMode,
Adrian Roos11c25582018-02-19 18:06:36 +01001526 displayId, mDisplayInfo.displayCutout);
Andrii Kulian06d07d62017-03-14 11:11:47 -07001527 dm.noncompatHeightPixels = mService.mPolicy.getNonDecorDisplayHeight(dw, dh, rotation,
Adrian Roos11c25582018-02-19 18:06:36 +01001528 uiMode, displayId, mDisplayInfo.displayCutout);
Andrii Kulian06d07d62017-03-14 11:11:47 -07001529 float scale = CompatibilityInfo.computeCompatibleScaling(dm, null);
1530 int size = (int)(((dm.noncompatWidthPixels / scale) / dm.density) + .5f);
1531 if (curSize == 0 || size < curSize) {
1532 curSize = size;
1533 }
1534 return curSize;
1535 }
1536
1537 private void computeSizeRangesAndScreenLayout(DisplayInfo displayInfo, int displayId,
1538 boolean rotated, int uiMode, int dw, int dh, float density, Configuration outConfig) {
1539
1540 // We need to determine the smallest width that will occur under normal
1541 // operation. To this, start with the base screen size and compute the
1542 // width under the different possible rotations. We need to un-rotate
1543 // the current screen dimensions before doing this.
1544 int unrotDw, unrotDh;
1545 if (rotated) {
1546 unrotDw = dh;
1547 unrotDh = dw;
1548 } else {
1549 unrotDw = dw;
1550 unrotDh = dh;
1551 }
1552 displayInfo.smallestNominalAppWidth = 1<<30;
1553 displayInfo.smallestNominalAppHeight = 1<<30;
1554 displayInfo.largestNominalAppWidth = 0;
1555 displayInfo.largestNominalAppHeight = 0;
1556 adjustDisplaySizeRanges(displayInfo, displayId, Surface.ROTATION_0, uiMode, unrotDw,
1557 unrotDh);
1558 adjustDisplaySizeRanges(displayInfo, displayId, Surface.ROTATION_90, uiMode, unrotDh,
1559 unrotDw);
1560 adjustDisplaySizeRanges(displayInfo, displayId, Surface.ROTATION_180, uiMode, unrotDw,
1561 unrotDh);
1562 adjustDisplaySizeRanges(displayInfo, displayId, Surface.ROTATION_270, uiMode, unrotDh,
1563 unrotDw);
1564 int sl = Configuration.resetScreenLayout(outConfig.screenLayout);
1565 sl = reduceConfigLayout(sl, Surface.ROTATION_0, density, unrotDw, unrotDh, uiMode,
1566 displayId);
1567 sl = reduceConfigLayout(sl, Surface.ROTATION_90, density, unrotDh, unrotDw, uiMode,
1568 displayId);
1569 sl = reduceConfigLayout(sl, Surface.ROTATION_180, density, unrotDw, unrotDh, uiMode,
1570 displayId);
1571 sl = reduceConfigLayout(sl, Surface.ROTATION_270, density, unrotDh, unrotDw, uiMode,
1572 displayId);
1573 outConfig.smallestScreenWidthDp = (int)(displayInfo.smallestNominalAppWidth / density);
1574 outConfig.screenLayout = sl;
1575 }
1576
1577 private int reduceConfigLayout(int curLayout, int rotation, float density, int dw, int dh,
1578 int uiMode, int displayId) {
1579 // Get the app screen size at this rotation.
Adrian Roos11c25582018-02-19 18:06:36 +01001580 int w = mService.mPolicy.getNonDecorDisplayWidth(dw, dh, rotation, uiMode, displayId,
1581 mDisplayInfo.displayCutout);
1582 int h = mService.mPolicy.getNonDecorDisplayHeight(dw, dh, rotation, uiMode, displayId,
1583 mDisplayInfo.displayCutout);
Andrii Kulian06d07d62017-03-14 11:11:47 -07001584
1585 // Compute the screen layout size class for this rotation.
1586 int longSize = w;
1587 int shortSize = h;
1588 if (longSize < shortSize) {
1589 int tmp = longSize;
1590 longSize = shortSize;
1591 shortSize = tmp;
1592 }
1593 longSize = (int)(longSize/density);
1594 shortSize = (int)(shortSize/density);
1595 return Configuration.reduceScreenLayout(curLayout, longSize, shortSize);
1596 }
1597
1598 private void adjustDisplaySizeRanges(DisplayInfo displayInfo, int displayId, int rotation,
1599 int uiMode, int dw, int dh) {
Adrian Roos6a4fa0e2018-03-05 19:50:16 +01001600 final DisplayCutout displayCutout = calculateDisplayCutoutForRotation(
1601 rotation).getDisplayCutout();
Andrii Kulian06d07d62017-03-14 11:11:47 -07001602 final int width = mService.mPolicy.getConfigDisplayWidth(dw, dh, rotation, uiMode,
Adrian Roos11c25582018-02-19 18:06:36 +01001603 displayId, displayCutout);
Andrii Kulian06d07d62017-03-14 11:11:47 -07001604 if (width < displayInfo.smallestNominalAppWidth) {
1605 displayInfo.smallestNominalAppWidth = width;
1606 }
1607 if (width > displayInfo.largestNominalAppWidth) {
1608 displayInfo.largestNominalAppWidth = width;
1609 }
1610 final int height = mService.mPolicy.getConfigDisplayHeight(dw, dh, rotation, uiMode,
Adrian Roos11c25582018-02-19 18:06:36 +01001611 displayId, displayCutout);
Andrii Kulian06d07d62017-03-14 11:11:47 -07001612 if (height < displayInfo.smallestNominalAppHeight) {
1613 displayInfo.smallestNominalAppHeight = height;
1614 }
1615 if (height > displayInfo.largestNominalAppHeight) {
1616 displayInfo.largestNominalAppHeight = height;
1617 }
1618 }
1619
Jorim Jaggi61f39a72015-10-29 16:54:18 +01001620 DockedStackDividerController getDockedDividerController() {
1621 return mDividerControllerLocked;
1622 }
1623
Winson Chung655332c2016-10-31 13:14:28 -07001624 PinnedStackController getPinnedStackController() {
1625 return mPinnedStackControllerLocked;
1626 }
1627
Jeff Browna506a6e2013-06-04 00:02:38 -07001628 /**
1629 * Returns true if the specified UID has access to this display.
1630 */
Wale Ogunwaleba51ca22016-09-23 06:06:54 -07001631 boolean hasAccess(int uid) {
Jeff Browna506a6e2013-06-04 00:02:38 -07001632 return mDisplay.hasAccess(uid);
1633 }
1634
Wale Ogunwaleba51ca22016-09-23 06:06:54 -07001635 boolean isPrivate() {
Wale Ogunwale19e452e2016-10-12 12:36:29 -07001636 return (mDisplay.getFlags() & FLAG_PRIVATE) != 0;
keunyounga446bf02013-06-21 19:07:57 -07001637 }
1638
Craig Mautnerd5d5d0f2013-04-03 15:08:21 -07001639 TaskStack getHomeStack() {
Wale Ogunwale61911492017-10-11 08:50:50 -07001640 return mTaskStackContainers.getHomeStack();
Craig Mautnerd5d5d0f2013-04-03 15:08:21 -07001641 }
1642
Wale Ogunwale61911492017-10-11 08:50:50 -07001643 /**
1644 * @return The primary split-screen stack, but only if it is visible, and {@code null} otherwise.
1645 */
Matthew Ng64e77cf2017-10-31 14:01:31 -07001646 TaskStack getSplitScreenPrimaryStack() {
1647 TaskStack stack = mTaskStackContainers.getSplitScreenPrimaryStack();
Wale Ogunwale61911492017-10-11 08:50:50 -07001648 return (stack != null && stack.isVisible()) ? stack : null;
1649 }
1650
Robert Carr9785cf32018-04-25 15:06:07 -07001651 boolean hasSplitScreenPrimaryStack() {
1652 return getSplitScreenPrimaryStack() != null;
1653 }
1654
Wale Ogunwale61911492017-10-11 08:50:50 -07001655 /**
Matthew Ng64e77cf2017-10-31 14:01:31 -07001656 * Like {@link #getSplitScreenPrimaryStack}, but also returns the stack if it's currently
Wale Ogunwale61911492017-10-11 08:50:50 -07001657 * not visible.
1658 */
Matthew Ng64e77cf2017-10-31 14:01:31 -07001659 TaskStack getSplitScreenPrimaryStackIgnoringVisibility() {
1660 return mTaskStackContainers.getSplitScreenPrimaryStack();
Wale Ogunwale61911492017-10-11 08:50:50 -07001661 }
1662
1663 TaskStack getPinnedStack() {
1664 return mTaskStackContainers.getPinnedStack();
1665 }
1666
1667 private boolean hasPinnedStack() {
1668 return mTaskStackContainers.getPinnedStack() != null;
Chong Zhangd9d35bd2016-08-04 17:55:21 -07001669 }
1670
Wale Ogunwaleb62139d2017-09-20 15:37:35 -07001671 /**
1672 * Returns the topmost stack on the display that is compatible with the input windowing mode.
1673 * Null is no compatible stack on the display.
1674 */
Wale Ogunwale30e441d2017-11-09 08:28:45 -08001675 TaskStack getTopStackInWindowingMode(int windowingMode) {
Wale Ogunwaleb62139d2017-09-20 15:37:35 -07001676 return getStack(windowingMode, ACTIVITY_TYPE_UNDEFINED);
1677 }
1678
1679 /**
1680 * Returns the topmost stack on the display that is compatible with the input windowing mode and
1681 * activity type. Null is no compatible stack on the display.
1682 */
Wale Ogunwale68278562017-09-23 17:13:55 -07001683 TaskStack getStack(int windowingMode, int activityType) {
Wale Ogunwale61911492017-10-11 08:50:50 -07001684 return mTaskStackContainers.getStack(windowingMode, activityType);
Wale Ogunwaleb62139d2017-09-20 15:37:35 -07001685 }
1686
Bryce Lee48f4b572017-04-10 10:54:15 -07001687 @VisibleForTesting
Kazuki Takise148d00a2018-05-31 15:32:19 +09001688 WindowList<TaskStack> getStacks() {
1689 return mTaskStackContainers.mChildren;
1690 }
1691
1692 @VisibleForTesting
Wale Ogunwale61911492017-10-11 08:50:50 -07001693 TaskStack getTopStack() {
1694 return mTaskStackContainers.getTopStack();
Bryce Lee48f4b572017-04-10 10:54:15 -07001695 }
1696
Winson Chunge2d72172018-01-25 17:46:20 +00001697 ArrayList<Task> getVisibleTasks() {
1698 return mTaskStackContainers.getVisibleTasks();
1699 }
1700
Wale Ogunwale61911492017-10-11 08:50:50 -07001701 void onStackWindowingModeChanged(TaskStack stack) {
1702 mTaskStackContainers.onStackWindowingModeChanged(stack);
Bryce Lee48f4b572017-04-10 10:54:15 -07001703 }
1704
Andrii Kulian441e4492016-09-29 15:25:00 -07001705 @Override
Wale Ogunwale98d62312017-07-12 09:24:56 -07001706 public void onConfigurationChanged(Configuration newParentConfig) {
Andrii Kulian441e4492016-09-29 15:25:00 -07001707 super.onConfigurationChanged(newParentConfig);
1708
Andrii Kulian3a507b52016-09-19 18:14:12 -07001709 // The display size information is heavily dependent on the resources in the current
1710 // configuration, so we need to reconfigure it every time the configuration changes.
1711 // See {@link PhoneWindowManager#setInitialDisplaySize}...sigh...
1712 mService.reconfigureDisplayLocked(this);
1713
Bryce Leef3c6a472017-11-14 14:53:06 -08001714 final DockedStackDividerController dividerController = getDockedDividerController();
1715
1716 if (dividerController != null) {
1717 getDockedDividerController().onConfigurationChanged();
1718 }
1719
1720 final PinnedStackController pinnedStackController = getPinnedStackController();
1721
1722 if (pinnedStackController != null) {
1723 getPinnedStackController().onConfigurationChanged();
1724 }
Andrii Kulian441e4492016-09-29 15:25:00 -07001725 }
Andrii Kulian3a507b52016-09-19 18:14:12 -07001726
Andrii Kulian441e4492016-09-29 15:25:00 -07001727 /**
1728 * Callback used to trigger bounds update after configuration change and get ids of stacks whose
1729 * bounds were updated.
1730 */
Bryce Leeaea60d22018-01-31 14:42:15 -08001731 void updateStackBoundsAfterConfigChange(@NonNull List<TaskStack> changedStackList) {
Wale Ogunwale61911492017-10-11 08:50:50 -07001732 for (int i = mTaskStackContainers.getChildCount() - 1; i >= 0; --i) {
1733 final TaskStack stack = mTaskStackContainers.getChildAt(i);
Andrii Kulian441e4492016-09-29 15:25:00 -07001734 if (stack.updateBoundsAfterConfigChange()) {
Bryce Leeaea60d22018-01-31 14:42:15 -08001735 changedStackList.add(stack);
Andrii Kulian3a507b52016-09-19 18:14:12 -07001736 }
1737 }
Winson Chung32c566f2017-04-11 18:31:21 -07001738
1739 // If there was no pinned stack, we still need to notify the controller of the display info
1740 // update as a result of the config change. We do this here to consolidate the flow between
1741 // changes when there is and is not a stack.
Wale Ogunwale61911492017-10-11 08:50:50 -07001742 if (!hasPinnedStack()) {
Winson Chung32c566f2017-04-11 18:31:21 -07001743 mPinnedStackControllerLocked.onDisplayInfoChanged();
1744 }
Andrii Kulian3a507b52016-09-19 18:14:12 -07001745 }
1746
Wale Ogunwaleba51ca22016-09-23 06:06:54 -07001747 @Override
1748 boolean fillsParent() {
1749 return true;
1750 }
1751
1752 @Override
1753 boolean isVisible() {
1754 return true;
1755 }
1756
1757 @Override
Wale Ogunwale9adfe572016-09-08 20:43:58 -07001758 void onAppTransitionDone() {
Wale Ogunwale10124582016-09-15 20:25:50 -07001759 super.onAppTransitionDone();
Wale Ogunwale6213caa2016-12-02 16:47:15 +00001760 mService.mWindowsChanged = true;
Wale Ogunwale9adfe572016-09-08 20:43:58 -07001761 }
1762
Robert Carr9785cf32018-04-25 15:06:07 -07001763 /**
1764 * In split-screen mode we process the IME containers above the docked divider
1765 * rather than directly above their target.
1766 */
1767 private boolean skipTraverseChild(WindowContainer child) {
1768 if (child == mImeWindowsContainers && mService.mInputMethodTarget != null
1769 && !hasSplitScreenPrimaryStack()) {
1770 return true;
1771 }
1772 return false;
1773 }
1774
Wale Ogunwaleba51ca22016-09-23 06:06:54 -07001775 @Override
Wale Ogunwale3c1170d2016-12-02 14:44:52 -08001776 boolean forAllWindows(ToBooleanFunction<WindowState> callback, boolean traverseTopToBottom) {
1777 // Special handling so we can process IME windows with #forAllImeWindows above their IME
1778 // target, or here in order if there isn't an IME target.
1779 if (traverseTopToBottom) {
1780 for (int i = mChildren.size() - 1; i >= 0; --i) {
1781 final DisplayChildWindowContainer child = mChildren.get(i);
Robert Carr9785cf32018-04-25 15:06:07 -07001782 if (skipTraverseChild(child)) {
Wale Ogunwale3c1170d2016-12-02 14:44:52 -08001783 continue;
1784 }
Robert Carr9785cf32018-04-25 15:06:07 -07001785
Wale Ogunwale3c1170d2016-12-02 14:44:52 -08001786 if (child.forAllWindows(callback, traverseTopToBottom)) {
1787 return true;
1788 }
1789 }
1790 } else {
1791 final int count = mChildren.size();
1792 for (int i = 0; i < count; i++) {
1793 final DisplayChildWindowContainer child = mChildren.get(i);
Robert Carr9785cf32018-04-25 15:06:07 -07001794 if (skipTraverseChild(child)) {
Wale Ogunwale3c1170d2016-12-02 14:44:52 -08001795 continue;
1796 }
Robert Carr9785cf32018-04-25 15:06:07 -07001797
Wale Ogunwale3c1170d2016-12-02 14:44:52 -08001798 if (child.forAllWindows(callback, traverseTopToBottom)) {
1799 return true;
1800 }
1801 }
1802 }
1803 return false;
1804 }
1805
1806 boolean forAllImeWindows(ToBooleanFunction<WindowState> callback, boolean traverseTopToBottom) {
1807 return mImeWindowsContainers.forAllWindows(callback, traverseTopToBottom);
1808 }
1809
Wale Ogunwale399c8692017-05-08 14:22:42 -07001810 @Override
1811 int getOrientation() {
Wale Ogunwalee6f806e2016-10-20 15:29:42 -07001812 final WindowManagerPolicy policy = mService.mPolicy;
1813
Wale Ogunwalee6f806e2016-10-20 15:29:42 -07001814 if (mService.mDisplayFrozen) {
Andrii Kulian8ee72852017-03-10 10:36:45 -08001815 if (mLastWindowForcedOrientation != SCREEN_ORIENTATION_UNSPECIFIED) {
Andrii Kulianef5ce1c2018-03-20 19:27:24 -07001816 if (DEBUG_ORIENTATION) Slog.v(TAG_WM, "Display id=" + mDisplayId
1817 + " is frozen, return " + mLastWindowForcedOrientation);
Wale Ogunwalee6f806e2016-10-20 15:29:42 -07001818 // If the display is frozen, some activities may be in the middle of restarting, and
1819 // thus have removed their old window. If the window has the flag to hide the lock
1820 // screen, then the lock screen can re-appear and inflict its own orientation on us.
1821 // Keep the orientation stable until this all settles down.
Andrii Kulian8ee72852017-03-10 10:36:45 -08001822 return mLastWindowForcedOrientation;
Wale Ogunwalee6f806e2016-10-20 15:29:42 -07001823 } else if (policy.isKeyguardLocked()) {
1824 // Use the last orientation the while the display is frozen with the keyguard
1825 // locked. This could be the keyguard forced orientation or from a SHOW_WHEN_LOCKED
1826 // window. We don't want to check the show when locked window directly though as
1827 // things aren't stable while the display is frozen, for example the window could be
1828 // momentarily unavailable due to activity relaunch.
Andrii Kulianef5ce1c2018-03-20 19:27:24 -07001829 if (DEBUG_ORIENTATION) Slog.v(TAG_WM, "Display id=" + mDisplayId
1830 + " is frozen while keyguard locked, return " + mLastOrientation);
Andrii Kulian8ee72852017-03-10 10:36:45 -08001831 return mLastOrientation;
Wale Ogunwale51362492016-09-08 17:49:17 -07001832 }
Wale Ogunwalee6f806e2016-10-20 15:29:42 -07001833 } else {
Wale Ogunwale6213caa2016-12-02 16:47:15 +00001834 final int orientation = mAboveAppWindowsContainers.getOrientation();
1835 if (orientation != SCREEN_ORIENTATION_UNSET) {
1836 return orientation;
Wale Ogunwalee6f806e2016-10-20 15:29:42 -07001837 }
Wale Ogunwale51362492016-09-08 17:49:17 -07001838 }
1839
Wale Ogunwale399c8692017-05-08 14:22:42 -07001840 // Top system windows are not requesting an orientation. Start searching from apps.
1841 return mTaskStackContainers.getOrientation();
Wale Ogunwale51362492016-09-08 17:49:17 -07001842 }
1843
Craig Mautner46ac6fa2013-08-01 10:06:34 -07001844 void updateDisplayInfo() {
Andrii Kuliancd097992017-03-23 18:31:59 -07001845 // Check if display metrics changed and update base values if needed.
1846 updateBaseDisplayMetricsIfNeeded();
1847
Craig Mautner722285e2012-09-07 13:55:58 -07001848 mDisplay.getDisplayInfo(mDisplayInfo);
Wale Ogunwale231b06e2015-09-16 12:03:09 -07001849 mDisplay.getMetrics(mDisplayMetrics);
Andrii Kuliancd097992017-03-23 18:31:59 -07001850
Wale Ogunwale61911492017-10-11 08:50:50 -07001851 for (int i = mTaskStackContainers.getChildCount() - 1; i >= 0; --i) {
1852 mTaskStackContainers.getChildAt(i).updateDisplayInfo(null);
Craig Mautnerbdc748af2013-12-02 14:08:25 -08001853 }
Craig Mautner722285e2012-09-07 13:55:58 -07001854 }
1855
Wale Ogunwalefd04d8c2015-09-30 10:09:39 -07001856 void initializeDisplayBaseInfo() {
Wale Ogunwaleb699ce02016-07-18 12:05:30 -07001857 final DisplayManagerInternal displayManagerInternal = mService.mDisplayManagerInternal;
1858 if (displayManagerInternal != null) {
1859 // Bootstrap the default logical display from the display manager.
1860 final DisplayInfo newDisplayInfo = displayManagerInternal.getDisplayInfo(mDisplayId);
1861 if (newDisplayInfo != null) {
1862 mDisplayInfo.copyFrom(newDisplayInfo);
1863 }
Wale Ogunwalefd04d8c2015-09-30 10:09:39 -07001864 }
Wale Ogunwaleb699ce02016-07-18 12:05:30 -07001865
Andrii Kuliancd097992017-03-23 18:31:59 -07001866 updateBaseDisplayMetrics(mDisplayInfo.logicalWidth, mDisplayInfo.logicalHeight,
1867 mDisplayInfo.logicalDensityDpi);
1868 mInitialDisplayWidth = mDisplayInfo.logicalWidth;
1869 mInitialDisplayHeight = mDisplayInfo.logicalHeight;
1870 mInitialDisplayDensity = mDisplayInfo.logicalDensityDpi;
Adrian Roos1cf585052018-01-03 18:43:27 +01001871 mInitialDisplayCutout = mDisplayInfo.displayCutout;
Wale Ogunwalefd04d8c2015-09-30 10:09:39 -07001872 }
1873
Andrii Kuliancd097992017-03-23 18:31:59 -07001874 /**
1875 * If display metrics changed, overrides are not set and it's not just a rotation - update base
1876 * values.
1877 */
1878 private void updateBaseDisplayMetricsIfNeeded() {
1879 // Get real display metrics without overrides from WM.
1880 mService.mDisplayManagerInternal.getNonOverrideDisplayInfo(mDisplayId, mDisplayInfo);
1881 final int orientation = mDisplayInfo.rotation;
1882 final boolean rotated = (orientation == ROTATION_90 || orientation == ROTATION_270);
1883 final int newWidth = rotated ? mDisplayInfo.logicalHeight : mDisplayInfo.logicalWidth;
1884 final int newHeight = rotated ? mDisplayInfo.logicalWidth : mDisplayInfo.logicalHeight;
1885 final int newDensity = mDisplayInfo.logicalDensityDpi;
Adrian Roos1cf585052018-01-03 18:43:27 +01001886 final DisplayCutout newCutout = mDisplayInfo.displayCutout;
Andrii Kuliancd097992017-03-23 18:31:59 -07001887
1888 final boolean displayMetricsChanged = mInitialDisplayWidth != newWidth
1889 || mInitialDisplayHeight != newHeight
Adrian Roos1cf585052018-01-03 18:43:27 +01001890 || mInitialDisplayDensity != mDisplayInfo.logicalDensityDpi
1891 || !Objects.equals(mInitialDisplayCutout, newCutout);
Andrii Kuliancd097992017-03-23 18:31:59 -07001892
1893 if (displayMetricsChanged) {
1894 // Check if display size or density is forced.
1895 final boolean isDisplaySizeForced = mBaseDisplayWidth != mInitialDisplayWidth
1896 || mBaseDisplayHeight != mInitialDisplayHeight;
1897 final boolean isDisplayDensityForced = mBaseDisplayDensity != mInitialDisplayDensity;
1898
1899 // If there is an override set for base values - use it, otherwise use new values.
1900 updateBaseDisplayMetrics(isDisplaySizeForced ? mBaseDisplayWidth : newWidth,
1901 isDisplaySizeForced ? mBaseDisplayHeight : newHeight,
1902 isDisplayDensityForced ? mBaseDisplayDensity : newDensity);
1903
1904 // Real display metrics changed, so we should also update initial values.
1905 mInitialDisplayWidth = newWidth;
1906 mInitialDisplayHeight = newHeight;
1907 mInitialDisplayDensity = newDensity;
Adrian Roos1cf585052018-01-03 18:43:27 +01001908 mInitialDisplayCutout = newCutout;
Andrii Kuliancd097992017-03-23 18:31:59 -07001909 mService.reconfigureDisplayLocked(this);
1910 }
1911 }
1912
Bryce Lee27cec322017-03-21 09:41:37 -07001913 /** Sets the maximum width the screen resolution can be */
1914 void setMaxUiWidth(int width) {
1915 if (DEBUG_DISPLAY) {
1916 Slog.v(TAG_WM, "Setting max ui width:" + width + " on display:" + getDisplayId());
1917 }
1918
1919 mMaxUiWidth = width;
1920
1921 // Update existing metrics.
1922 updateBaseDisplayMetrics(mBaseDisplayWidth, mBaseDisplayHeight, mBaseDisplayDensity);
1923 }
1924
1925 /** Update base (override) display metrics. */
1926 void updateBaseDisplayMetrics(int baseWidth, int baseHeight, int baseDensity) {
1927 mBaseDisplayWidth = baseWidth;
1928 mBaseDisplayHeight = baseHeight;
1929 mBaseDisplayDensity = baseDensity;
1930
1931 if (mMaxUiWidth > 0 && mBaseDisplayWidth > mMaxUiWidth) {
1932 mBaseDisplayHeight = (mMaxUiWidth * mBaseDisplayHeight) / mBaseDisplayWidth;
1933 mBaseDisplayDensity = (mMaxUiWidth * mBaseDisplayDensity) / mBaseDisplayWidth;
1934 mBaseDisplayWidth = mMaxUiWidth;
1935
1936 if (DEBUG_DISPLAY) {
1937 Slog.v(TAG_WM, "Applying config restraints:" + mBaseDisplayWidth + "x"
1938 + mBaseDisplayHeight + " at density:" + mBaseDisplayDensity
1939 + " on display:" + getDisplayId());
1940 }
1941 }
1942
1943 mBaseDisplayRect.set(0, 0, mBaseDisplayWidth, mBaseDisplayHeight);
Bryce Leef3c6a472017-11-14 14:53:06 -08001944
1945 updateBounds();
Bryce Lee27cec322017-03-21 09:41:37 -07001946 }
1947
Wale Ogunwaledb506192017-12-08 10:57:32 -08001948 void getStableRect(Rect out) {
1949 out.set(mDisplayFrames.mStable);
Chong Zhangf66db432016-01-13 10:39:51 -08001950 }
1951
Wale Ogunwale61911492017-10-11 08:50:50 -07001952 TaskStack createStack(int stackId, boolean onTop, StackWindowController controller) {
Wale Ogunwale1666e312016-12-16 11:27:18 -08001953 if (DEBUG_STACK) Slog.d(TAG_WM, "Create new stackId=" + stackId + " on displayId="
1954 + mDisplayId);
Andrii Kulian839def92016-11-02 10:58:58 -07001955
Wale Ogunwale61911492017-10-11 08:50:50 -07001956 final TaskStack stack = new TaskStack(mService, stackId, controller);
1957 mTaskStackContainers.addStackToDisplay(stack, onTop);
Wale Ogunwale1666e312016-12-16 11:27:18 -08001958 return stack;
Andrii Kulian839def92016-11-02 10:58:58 -07001959 }
1960
Andrii Kulian51c1b672017-04-07 18:39:32 -07001961 void moveStackToDisplay(TaskStack stack, boolean onTop) {
Wale Ogunwale1666e312016-12-16 11:27:18 -08001962 final DisplayContent prevDc = stack.getDisplayContent();
1963 if (prevDc == null) {
Andrii Kulian839def92016-11-02 10:58:58 -07001964 throw new IllegalStateException("Trying to move stackId=" + stack.mStackId
1965 + " which is not currently attached to any display");
1966 }
Wale Ogunwale1666e312016-12-16 11:27:18 -08001967 if (prevDc.getDisplayId() == mDisplayId) {
Andrii Kulian839def92016-11-02 10:58:58 -07001968 throw new IllegalArgumentException("Trying to move stackId=" + stack.mStackId
1969 + " to its current displayId=" + mDisplayId);
1970 }
1971
Wale Ogunwale61911492017-10-11 08:50:50 -07001972 prevDc.mTaskStackContainers.removeChild(stack);
Andrii Kulian51c1b672017-04-07 18:39:32 -07001973 mTaskStackContainers.addStackToDisplay(stack, onTop);
Craig Mautnerc00204b2013-03-05 15:02:14 -08001974 }
1975
Wale Ogunwale19e452e2016-10-12 12:36:29 -07001976 @Override
1977 protected void addChild(DisplayChildWindowContainer child,
1978 Comparator<DisplayChildWindowContainer> comparator) {
1979 throw new UnsupportedOperationException("See DisplayChildWindowContainer");
1980 }
Wale Ogunwale1e60e0c2015-10-28 13:36:10 -07001981
Wale Ogunwale19e452e2016-10-12 12:36:29 -07001982 @Override
1983 protected void addChild(DisplayChildWindowContainer child, int index) {
1984 throw new UnsupportedOperationException("See DisplayChildWindowContainer");
1985 }
1986
1987 @Override
1988 protected void removeChild(DisplayChildWindowContainer child) {
Wale Ogunwale601a3f02016-10-17 08:39:39 -07001989 // Only allow removal of direct children from this display if the display is in the process
1990 // of been removed.
1991 if (mRemovingDisplay) {
1992 super.removeChild(child);
1993 return;
1994 }
Wale Ogunwale19e452e2016-10-12 12:36:29 -07001995 throw new UnsupportedOperationException("See DisplayChildWindowContainer");
Craig Mautnerbdc748af2013-12-02 14:08:25 -08001996 }
1997
Andrii Kuliand2765632016-12-12 22:26:34 -08001998 @Override
1999 void positionChildAt(int position, DisplayChildWindowContainer child, boolean includingParents) {
2000 // Children of the display are statically ordered, so the real intention here is to perform
2001 // the operation on the display and not the static direct children.
2002 getParent().positionChildAt(position, this, includingParents);
2003 }
2004
Winson Chung59a47ded2018-01-25 17:46:06 +00002005 void positionStackAt(int position, TaskStack child) {
2006 mTaskStackContainers.positionChildAt(position, child, false /* includingParents */);
2007 layoutAndAssignWindowLayersIfNeeded();
2008 }
2009
Wale Ogunwalee4a0c572015-06-30 08:40:31 -07002010 int taskIdFromPoint(int x, int y) {
Wale Ogunwale61911492017-10-11 08:50:50 -07002011 for (int stackNdx = mTaskStackContainers.getChildCount() - 1; stackNdx >= 0; --stackNdx) {
2012 final TaskStack stack = mTaskStackContainers.getChildAt(stackNdx);
Wale Ogunwale3f4433d2016-08-18 20:42:42 -07002013 final int taskId = stack.taskIdFromPoint(x, y);
2014 if (taskId != -1) {
2015 return taskId;
Craig Mautner967212c2013-04-13 21:10:58 -07002016 }
2017 }
Craig Mautnerbdc748af2013-12-02 14:08:25 -08002018 return -1;
Craig Mautnercf910b02013-04-23 11:23:27 -07002019 }
2020
Chong Zhang8e89b312015-09-09 15:09:30 -07002021 /**
Chong Zhangd8ceb852015-11-11 14:53:41 -08002022 * Find the task whose outside touch area (for resizing) (x, y) falls within.
Chong Zhang9184ec62015-09-24 12:32:21 -07002023 * Returns null if the touch doesn't fall into a resizing area.
Chong Zhang8e89b312015-09-09 15:09:30 -07002024 */
Wale Ogunwale15ead902016-09-02 14:30:11 -07002025 Task findTaskForResizePoint(int x, int y) {
Wale Ogunwale19e452e2016-10-12 12:36:29 -07002026 final int delta = dipToPixel(RESIZE_HANDLE_WIDTH_IN_DP, mDisplayMetrics);
Wale Ogunwale3f4433d2016-08-18 20:42:42 -07002027 mTmpTaskForResizePointSearchResult.reset();
Wale Ogunwale61911492017-10-11 08:50:50 -07002028 for (int stackNdx = mTaskStackContainers.getChildCount() - 1; stackNdx >= 0; --stackNdx) {
2029 final TaskStack stack = mTaskStackContainers.getChildAt(stackNdx);
Wale Ogunwale3382ab12017-07-27 08:55:03 -07002030 if (!stack.getWindowConfiguration().canResizeTask()) {
Wale Ogunwale3f4433d2016-08-18 20:42:42 -07002031 return null;
Chong Zhang8e89b312015-09-09 15:09:30 -07002032 }
Chong Zhang9184ec62015-09-24 12:32:21 -07002033
Wale Ogunwale3f4433d2016-08-18 20:42:42 -07002034 stack.findTaskForResizePoint(x, y, delta, mTmpTaskForResizePointSearchResult);
2035 if (mTmpTaskForResizePointSearchResult.searchDone) {
2036 return mTmpTaskForResizePointSearchResult.taskForResize;
Chong Zhang8e89b312015-09-09 15:09:30 -07002037 }
2038 }
Chong Zhang9184ec62015-09-24 12:32:21 -07002039 return null;
Chong Zhang8e89b312015-09-09 15:09:30 -07002040 }
2041
Wale Ogunwalee4a0c572015-06-30 08:40:31 -07002042 void setTouchExcludeRegion(Task focusedTask) {
David Stevensee9e2772017-02-09 16:30:27 -08002043 // The provided task is the task on this display with focus, so if WindowManagerService's
2044 // focused app is not on this display, focusedTask will be null.
2045 if (focusedTask == null) {
2046 mTouchExcludeRegion.setEmpty();
2047 } else {
2048 mTouchExcludeRegion.set(mBaseDisplayRect);
2049 final int delta = dipToPixel(RESIZE_HANDLE_WIDTH_IN_DP, mDisplayMetrics);
2050 mTmpRect2.setEmpty();
Wale Ogunwale61911492017-10-11 08:50:50 -07002051 for (int stackNdx = mTaskStackContainers.getChildCount() - 1; stackNdx >= 0; --stackNdx) {
2052 final TaskStack stack = mTaskStackContainers.getChildAt(stackNdx);
Wale Ogunwale828ff7e2017-11-14 01:01:29 +00002053 stack.setTouchExcludeRegion(focusedTask, delta, mTouchExcludeRegion,
2054 mDisplayFrames.mContent, mTmpRect2);
David Stevensee9e2772017-02-09 16:30:27 -08002055 }
2056 // If we removed the focused task above, add it back and only leave its
2057 // outside touch area in the exclusion. TapDectector is not interested in
2058 // any touch inside the focused task itself.
2059 if (!mTmpRect2.isEmpty()) {
2060 mTouchExcludeRegion.op(mTmpRect2, Region.Op.UNION);
2061 }
Chong Zhangd8ceb852015-11-11 14:53:41 -08002062 }
Filip Gruszczynski912d9192015-12-01 16:14:04 -08002063 final WindowState inputMethod = mService.mInputMethodWindow;
2064 if (inputMethod != null && inputMethod.isVisibleLw()) {
2065 // If the input method is visible and the user is typing, we don't want these touch
2066 // events to be intercepted and used to change focus. This would likely cause a
2067 // disappearance of the input method.
2068 inputMethod.getTouchableRegion(mTmpRegion);
Andrii Kulian7a31b772017-05-02 13:22:42 -07002069 if (inputMethod.getDisplayId() == mDisplayId) {
2070 mTouchExcludeRegion.op(mTmpRegion, Op.UNION);
2071 } else {
2072 // IME is on a different display, so we need to update its tap detector.
2073 // TODO(multidisplay): Remove when IME will always appear on same display.
2074 inputMethod.getDisplayContent().setTouchExcludeRegion(null /* focusedTask */);
2075 }
Filip Gruszczynski912d9192015-12-01 16:14:04 -08002076 }
Filip Gruszczynskiecf67222015-12-11 15:16:36 -08002077 for (int i = mTapExcludedWindows.size() - 1; i >= 0; i--) {
Andrii Kulian4b6599e2018-01-15 17:24:08 -08002078 final WindowState win = mTapExcludedWindows.get(i);
Filip Gruszczynskiecf67222015-12-11 15:16:36 -08002079 win.getTouchableRegion(mTmpRegion);
2080 mTouchExcludeRegion.op(mTmpRegion, Region.Op.UNION);
2081 }
Andrii Kulian4b6599e2018-01-15 17:24:08 -08002082 for (int i = mTapExcludeProvidingWindows.size() - 1; i >= 0; i--) {
2083 final WindowState win = mTapExcludeProvidingWindows.valueAt(i);
2084 win.amendTapExcludeRegion(mTouchExcludeRegion);
2085 }
Andrii Kulian03c403d2016-11-11 11:14:12 -08002086 // TODO(multi-display): Support docked stacks on secondary displays.
Matthew Ng64e77cf2017-10-31 14:01:31 -07002087 if (mDisplayId == DEFAULT_DISPLAY && getSplitScreenPrimaryStack() != null) {
Jorim Jaggid47e7e12016-03-01 09:57:38 +01002088 mDividerControllerLocked.getTouchRegion(mTmpRect);
Jorim Jaggi7f19cb82016-03-25 19:37:44 -07002089 mTmpRegion.set(mTmpRect);
Jorim Jaggid47e7e12016-03-01 09:57:38 +01002090 mTouchExcludeRegion.op(mTmpRegion, Op.UNION);
2091 }
Craig Mautner1bef3892015-02-17 15:09:47 -08002092 if (mTapDetector != null) {
Chong Zhang2e2c81a2016-07-15 11:28:17 -07002093 mTapDetector.setTouchExcludeRegion(mTouchExcludeRegion);
Craig Mautner1bef3892015-02-17 15:09:47 -08002094 }
Craig Mautner6601b7b2013-04-29 10:29:11 -07002095 }
2096
Wale Ogunwale6213caa2016-12-02 16:47:15 +00002097 @Override
Wale Ogunwalee05f5012016-09-16 16:27:29 -07002098 void switchUser() {
Wale Ogunwale6213caa2016-12-02 16:47:15 +00002099 super.switchUser();
2100 mService.mWindowsChanged = true;
Craig Mautner858d8a62013-04-23 17:08:34 -07002101 }
2102
Wale Ogunwaleac2561e2016-11-01 15:43:46 -07002103 private void resetAnimationBackgroundAnimator() {
Wale Ogunwale61911492017-10-11 08:50:50 -07002104 for (int stackNdx = mTaskStackContainers.getChildCount() - 1; stackNdx >= 0; --stackNdx) {
2105 mTaskStackContainers.getChildAt(stackNdx).resetAnimationBackgroundAnimator();
Craig Mautner05d29032013-05-03 13:40:13 -07002106 }
2107 }
2108
Wale Ogunwale10124582016-09-15 20:25:50 -07002109 @Override
2110 void removeIfPossible() {
2111 if (isAnimating()) {
2112 mDeferredRemoval = true;
2113 return;
Craig Mautner2eb15342013-08-07 13:13:35 -07002114 }
Wale Ogunwale10124582016-09-15 20:25:50 -07002115 removeImmediately();
Craig Mautner2eb15342013-08-07 13:13:35 -07002116 }
2117
Wale Ogunwale10124582016-09-15 20:25:50 -07002118 @Override
2119 void removeImmediately() {
Wale Ogunwale601a3f02016-10-17 08:39:39 -07002120 mRemovingDisplay = true;
2121 try {
2122 super.removeImmediately();
2123 if (DEBUG_DISPLAY) Slog.v(TAG_WM, "Removing display=" + this);
Tarandeep Singh7ac8d3a2017-09-05 11:09:39 -07002124 if (mService.canDispatchPointerEvents()) {
2125 if (mTapDetector != null) {
2126 mService.unregisterPointerEventListener(mTapDetector);
2127 }
2128 if (mDisplayId == DEFAULT_DISPLAY && mService.mMousePositionTracker != null) {
2129 mService.unregisterPointerEventListener(mService.mMousePositionTracker);
2130 }
Wale Ogunwale601a3f02016-10-17 08:39:39 -07002131 }
Jorim Jaggia3844032018-01-03 15:54:43 +01002132 mService.mAnimator.removeDisplayLocked(mDisplayId);
Wale Ogunwale601a3f02016-10-17 08:39:39 -07002133 } finally {
2134 mRemovingDisplay = false;
Craig Mautner95da1082014-02-24 17:54:35 -08002135 }
Bryce Leef19cbe22018-02-02 15:09:21 -08002136
2137 mService.onDisplayRemoved(mDisplayId);
Craig Mautner95da1082014-02-24 17:54:35 -08002138 }
2139
Wale Ogunwale3f4433d2016-08-18 20:42:42 -07002140 /** Returns true if a removal action is still being deferred. */
Wale Ogunwale10124582016-09-15 20:25:50 -07002141 @Override
Wale Ogunwale3f4433d2016-08-18 20:42:42 -07002142 boolean checkCompleteDeferredRemoval() {
Wale Ogunwale10124582016-09-15 20:25:50 -07002143 final boolean stillDeferringRemoval = super.checkCompleteDeferredRemoval();
2144
Wale Ogunwale3f4433d2016-08-18 20:42:42 -07002145 if (!stillDeferringRemoval && mDeferredRemoval) {
Wale Ogunwale10124582016-09-15 20:25:50 -07002146 removeImmediately();
Wale Ogunwale3f4433d2016-08-18 20:42:42 -07002147 return false;
Craig Mautner95da1082014-02-24 17:54:35 -08002148 }
Wale Ogunwale3f4433d2016-08-18 20:42:42 -07002149 return true;
Craig Mautner95da1082014-02-24 17:54:35 -08002150 }
2151
Andrii Kulian0214ed92017-05-16 13:44:05 -07002152 /** @return 'true' if removal of this display content is deferred due to active animation. */
2153 boolean isRemovalDeferred() {
2154 return mDeferredRemoval;
2155 }
2156
Wale Ogunwale10124582016-09-15 20:25:50 -07002157 boolean animateForIme(float interpolatedValue, float animationTarget,
2158 float dividerAnimationTarget) {
2159 boolean updated = false;
2160
Wale Ogunwale61911492017-10-11 08:50:50 -07002161 for (int i = mTaskStackContainers.getChildCount() - 1; i >= 0; --i) {
2162 final TaskStack stack = mTaskStackContainers.getChildAt(i);
Wale Ogunwale10124582016-09-15 20:25:50 -07002163 if (stack == null || !stack.isAdjustedForIme()) {
2164 continue;
2165 }
2166
2167 if (interpolatedValue >= 1f && animationTarget == 0f && dividerAnimationTarget == 0f) {
2168 stack.resetAdjustedForIme(true /* adjustBoundsNow */);
2169 updated = true;
2170 } else {
2171 mDividerControllerLocked.mLastAnimationProgress =
2172 mDividerControllerLocked.getInterpolatedAnimationValue(interpolatedValue);
2173 mDividerControllerLocked.mLastDividerProgress =
2174 mDividerControllerLocked.getInterpolatedDividerValue(interpolatedValue);
2175 updated |= stack.updateAdjustForIme(
2176 mDividerControllerLocked.mLastAnimationProgress,
2177 mDividerControllerLocked.mLastDividerProgress,
2178 false /* force */);
2179 }
2180 if (interpolatedValue >= 1f) {
2181 stack.endImeAdjustAnimation();
2182 }
2183 }
2184
2185 return updated;
2186 }
2187
2188 boolean clearImeAdjustAnimation() {
2189 boolean changed = false;
Wale Ogunwale61911492017-10-11 08:50:50 -07002190 for (int i = mTaskStackContainers.getChildCount() - 1; i >= 0; --i) {
2191 final TaskStack stack = mTaskStackContainers.getChildAt(i);
Wale Ogunwale10124582016-09-15 20:25:50 -07002192 if (stack != null && stack.isAdjustedForIme()) {
2193 stack.resetAdjustedForIme(true /* adjustBoundsNow */);
2194 changed = true;
2195 }
2196 }
2197 return changed;
2198 }
2199
2200 void beginImeAdjustAnimation() {
Wale Ogunwale61911492017-10-11 08:50:50 -07002201 for (int i = mTaskStackContainers.getChildCount() - 1; i >= 0; --i) {
2202 final TaskStack stack = mTaskStackContainers.getChildAt(i);
Wale Ogunwale10124582016-09-15 20:25:50 -07002203 if (stack.isVisible() && stack.isAdjustedForIme()) {
2204 stack.beginImeAdjustAnimation();
2205 }
2206 }
2207 }
2208
2209 void adjustForImeIfNeeded() {
2210 final WindowState imeWin = mService.mInputMethodWindow;
2211 final boolean imeVisible = imeWin != null && imeWin.isVisibleLw() && imeWin.isDisplayedLw()
2212 && !mDividerControllerLocked.isImeHideRequested();
Wale Ogunwale44f036f2017-09-29 05:09:09 -07002213 final boolean dockVisible = isStackVisible(WINDOWING_MODE_SPLIT_SCREEN_PRIMARY);
Wale Ogunwale10124582016-09-15 20:25:50 -07002214 final TaskStack imeTargetStack = mService.getImeFocusStackLocked();
2215 final int imeDockSide = (dockVisible && imeTargetStack != null) ?
2216 imeTargetStack.getDockSide() : DOCKED_INVALID;
2217 final boolean imeOnTop = (imeDockSide == DOCKED_TOP);
2218 final boolean imeOnBottom = (imeDockSide == DOCKED_BOTTOM);
2219 final boolean dockMinimized = mDividerControllerLocked.isMinimizedDock();
Wale Ogunwale828ff7e2017-11-14 01:01:29 +00002220 final int imeHeight = mDisplayFrames.getInputMethodWindowVisibleHeight();
Wale Ogunwale10124582016-09-15 20:25:50 -07002221 final boolean imeHeightChanged = imeVisible &&
2222 imeHeight != mDividerControllerLocked.getImeHeightAdjustedFor();
2223
2224 // The divider could be adjusted for IME position, or be thinner than usual,
2225 // or both. There are three possible cases:
2226 // - If IME is visible, and focus is on top, divider is not moved for IME but thinner.
2227 // - If IME is visible, and focus is on bottom, divider is moved for IME and thinner.
2228 // - If IME is not visible, divider is not moved and is normal width.
2229
2230 if (imeVisible && dockVisible && (imeOnTop || imeOnBottom) && !dockMinimized) {
Wale Ogunwale61911492017-10-11 08:50:50 -07002231 for (int i = mTaskStackContainers.getChildCount() - 1; i >= 0; --i) {
2232 final TaskStack stack = mTaskStackContainers.getChildAt(i);
Wale Ogunwale10124582016-09-15 20:25:50 -07002233 final boolean isDockedOnBottom = stack.getDockSide() == DOCKED_BOTTOM;
Wale Ogunwale68278562017-09-23 17:13:55 -07002234 if (stack.isVisible() && (imeOnBottom || isDockedOnBottom)
2235 && stack.inSplitScreenWindowingMode()) {
Wale Ogunwale10124582016-09-15 20:25:50 -07002236 stack.setAdjustedForIme(imeWin, imeOnBottom && imeHeightChanged);
2237 } else {
2238 stack.resetAdjustedForIme(false);
2239 }
2240 }
2241 mDividerControllerLocked.setAdjustedForIme(
2242 imeOnBottom /*ime*/, true /*divider*/, true /*animate*/, imeWin, imeHeight);
2243 } else {
Wale Ogunwale61911492017-10-11 08:50:50 -07002244 for (int i = mTaskStackContainers.getChildCount() - 1; i >= 0; --i) {
2245 final TaskStack stack = mTaskStackContainers.getChildAt(i);
Wale Ogunwale10124582016-09-15 20:25:50 -07002246 stack.resetAdjustedForIme(!dockVisible);
2247 }
2248 mDividerControllerLocked.setAdjustedForIme(
2249 false /*ime*/, false /*divider*/, dockVisible /*animate*/, imeWin, imeHeight);
2250 }
Winson Chung655332c2016-10-31 13:14:28 -07002251 mPinnedStackControllerLocked.setAdjustedForIme(imeVisible, imeHeight);
Wale Ogunwale10124582016-09-15 20:25:50 -07002252 }
2253
Wale Ogunwaleae9adbf2016-10-18 15:17:06 -07002254 /**
2255 * If a window that has an animation specifying a colored background and the current wallpaper
2256 * is visible, then the color goes *below* the wallpaper so we don't cause the wallpaper to
2257 * suddenly disappear.
2258 */
2259 int getLayerForAnimationBackground(WindowStateAnimator winAnimator) {
Wale Ogunwale6213caa2016-12-02 16:47:15 +00002260 final WindowState visibleWallpaper = mBelowAppWindowsContainers.getWindow(
2261 w -> w.mIsWallpaper && w.isVisibleNow());
2262
2263 if (visibleWallpaper != null) {
2264 return visibleWallpaper.mWinAnimator.mAnimLayer;
Wale Ogunwaleae9adbf2016-10-18 15:17:06 -07002265 }
2266 return winAnimator.mAnimLayer;
2267 }
2268
Wale Ogunwale10124582016-09-15 20:25:50 -07002269 void prepareFreezingTaskBounds() {
Wale Ogunwale61911492017-10-11 08:50:50 -07002270 for (int stackNdx = mTaskStackContainers.getChildCount() - 1; stackNdx >= 0; --stackNdx) {
2271 final TaskStack stack = mTaskStackContainers.getChildAt(stackNdx);
Wale Ogunwale10124582016-09-15 20:25:50 -07002272 stack.prepareFreezingTaskBounds();
2273 }
2274 }
2275
Wale Ogunwale94744212015-09-21 19:01:47 -07002276 void rotateBounds(int oldRotation, int newRotation, Rect bounds) {
Bryce Leef3c6a472017-11-14 14:53:06 -08002277 getBounds(mTmpRect, newRotation);
Andrii Kulian4dfb9c42016-10-11 20:06:27 -07002278
2279 // Compute a transform matrix to undo the coordinate space transformation,
2280 // and present the window at the same physical position it previously occupied.
2281 final int deltaRotation = deltaRotation(newRotation, oldRotation);
2282 createRotationMatrix(deltaRotation, mTmpRect.width(), mTmpRect.height(), mTmpMatrix);
2283
2284 mTmpRectF.set(bounds);
2285 mTmpMatrix.mapRect(mTmpRectF);
2286 mTmpRectF.round(bounds);
Wale Ogunwale94744212015-09-21 19:01:47 -07002287 }
2288
Wale Ogunwale4a02d812015-02-12 23:01:38 -08002289 static int deltaRotation(int oldRotation, int newRotation) {
2290 int delta = newRotation - oldRotation;
2291 if (delta < 0) delta += 4;
2292 return delta;
2293 }
2294
Wale Ogunwale19e452e2016-10-12 12:36:29 -07002295 private static void createRotationMatrix(int rotation, float displayWidth, float displayHeight,
Andrii Kulian4dfb9c42016-10-11 20:06:27 -07002296 Matrix outMatrix) {
2297 // For rotations without Z-ordering we don't need the target rectangle's position.
2298 createRotationMatrix(rotation, 0 /* rectLeft */, 0 /* rectTop */, displayWidth,
2299 displayHeight, outMatrix);
2300 }
2301
2302 static void createRotationMatrix(int rotation, float rectLeft, float rectTop,
2303 float displayWidth, float displayHeight, Matrix outMatrix) {
2304 switch (rotation) {
2305 case ROTATION_0:
2306 outMatrix.reset();
2307 break;
2308 case ROTATION_270:
2309 outMatrix.setRotate(270, 0, 0);
2310 outMatrix.postTranslate(0, displayHeight);
2311 outMatrix.postTranslate(rectTop, 0);
2312 break;
2313 case ROTATION_180:
2314 outMatrix.reset();
2315 break;
2316 case ROTATION_90:
2317 outMatrix.setRotate(90, 0, 0);
2318 outMatrix.postTranslate(displayWidth, 0);
2319 outMatrix.postTranslate(-rectTop, rectLeft);
2320 break;
2321 }
2322 }
2323
Wale Ogunwale0d5609b2017-09-13 05:55:07 -07002324 @CallSuper
2325 @Override
Adrian Roos4921ccf2017-09-28 16:54:06 +02002326 public void writeToProto(ProtoOutputStream proto, long fieldId, boolean trim) {
Steven Timotiusaf03df62017-07-18 16:56:43 -07002327 final long token = proto.start(fieldId);
Adrian Roos4921ccf2017-09-28 16:54:06 +02002328 super.writeToProto(proto, WINDOW_CONTAINER, trim);
Steven Timotiusaf03df62017-07-18 16:56:43 -07002329 proto.write(ID, mDisplayId);
Wale Ogunwale61911492017-10-11 08:50:50 -07002330 for (int stackNdx = mTaskStackContainers.getChildCount() - 1; stackNdx >= 0; --stackNdx) {
2331 final TaskStack stack = mTaskStackContainers.getChildAt(stackNdx);
Adrian Roos4921ccf2017-09-28 16:54:06 +02002332 stack.writeToProto(proto, STACKS, trim);
Steven Timotiusaf03df62017-07-18 16:56:43 -07002333 }
2334 mDividerControllerLocked.writeToProto(proto, DOCKED_STACK_DIVIDER_CONTROLLER);
2335 mPinnedStackControllerLocked.writeToProto(proto, PINNED_STACK_CONTROLLER);
Wale Ogunwale61911492017-10-11 08:50:50 -07002336 for (int i = mAboveAppWindowsContainers.getChildCount() - 1; i >= 0; --i) {
2337 final WindowToken windowToken = mAboveAppWindowsContainers.getChildAt(i);
Adrian Roos4921ccf2017-09-28 16:54:06 +02002338 windowToken.writeToProto(proto, ABOVE_APP_WINDOWS, trim);
Steven Timotiusaf03df62017-07-18 16:56:43 -07002339 }
Wale Ogunwale61911492017-10-11 08:50:50 -07002340 for (int i = mBelowAppWindowsContainers.getChildCount() - 1; i >= 0; --i) {
2341 final WindowToken windowToken = mBelowAppWindowsContainers.getChildAt(i);
Adrian Roos4921ccf2017-09-28 16:54:06 +02002342 windowToken.writeToProto(proto, BELOW_APP_WINDOWS, trim);
Steven Timotiusaf03df62017-07-18 16:56:43 -07002343 }
Wale Ogunwale61911492017-10-11 08:50:50 -07002344 for (int i = mImeWindowsContainers.getChildCount() - 1; i >= 0; --i) {
2345 final WindowToken windowToken = mImeWindowsContainers.getChildAt(i);
Adrian Roos4921ccf2017-09-28 16:54:06 +02002346 windowToken.writeToProto(proto, IME_WINDOWS, trim);
Steven Timotiusaf03df62017-07-18 16:56:43 -07002347 }
2348 proto.write(DPI, mBaseDisplayDensity);
2349 mDisplayInfo.writeToProto(proto, DISPLAY_INFO);
Steven Timotiusf2d68892017-08-28 17:00:01 -07002350 proto.write(ROTATION, mRotation);
2351 final ScreenRotationAnimation screenRotationAnimation =
2352 mService.mAnimator.getScreenRotationAnimationLocked(mDisplayId);
2353 if (screenRotationAnimation != null) {
2354 screenRotationAnimation.writeToProto(proto, SCREEN_ROTATION_ANIMATION);
2355 }
Wale Ogunwale828ff7e2017-11-14 01:01:29 +00002356 mDisplayFrames.writeToProto(proto, DISPLAY_FRAMES);
Steven Timotiusaf03df62017-07-18 16:56:43 -07002357 proto.end(token);
2358 }
2359
Jorim Jaggif5f9e122017-10-24 18:21:09 +02002360 @Override
2361 public void dump(PrintWriter pw, String prefix, boolean dumpAll) {
2362 super.dump(pw, prefix, dumpAll);
Craig Mautnera91f9e22012-09-14 16:22:08 -07002363 pw.print(prefix); pw.print("Display: mDisplayId="); pw.println(mDisplayId);
2364 final String subPrefix = " " + prefix;
2365 pw.print(subPrefix); pw.print("init="); pw.print(mInitialDisplayWidth); pw.print("x");
2366 pw.print(mInitialDisplayHeight); pw.print(" "); pw.print(mInitialDisplayDensity);
2367 pw.print("dpi");
2368 if (mInitialDisplayWidth != mBaseDisplayWidth
2369 || mInitialDisplayHeight != mBaseDisplayHeight
2370 || mInitialDisplayDensity != mBaseDisplayDensity) {
2371 pw.print(" base=");
2372 pw.print(mBaseDisplayWidth); pw.print("x"); pw.print(mBaseDisplayHeight);
2373 pw.print(" "); pw.print(mBaseDisplayDensity); pw.print("dpi");
2374 }
Jeff Brownd46747a2015-04-15 19:02:36 -07002375 if (mDisplayScalingDisabled) {
2376 pw.println(" noscale");
2377 }
Craig Mautnera91f9e22012-09-14 16:22:08 -07002378 pw.print(" cur=");
2379 pw.print(mDisplayInfo.logicalWidth);
2380 pw.print("x"); pw.print(mDisplayInfo.logicalHeight);
2381 pw.print(" app=");
2382 pw.print(mDisplayInfo.appWidth);
2383 pw.print("x"); pw.print(mDisplayInfo.appHeight);
2384 pw.print(" rng="); pw.print(mDisplayInfo.smallestNominalAppWidth);
2385 pw.print("x"); pw.print(mDisplayInfo.smallestNominalAppHeight);
2386 pw.print("-"); pw.print(mDisplayInfo.largestNominalAppWidth);
2387 pw.print("x"); pw.println(mDisplayInfo.largestNominalAppHeight);
David Stevensf833ba92017-03-16 19:00:20 -07002388 pw.print(subPrefix + "deferred=" + mDeferredRemoval
Wale Ogunwale2b06bfc2016-09-28 14:17:05 -07002389 + " mLayoutNeeded=" + mLayoutNeeded);
David Stevensf833ba92017-03-16 19:00:20 -07002390 pw.println(" mTouchExcludeRegion=" + mTouchExcludeRegion);
Wale Ogunwaleb429e682016-01-06 12:36:34 -08002391
Craig Mautnerdc548482014-02-05 13:35:24 -08002392 pw.println();
Adrian Roos5251b1d2018-03-23 18:57:43 +01002393 pw.print(prefix); pw.print("mLayoutSeq="); pw.println(mLayoutSeq);
Riddle Hsu654a6f92018-07-13 22:59:36 +08002394 pw.print(prefix);
2395 pw.print("mDeferredRotationPauseCount="); pw.println(mDeferredRotationPauseCount);
Adrian Roos5251b1d2018-03-23 18:57:43 +01002396
2397 pw.println();
Jorim Jaggiad5d2842016-11-01 18:22:53 -07002398 pw.println(prefix + "Application tokens in top down Z order:");
Wale Ogunwale61911492017-10-11 08:50:50 -07002399 for (int stackNdx = mTaskStackContainers.getChildCount() - 1; stackNdx >= 0; --stackNdx) {
2400 final TaskStack stack = mTaskStackContainers.getChildAt(stackNdx);
Jorim Jaggif5f9e122017-10-24 18:21:09 +02002401 stack.dump(pw, prefix + " ", dumpAll);
Craig Mautnerde4ef022013-04-07 19:01:33 -07002402 }
Wale Ogunwaleb429e682016-01-06 12:36:34 -08002403
Craig Mautnerdc548482014-02-05 13:35:24 -08002404 pw.println();
2405 if (!mExitingTokens.isEmpty()) {
Craig Mautnerde4ef022013-04-07 19:01:33 -07002406 pw.println();
2407 pw.println(" Exiting tokens:");
Wale Ogunwaleb429e682016-01-06 12:36:34 -08002408 for (int i = mExitingTokens.size() - 1; i >= 0; i--) {
Wale Ogunwale19e452e2016-10-12 12:36:29 -07002409 final WindowToken token = mExitingTokens.get(i);
Craig Mautnerde4ef022013-04-07 19:01:33 -07002410 pw.print(" Exiting #"); pw.print(i);
2411 pw.print(' '); pw.print(token);
2412 pw.println(':');
Jorim Jaggif5f9e122017-10-24 18:21:09 +02002413 token.dump(pw, " ", dumpAll);
Craig Mautnerb1fd65c02013-02-05 13:34:57 -08002414 }
Craig Mautnerde4ef022013-04-07 19:01:33 -07002415 }
Robert Carrf59b8dd2017-10-02 18:58:36 -07002416
Jorim Jaggi31f71702016-05-04 16:43:04 -07002417 pw.println();
Wale Ogunwale61911492017-10-11 08:50:50 -07002418
2419 // Dump stack references
2420 final TaskStack homeStack = getHomeStack();
2421 if (homeStack != null) {
2422 pw.println(prefix + "homeStack=" + homeStack.getName());
2423 }
2424 final TaskStack pinnedStack = getPinnedStack();
2425 if (pinnedStack != null) {
2426 pw.println(prefix + "pinnedStack=" + pinnedStack.getName());
2427 }
Matthew Ng64e77cf2017-10-31 14:01:31 -07002428 final TaskStack splitScreenPrimaryStack = getSplitScreenPrimaryStack();
Wale Ogunwale61911492017-10-11 08:50:50 -07002429 if (splitScreenPrimaryStack != null) {
2430 pw.println(prefix + "splitScreenPrimaryStack=" + splitScreenPrimaryStack.getName());
2431 }
2432
2433 pw.println();
Jorim Jaggiad5d2842016-11-01 18:22:53 -07002434 mDividerControllerLocked.dump(prefix, pw);
Winson Chung655332c2016-10-31 13:14:28 -07002435 pw.println();
Jorim Jaggiad5d2842016-11-01 18:22:53 -07002436 mPinnedStackControllerLocked.dump(prefix, pw);
Wale Ogunwalec69694a2016-10-18 13:51:15 -07002437
Wale Ogunwale828ff7e2017-11-14 01:01:29 +00002438 pw.println();
2439 mDisplayFrames.dump(prefix, pw);
Arthur Hung95b38a92018-07-20 18:56:12 +08002440 pw.println();
Riddle Hsu5ce4bb32018-07-18 16:11:30 +08002441 mDisplayPolicy.dump(prefix, pw);
2442 pw.println();
Riddle Hsuad256a12018-07-18 16:11:30 +08002443 mDisplayRotation.dump(prefix, pw);
2444 pw.println();
Arthur Hung95b38a92018-07-20 18:56:12 +08002445 mInputMonitor.dump(pw, " ");
Craig Mautner59c00972012-07-30 12:10:24 -07002446 }
Craig Mautnere0a38842013-12-16 16:14:02 -08002447
2448 @Override
2449 public String toString() {
Wale Ogunwale19e452e2016-10-12 12:36:29 -07002450 return "Display " + mDisplayId + " info=" + mDisplayInfo + " stacks=" + mChildren;
Wale Ogunwale9adfe572016-09-08 20:43:58 -07002451 }
2452
2453 String getName() {
Wale Ogunwale19e452e2016-10-12 12:36:29 -07002454 return "Display " + mDisplayId + " name=\"" + mDisplayInfo.name + "\"";
Craig Mautnere0a38842013-12-16 16:14:02 -08002455 }
Filip Gruszczynski466f3212015-09-21 17:57:57 -07002456
Wale Ogunwale44f036f2017-09-29 05:09:09 -07002457 /** Returns true if the stack in the windowing mode is visible. */
2458 boolean isStackVisible(int windowingMode) {
Wale Ogunwale30e441d2017-11-09 08:28:45 -08002459 final TaskStack stack = getTopStackInWindowingMode(windowingMode);
Wale Ogunwale44f036f2017-09-29 05:09:09 -07002460 return stack != null && stack.isVisible();
Andrii Kulian7cd7c2d2017-01-18 12:14:37 -08002461 }
2462
Wale Ogunwale9adfe572016-09-08 20:43:58 -07002463 /** Find the visible, touch-deliverable window under the given point */
Vladislav Kaznacheev5d6bdeb2016-02-12 17:07:20 -08002464 WindowState getTouchableWinAtPointLocked(float xf, float yf) {
Vladislav Kaznacheev5d6bdeb2016-02-12 17:07:20 -08002465 final int x = (int) xf;
2466 final int y = (int) yf;
Wale Ogunwale6213caa2016-12-02 16:47:15 +00002467 final WindowState touchedWin = getWindow(w -> {
2468 final int flags = w.mAttrs.flags;
2469 if (!w.isVisibleLw()) {
2470 return false;
Vladislav Kaznacheev5d6bdeb2016-02-12 17:07:20 -08002471 }
2472 if ((flags & FLAG_NOT_TOUCHABLE) != 0) {
Wale Ogunwale6213caa2016-12-02 16:47:15 +00002473 return false;
Vladislav Kaznacheev5d6bdeb2016-02-12 17:07:20 -08002474 }
2475
Wale Ogunwale6213caa2016-12-02 16:47:15 +00002476 w.getVisibleBounds(mTmpRect);
Vladislav Kaznacheev5d6bdeb2016-02-12 17:07:20 -08002477 if (!mTmpRect.contains(x, y)) {
Wale Ogunwale6213caa2016-12-02 16:47:15 +00002478 return false;
Vladislav Kaznacheev5d6bdeb2016-02-12 17:07:20 -08002479 }
2480
Wale Ogunwale6213caa2016-12-02 16:47:15 +00002481 w.getTouchableRegion(mTmpRegion);
Vladislav Kaznacheev5d6bdeb2016-02-12 17:07:20 -08002482
2483 final int touchFlags = flags & (FLAG_NOT_FOCUSABLE | FLAG_NOT_TOUCH_MODAL);
Wale Ogunwale6213caa2016-12-02 16:47:15 +00002484 return mTmpRegion.contains(x, y) || touchFlags == 0;
2485 });
Vladislav Kaznacheev5d6bdeb2016-02-12 17:07:20 -08002486
2487 return touchedWin;
2488 }
Jorim Jaggi6626f542016-08-22 13:08:44 -07002489
Svetoslav Ganovaa076532016-08-01 19:16:43 -07002490 boolean canAddToastWindowForUid(int uid) {
2491 // We allow one toast window per UID being shown at a time.
Svet Ganovdaca8ee2017-01-21 17:40:40 -08002492 // Also if the app is focused adding more than one toast at
2493 // a time for better backwards compatibility.
2494 final WindowState focusedWindowForUid = getWindow(w ->
2495 w.mOwnerUid == uid && w.isFocused());
2496 if (focusedWindowForUid != null) {
2497 return true;
2498 }
Wale Ogunwale6213caa2016-12-02 16:47:15 +00002499 final WindowState win = getWindow(w ->
2500 w.mAttrs.type == TYPE_TOAST && w.mOwnerUid == uid && !w.mPermanentlyHidden
2501 && !w.mWindowRemovalAllowed);
2502 return win == null;
Svetoslav Ganovaa076532016-08-01 19:16:43 -07002503 }
2504
Wale Ogunwale19e452e2016-10-12 12:36:29 -07002505 void scheduleToastWindowsTimeoutIfNeededLocked(WindowState oldFocus, WindowState newFocus) {
Svetoslav Ganovaa076532016-08-01 19:16:43 -07002506 if (oldFocus == null || (newFocus != null && newFocus.mOwnerUid == oldFocus.mOwnerUid)) {
2507 return;
2508 }
Wale Ogunwale6213caa2016-12-02 16:47:15 +00002509
Wale Ogunwale1e129a42016-11-21 13:03:47 -08002510 // Used to communicate the old focus to the callback method.
2511 mTmpWindow = oldFocus;
2512
2513 forAllWindows(mScheduleToastTimeout, false /* traverseTopToBottom */);
Svetoslav Ganovaa076532016-08-01 19:16:43 -07002514 }
Wale Ogunwale63d4ecc2016-09-08 18:48:26 -07002515
2516 WindowState findFocusedWindow() {
Wale Ogunwale6213caa2016-12-02 16:47:15 +00002517 mTmpWindow = null;
Wale Ogunwale63d4ecc2016-09-08 18:48:26 -07002518
Wale Ogunwale1e129a42016-11-21 13:03:47 -08002519 forAllWindows(mFindFocusedWindow, true /* traverseTopToBottom */);
Wale Ogunwale6213caa2016-12-02 16:47:15 +00002520
2521 if (mTmpWindow == null) {
2522 if (DEBUG_FOCUS_LIGHT) Slog.v(TAG_WM, "findFocusedWindow: No focusable windows.");
2523 return null;
Wale Ogunwale63d4ecc2016-09-08 18:48:26 -07002524 }
Wale Ogunwale6213caa2016-12-02 16:47:15 +00002525 return mTmpWindow;
Wale Ogunwaleec731152016-09-08 20:18:57 -07002526 }
2527
Wale Ogunwalec69694a2016-10-18 13:51:15 -07002528 /** Updates the layer assignment of windows on this display. */
2529 void assignWindowLayers(boolean setLayoutNeeded) {
Jorim Jaggiffe128d2017-11-30 13:54:36 +01002530 Trace.traceBegin(Trace.TRACE_TAG_WINDOW_MANAGER, "assignWindowLayers");
Robert Carrf59b8dd2017-10-02 18:58:36 -07002531 assignChildLayers(getPendingTransaction());
Wale Ogunwalec69694a2016-10-18 13:51:15 -07002532 if (setLayoutNeeded) {
2533 setLayoutNeeded();
2534 }
Robert Carrb1579c82017-09-05 14:54:47 -07002535
Robert Carrf59b8dd2017-10-02 18:58:36 -07002536 // We accumlate the layer changes in-to "getPendingTransaction()" but we defer
Robert Carrb1579c82017-09-05 14:54:47 -07002537 // the application of this transaction until the animation pass triggers
2538 // prepareSurfaces. This allows us to synchronize Z-ordering changes with
2539 // the hiding and showing of surfaces.
2540 scheduleAnimation();
Jorim Jaggiffe128d2017-11-30 13:54:36 +01002541 Trace.traceEnd(Trace.TRACE_TAG_WINDOW_MANAGER);
Wale Ogunwalec69694a2016-10-18 13:51:15 -07002542 }
2543
Wale Ogunwale1666e312016-12-16 11:27:18 -08002544 // TODO: This should probably be called any time a visual change is made to the hierarchy like
2545 // moving containers or resizing them. Need to investigate the best way to have it automatically
2546 // happen so we don't run into issues with programmers forgetting to do it.
Wale Ogunwale6213caa2016-12-02 16:47:15 +00002547 void layoutAndAssignWindowLayersIfNeeded() {
2548 mService.mWindowsChanged = true;
2549 setLayoutNeeded();
Wale Ogunwalef7cab102016-10-25 15:25:14 -07002550
2551 if (!mService.updateFocusedWindowLocked(UPDATE_FOCUS_WILL_PLACE_SURFACES,
2552 false /*updateInputWindows*/)) {
2553 assignWindowLayers(false /* setLayoutNeeded */);
2554 }
2555
Arthur Hung95b38a92018-07-20 18:56:12 +08002556 mInputMonitor.setUpdateInputWindowsNeededLw();
Wale Ogunwalef7cab102016-10-25 15:25:14 -07002557 mService.mWindowPlacerLocked.performSurfacePlacement();
Arthur Hung95b38a92018-07-20 18:56:12 +08002558 mInputMonitor.updateInputWindowsLw(false /*force*/);
Wale Ogunwalef7cab102016-10-25 15:25:14 -07002559 }
2560
Wale Ogunwalef7cab102016-10-25 15:25:14 -07002561 /** Returns true if a leaked surface was destroyed */
2562 boolean destroyLeakedSurfaces() {
Wale Ogunwale6213caa2016-12-02 16:47:15 +00002563 // Used to indicate that a surface was leaked.
2564 mTmpWindow = null;
2565 forAllWindows(w -> {
2566 final WindowStateAnimator wsa = w.mWinAnimator;
Wale Ogunwalef7cab102016-10-25 15:25:14 -07002567 if (wsa.mSurfaceController == null) {
Wale Ogunwale6213caa2016-12-02 16:47:15 +00002568 return;
Wale Ogunwalef7cab102016-10-25 15:25:14 -07002569 }
2570 if (!mService.mSessions.contains(wsa.mSession)) {
2571 Slog.w(TAG_WM, "LEAKED SURFACE (session doesn't exist): "
Wale Ogunwale6213caa2016-12-02 16:47:15 +00002572 + w + " surface=" + wsa.mSurfaceController
2573 + " token=" + w.mToken
2574 + " pid=" + w.mSession.mPid
2575 + " uid=" + w.mSession.mUid);
Wale Ogunwalef7cab102016-10-25 15:25:14 -07002576 wsa.destroySurface();
Wale Ogunwale6213caa2016-12-02 16:47:15 +00002577 mService.mForceRemoves.add(w);
2578 mTmpWindow = w;
Wale Ogunwale89973222017-04-23 18:39:45 -07002579 } else if (w.mAppToken != null && w.mAppToken.isClientHidden()) {
Wale Ogunwalef7cab102016-10-25 15:25:14 -07002580 Slog.w(TAG_WM, "LEAKED SURFACE (app token hidden): "
Wale Ogunwale6213caa2016-12-02 16:47:15 +00002581 + w + " surface=" + wsa.mSurfaceController
Jorim Jaggie7d2b852017-08-28 17:55:15 +02002582 + " token=" + w.mAppToken);
Wale Ogunwale6213caa2016-12-02 16:47:15 +00002583 if (SHOW_TRANSACTIONS) logSurface(w, "LEAK DESTROY", false);
Wale Ogunwalef7cab102016-10-25 15:25:14 -07002584 wsa.destroySurface();
Wale Ogunwale6213caa2016-12-02 16:47:15 +00002585 mTmpWindow = w;
Wale Ogunwaleae9adbf2016-10-18 15:17:06 -07002586 }
Wale Ogunwale6213caa2016-12-02 16:47:15 +00002587 }, false /* traverseTopToBottom */);
Wale Ogunwaleae9adbf2016-10-18 15:17:06 -07002588
Wale Ogunwale6213caa2016-12-02 16:47:15 +00002589 return mTmpWindow != null;
Jorim Jaggiffa5a9d2016-11-23 16:59:19 +00002590 }
2591
2592 /**
Wale Ogunwale6213caa2016-12-02 16:47:15 +00002593 * Determine and return the window that should be the IME target.
2594 * @param updateImeTarget If true the system IME target will be updated to match what we found.
2595 * @return The window that should be used as the IME target or null if there isn't any.
Jorim Jaggiffa5a9d2016-11-23 16:59:19 +00002596 */
Wale Ogunwale6213caa2016-12-02 16:47:15 +00002597 WindowState computeImeTarget(boolean updateImeTarget) {
2598 if (mService.mInputMethodWindow == null) {
2599 // There isn't an IME so there shouldn't be a target...That was easy!
2600 if (updateImeTarget) {
2601 if (DEBUG_INPUT_METHOD) Slog.w(TAG_WM, "Moving IM target from "
2602 + mService.mInputMethodTarget + " to null since mInputMethodWindow is null");
Jorim Jaggib0fc8172017-11-23 17:04:08 +00002603 setInputMethodTarget(null, mService.mInputMethodTargetWaitingAnim);
Wale Ogunwale6213caa2016-12-02 16:47:15 +00002604 }
2605 return null;
2606 }
2607
Chavi Weingarten3a748552018-05-14 17:32:42 +00002608 final WindowState curTarget = mService.mInputMethodTarget;
2609 if (!canUpdateImeTarget()) {
2610 if (DEBUG_INPUT_METHOD) Slog.w(TAG_WM, "Defer updating IME target");
2611 return curTarget;
2612 }
2613
Jorim Jaggiffa5a9d2016-11-23 16:59:19 +00002614 // TODO(multidisplay): Needs some serious rethought when the target and IME are not on the
2615 // same display. Or even when the current IME/target are not on the same screen as the next
2616 // IME/target. For now only look for input windows on the main screen.
Wale Ogunwale8e44f6c2017-03-09 15:25:10 -08002617 mUpdateImeTarget = updateImeTarget;
2618 WindowState target = getWindow(mComputeImeTargetPredicate);
Jorim Jaggiffa5a9d2016-11-23 16:59:19 +00002619
Jorim Jaggiffa5a9d2016-11-23 16:59:19 +00002620
Wale Ogunwale6213caa2016-12-02 16:47:15 +00002621 // Yet more tricksyness! If this window is a "starting" window, we do actually want
2622 // to be on top of it, but it is not -really- where input will go. So look down below
2623 // for a real window to target...
2624 if (target != null && target.mAttrs.type == TYPE_APPLICATION_STARTING) {
2625 final AppWindowToken token = target.mAppToken;
2626 if (token != null) {
2627 final WindowState betterTarget = token.getImeTargetBelowWindow(target);
2628 if (betterTarget != null) {
2629 target = betterTarget;
Jorim Jaggiffa5a9d2016-11-23 16:59:19 +00002630 }
Jorim Jaggiffa5a9d2016-11-23 16:59:19 +00002631 }
2632 }
2633
Wale Ogunwale6213caa2016-12-02 16:47:15 +00002634 if (DEBUG_INPUT_METHOD && updateImeTarget) Slog.v(TAG_WM,
2635 "Proposed new IME target: " + target);
Wale Ogunwaleae9adbf2016-10-18 15:17:06 -07002636
chaviw1c13ad32018-06-12 16:44:23 -07002637 // Now, a special case -- if the last target's window is in the process of exiting, but
2638 // not removed, and the new target is home, keep on the last target to avoid flicker.
2639 // Home is a special case since its above other stacks in the ordering list, but layed
2640 // out below the others.
2641 if (curTarget != null && !curTarget.mRemoved && curTarget.isDisplayedLw()
2642 && curTarget.isClosing() && (target == null || target.isActivityTypeHome())) {
chaviw4ad54912018-05-30 11:05:44 -07002643 if (DEBUG_INPUT_METHOD) Slog.v(TAG_WM, "New target is home while current target is "
Chavi Weingarten3a748552018-05-14 17:32:42 +00002644 + "closing, not changing");
Wale Ogunwale6213caa2016-12-02 16:47:15 +00002645 return curTarget;
Wale Ogunwaleae9adbf2016-10-18 15:17:06 -07002646 }
2647
Wale Ogunwale6213caa2016-12-02 16:47:15 +00002648 if (DEBUG_INPUT_METHOD) Slog.v(TAG_WM, "Desired input method target=" + target
2649 + " updateImeTarget=" + updateImeTarget);
Wale Ogunwaleae9adbf2016-10-18 15:17:06 -07002650
Wale Ogunwale6213caa2016-12-02 16:47:15 +00002651 if (target == null) {
2652 if (updateImeTarget) {
2653 if (DEBUG_INPUT_METHOD) Slog.w(TAG_WM, "Moving IM target from " + curTarget
2654 + " to null." + (SHOW_STACK_CRAWLS ? " Callers="
2655 + Debug.getCallers(4) : ""));
Jorim Jaggib0fc8172017-11-23 17:04:08 +00002656 setInputMethodTarget(null, mService.mInputMethodTargetWaitingAnim);
Wale Ogunwale6213caa2016-12-02 16:47:15 +00002657 }
2658
2659 return null;
2660 }
2661
2662 if (updateImeTarget) {
Wale Ogunwaleae9adbf2016-10-18 15:17:06 -07002663 AppWindowToken token = curTarget == null ? null : curTarget.mAppToken;
2664 if (token != null) {
2665
2666 // Now some fun for dealing with window animations that modify the Z order. We need
2667 // to look at all windows below the current target that are in this app, finding the
2668 // highest visible one in layering.
2669 WindowState highestTarget = null;
Jorim Jaggif5f9e122017-10-24 18:21:09 +02002670 if (token.isSelfAnimating()) {
Wale Ogunwale6213caa2016-12-02 16:47:15 +00002671 highestTarget = token.getHighestAnimLayerWindow(curTarget);
Wale Ogunwaleae9adbf2016-10-18 15:17:06 -07002672 }
2673
2674 if (highestTarget != null) {
2675 final AppTransition appTransition = mService.mAppTransition;
2676 if (DEBUG_INPUT_METHOD) Slog.v(TAG_WM, appTransition + " " + highestTarget
2677 + " animating=" + highestTarget.mWinAnimator.isAnimationSet()
2678 + " layer=" + highestTarget.mWinAnimator.mAnimLayer
Wale Ogunwale6213caa2016-12-02 16:47:15 +00002679 + " new layer=" + target.mWinAnimator.mAnimLayer);
Wale Ogunwaleae9adbf2016-10-18 15:17:06 -07002680
2681 if (appTransition.isTransitionSet()) {
2682 // If we are currently setting up for an animation, hold everything until we
2683 // can find out what will happen.
Jorim Jaggib0fc8172017-11-23 17:04:08 +00002684 setInputMethodTarget(highestTarget, true);
Wale Ogunwale6213caa2016-12-02 16:47:15 +00002685 return highestTarget;
Wale Ogunwaleae9adbf2016-10-18 15:17:06 -07002686 } else if (highestTarget.mWinAnimator.isAnimationSet() &&
Wale Ogunwale6213caa2016-12-02 16:47:15 +00002687 highestTarget.mWinAnimator.mAnimLayer > target.mWinAnimator.mAnimLayer) {
Wale Ogunwaleae9adbf2016-10-18 15:17:06 -07002688 // If the window we are currently targeting is involved with an animation,
2689 // and it is on top of the next target we will be over, then hold off on
2690 // moving until that is done.
Jorim Jaggib0fc8172017-11-23 17:04:08 +00002691 setInputMethodTarget(highestTarget, true);
Wale Ogunwale6213caa2016-12-02 16:47:15 +00002692 return highestTarget;
Wale Ogunwaleae9adbf2016-10-18 15:17:06 -07002693 }
2694 }
2695 }
Wale Ogunwale6213caa2016-12-02 16:47:15 +00002696
2697 if (DEBUG_INPUT_METHOD) Slog.w(TAG_WM, "Moving IM target from " + curTarget + " to "
2698 + target + (SHOW_STACK_CRAWLS ? " Callers=" + Debug.getCallers(4) : ""));
Jorim Jaggib0fc8172017-11-23 17:04:08 +00002699 setInputMethodTarget(target, false);
Wale Ogunwaleae9adbf2016-10-18 15:17:06 -07002700 }
2701
Wale Ogunwale6213caa2016-12-02 16:47:15 +00002702 return target;
Jorim Jaggiffa5a9d2016-11-23 16:59:19 +00002703 }
2704
Jorim Jaggib0fc8172017-11-23 17:04:08 +00002705 private void setInputMethodTarget(WindowState target, boolean targetWaitingAnim) {
Wale Ogunwale6213caa2016-12-02 16:47:15 +00002706 if (target == mService.mInputMethodTarget
Jorim Jaggib0fc8172017-11-23 17:04:08 +00002707 && mService.mInputMethodTargetWaitingAnim == targetWaitingAnim) {
Wale Ogunwale6213caa2016-12-02 16:47:15 +00002708 return;
Jorim Jaggiffa5a9d2016-11-23 16:59:19 +00002709 }
2710
Wale Ogunwale6213caa2016-12-02 16:47:15 +00002711 mService.mInputMethodTarget = target;
2712 mService.mInputMethodTargetWaitingAnim = targetWaitingAnim;
Wale Ogunwale6213caa2016-12-02 16:47:15 +00002713 assignWindowLayers(false /* setLayoutNeeded */);
2714 }
2715
2716 boolean getNeedsMenu(WindowState top, WindowManagerPolicy.WindowState bottom) {
2717 if (top.mAttrs.needsMenuKey != NEEDS_MENU_UNSET) {
2718 return top.mAttrs.needsMenuKey == NEEDS_MENU_SET_TRUE;
2719 }
2720
2721 // Used to indicate we have reached the first window in the range we are interested in.
2722 mTmpWindow = null;
2723
2724 // TODO: Figure-out a more efficient way to do this.
2725 final WindowState candidate = getWindow(w -> {
2726 if (w == top) {
2727 // Reached the first window in the range we are interested in.
2728 mTmpWindow = w;
Jorim Jaggiffa5a9d2016-11-23 16:59:19 +00002729 }
Wale Ogunwale6213caa2016-12-02 16:47:15 +00002730 if (mTmpWindow == null) {
2731 return false;
2732 }
Jorim Jaggiffa5a9d2016-11-23 16:59:19 +00002733
Wale Ogunwale6213caa2016-12-02 16:47:15 +00002734 if (w.mAttrs.needsMenuKey != NEEDS_MENU_UNSET) {
2735 return true;
Wale Ogunwaleae9adbf2016-10-18 15:17:06 -07002736 }
2737 // If we reached the bottom of the range of windows we are considering,
2738 // assume no menu is needed.
Wale Ogunwale6213caa2016-12-02 16:47:15 +00002739 if (w == bottom) {
2740 return true;
Wale Ogunwaleae9adbf2016-10-18 15:17:06 -07002741 }
Wale Ogunwale6213caa2016-12-02 16:47:15 +00002742 return false;
2743 });
2744
2745 return candidate != null && candidate.mAttrs.needsMenuKey == NEEDS_MENU_SET_TRUE;
Wale Ogunwaleae9adbf2016-10-18 15:17:06 -07002746 }
2747
Wale Ogunwale2b06bfc2016-09-28 14:17:05 -07002748 void setLayoutNeeded() {
2749 if (DEBUG_LAYOUT) Slog.w(TAG_WM, "setLayoutNeeded: callers=" + Debug.getCallers(3));
2750 mLayoutNeeded = true;
2751 }
2752
Wale Ogunwalef7cab102016-10-25 15:25:14 -07002753 private void clearLayoutNeeded() {
Wale Ogunwale2b06bfc2016-09-28 14:17:05 -07002754 if (DEBUG_LAYOUT) Slog.w(TAG_WM, "clearLayoutNeeded: callers=" + Debug.getCallers(3));
2755 mLayoutNeeded = false;
2756 }
2757
2758 boolean isLayoutNeeded() {
2759 return mLayoutNeeded;
2760 }
2761
Wale Ogunwale02319a62016-09-26 15:21:22 -07002762 void dumpTokens(PrintWriter pw, boolean dumpAll) {
2763 if (mTokenMap.isEmpty()) {
2764 return;
2765 }
2766 pw.println(" Display #" + mDisplayId);
2767 final Iterator<WindowToken> it = mTokenMap.values().iterator();
2768 while (it.hasNext()) {
2769 final WindowToken token = it.next();
2770 pw.print(" ");
2771 pw.print(token);
2772 if (dumpAll) {
2773 pw.println(':');
Jorim Jaggif5f9e122017-10-24 18:21:09 +02002774 token.dump(pw, " ", dumpAll);
Wale Ogunwale02319a62016-09-26 15:21:22 -07002775 } else {
2776 pw.println();
2777 }
2778 }
2779 }
2780
Wale Ogunwale824ab5c2016-10-20 09:31:56 -07002781 void dumpWindowAnimators(PrintWriter pw, String subPrefix) {
Wale Ogunwale6213caa2016-12-02 16:47:15 +00002782 final int[] index = new int[1];
2783 forAllWindows(w -> {
2784 final WindowStateAnimator wAnim = w.mWinAnimator;
2785 pw.println(subPrefix + "Window #" + index[0] + ": " + wAnim);
2786 index[0] = index[0] + 1;
2787 }, false /* traverseTopToBottom */);
Wale Ogunwale824ab5c2016-10-20 09:31:56 -07002788 }
2789
Jorim Jaggife762342016-10-13 14:33:27 +02002790 /**
2791 * Starts the Keyguard exit animation on all windows that don't belong to an app token.
2792 */
2793 void startKeyguardExitOnNonAppWindows(boolean onWallpaper, boolean goingToShade) {
2794 final WindowManagerPolicy policy = mService.mPolicy;
Wale Ogunwale6213caa2016-12-02 16:47:15 +00002795 forAllWindows(w -> {
Jorim Jaggic6ae42a2017-05-08 23:42:02 +02002796 if (w.mAppToken == null && policy.canBeHiddenByKeyguardLw(w)
2797 && w.wouldBeVisibleIfPolicyIgnored() && !w.isVisible()) {
Jorim Jaggia5e10572017-11-15 14:36:26 +01002798 w.startAnimation(policy.createHiddenByKeyguardExit(onWallpaper, goingToShade));
Jorim Jaggife762342016-10-13 14:33:27 +02002799 }
Wale Ogunwale6213caa2016-12-02 16:47:15 +00002800 }, true /* traverseTopToBottom */);
Jorim Jaggife762342016-10-13 14:33:27 +02002801 }
2802
Wale Ogunwale494009b82016-10-21 09:01:38 -07002803 boolean checkWaitingForWindows() {
2804
Wale Ogunwale6213caa2016-12-02 16:47:15 +00002805 mHaveBootMsg = false;
2806 mHaveApp = false;
2807 mHaveWallpaper = false;
2808 mHaveKeyguard = true;
2809
2810 final WindowState visibleWindow = getWindow(w -> {
Wale Ogunwale494009b82016-10-21 09:01:38 -07002811 if (w.isVisibleLw() && !w.mObscured && !w.isDrawnLw()) {
2812 return true;
2813 }
2814 if (w.isDrawnLw()) {
2815 if (w.mAttrs.type == TYPE_BOOT_PROGRESS) {
Wale Ogunwale6213caa2016-12-02 16:47:15 +00002816 mHaveBootMsg = true;
Wale Ogunwale494009b82016-10-21 09:01:38 -07002817 } else if (w.mAttrs.type == TYPE_APPLICATION
2818 || w.mAttrs.type == TYPE_DRAWN_APPLICATION) {
Wale Ogunwale6213caa2016-12-02 16:47:15 +00002819 mHaveApp = true;
Wale Ogunwale494009b82016-10-21 09:01:38 -07002820 } else if (w.mAttrs.type == TYPE_WALLPAPER) {
Wale Ogunwale6213caa2016-12-02 16:47:15 +00002821 mHaveWallpaper = true;
Wale Ogunwale494009b82016-10-21 09:01:38 -07002822 } else if (w.mAttrs.type == TYPE_STATUS_BAR) {
Wale Ogunwale6213caa2016-12-02 16:47:15 +00002823 mHaveKeyguard = mService.mPolicy.isKeyguardDrawnLw();
Wale Ogunwale494009b82016-10-21 09:01:38 -07002824 }
2825 }
Wale Ogunwale6213caa2016-12-02 16:47:15 +00002826 return false;
2827 });
2828
2829 if (visibleWindow != null) {
2830 // We have a visible window.
2831 return true;
Wale Ogunwale494009b82016-10-21 09:01:38 -07002832 }
2833
Wale Ogunwale6213caa2016-12-02 16:47:15 +00002834 // if the wallpaper service is disabled on the device, we're never going to have
2835 // wallpaper, don't bother waiting for it
2836 boolean wallpaperEnabled = mService.mContext.getResources().getBoolean(
2837 com.android.internal.R.bool.config_enableWallpaperService)
Daichi Hironoc1432222018-03-29 13:06:07 +09002838 && mService.mContext.getResources().getBoolean(
2839 com.android.internal.R.bool.config_checkWallpaperAtBoot)
Wale Ogunwale6213caa2016-12-02 16:47:15 +00002840 && !mService.mOnlyCore;
2841
Wale Ogunwale494009b82016-10-21 09:01:38 -07002842 if (DEBUG_SCREEN_ON || DEBUG_BOOT) Slog.i(TAG_WM,
2843 "******** booted=" + mService.mSystemBooted
2844 + " msg=" + mService.mShowingBootMessages
Wale Ogunwale6213caa2016-12-02 16:47:15 +00002845 + " haveBoot=" + mHaveBootMsg + " haveApp=" + mHaveApp
2846 + " haveWall=" + mHaveWallpaper + " wallEnabled=" + wallpaperEnabled
2847 + " haveKeyguard=" + mHaveKeyguard);
Wale Ogunwale494009b82016-10-21 09:01:38 -07002848
2849 // If we are turning on the screen to show the boot message, don't do it until the boot
2850 // message is actually displayed.
Wale Ogunwale6213caa2016-12-02 16:47:15 +00002851 if (!mService.mSystemBooted && !mHaveBootMsg) {
Wale Ogunwale494009b82016-10-21 09:01:38 -07002852 return true;
2853 }
2854
2855 // If we are turning on the screen after the boot is completed normally, don't do so until
2856 // we have the application and wallpaper.
Wale Ogunwale6213caa2016-12-02 16:47:15 +00002857 if (mService.mSystemBooted
2858 && ((!mHaveApp && !mHaveKeyguard) || (wallpaperEnabled && !mHaveWallpaper))) {
Wale Ogunwale494009b82016-10-21 09:01:38 -07002859 return true;
2860 }
2861
2862 return false;
2863 }
2864
Wale Ogunwale824ab5c2016-10-20 09:31:56 -07002865 void updateWindowsForAnimator(WindowAnimator animator) {
Wale Ogunwale1e129a42016-11-21 13:03:47 -08002866 mTmpWindowAnimator = animator;
2867 forAllWindows(mUpdateWindowsForAnimator, true /* traverseTopToBottom */);
Wale Ogunwale824ab5c2016-10-20 09:31:56 -07002868 }
2869
2870 void updateWallpaperForAnimator(WindowAnimator animator) {
Jorim Jaggi7156b652016-10-25 08:31:58 -07002871 resetAnimationBackgroundAnimator();
2872
Wale Ogunwale6213caa2016-12-02 16:47:15 +00002873 // Used to indicate a detached wallpaper.
2874 mTmpWindow = null;
Wale Ogunwale1e129a42016-11-21 13:03:47 -08002875 mTmpWindowAnimator = animator;
Wale Ogunwale824ab5c2016-10-20 09:31:56 -07002876
Wale Ogunwale1e129a42016-11-21 13:03:47 -08002877 forAllWindows(mUpdateWallpaperForAnimator, true /* traverseTopToBottom */);
Wale Ogunwale824ab5c2016-10-20 09:31:56 -07002878
Wale Ogunwale6213caa2016-12-02 16:47:15 +00002879 if (animator.mWindowDetachedWallpaper != mTmpWindow) {
Wale Ogunwale824ab5c2016-10-20 09:31:56 -07002880 if (DEBUG_WALLPAPER) Slog.v(TAG, "Detached wallpaper changed from "
Wale Ogunwale6213caa2016-12-02 16:47:15 +00002881 + animator.mWindowDetachedWallpaper + " to " + mTmpWindow);
2882 animator.mWindowDetachedWallpaper = mTmpWindow;
Wale Ogunwale824ab5c2016-10-20 09:31:56 -07002883 animator.mBulkUpdateParams |= SET_WALLPAPER_MAY_CHANGE;
2884 }
2885 }
2886
Wale Ogunwale494009b82016-10-21 09:01:38 -07002887 boolean inputMethodClientHasFocus(IInputMethodClient client) {
Wale Ogunwale6213caa2016-12-02 16:47:15 +00002888 final WindowState imFocus = computeImeTarget(false /* updateImeTarget */);
Jorim Jaggiffa5a9d2016-11-23 16:59:19 +00002889 if (imFocus == null) {
2890 return false;
2891 }
2892
Wale Ogunwale6213caa2016-12-02 16:47:15 +00002893 if (DEBUG_INPUT_METHOD) {
2894 Slog.i(TAG_WM, "Desired input method target: " + imFocus);
2895 Slog.i(TAG_WM, "Current focus: " + mService.mCurrentFocus);
2896 Slog.i(TAG_WM, "Last focus: " + mService.mLastFocus);
Jorim Jaggiffa5a9d2016-11-23 16:59:19 +00002897 }
2898
Wale Ogunwale494009b82016-10-21 09:01:38 -07002899 final IInputMethodClient imeClient = imFocus.mSession.mClient;
2900
2901 if (DEBUG_INPUT_METHOD) {
2902 Slog.i(TAG_WM, "IM target client: " + imeClient);
2903 if (imeClient != null) {
2904 Slog.i(TAG_WM, "IM target client binder: " + imeClient.asBinder());
2905 Slog.i(TAG_WM, "Requesting client binder: " + client.asBinder());
2906 }
2907 }
2908
2909 return imeClient != null && imeClient.asBinder() == client.asBinder();
2910 }
2911
2912 boolean hasSecureWindowOnScreen() {
Wale Ogunwale6213caa2016-12-02 16:47:15 +00002913 final WindowState win = getWindow(
2914 w -> w.isOnScreen() && (w.mAttrs.flags & FLAG_SECURE) != 0);
2915 return win != null;
Wale Ogunwale494009b82016-10-21 09:01:38 -07002916 }
2917
2918 void updateSystemUiVisibility(int visibility, int globalDiff) {
Wale Ogunwale6213caa2016-12-02 16:47:15 +00002919 forAllWindows(w -> {
Wale Ogunwale494009b82016-10-21 09:01:38 -07002920 try {
Wale Ogunwale6213caa2016-12-02 16:47:15 +00002921 final int curValue = w.mSystemUiVisibility;
2922 final int diff = (curValue ^ visibility) & globalDiff;
2923 final int newValue = (curValue & ~diff) | (visibility & diff);
Wale Ogunwale494009b82016-10-21 09:01:38 -07002924 if (newValue != curValue) {
Wale Ogunwale6213caa2016-12-02 16:47:15 +00002925 w.mSeq++;
2926 w.mSystemUiVisibility = newValue;
Wale Ogunwale494009b82016-10-21 09:01:38 -07002927 }
Wale Ogunwale6213caa2016-12-02 16:47:15 +00002928 if (newValue != curValue || w.mAttrs.hasSystemUiListeners) {
2929 w.mClient.dispatchSystemUiVisibilityChanged(w.mSeq,
Wale Ogunwale494009b82016-10-21 09:01:38 -07002930 visibility, newValue, diff);
2931 }
2932 } catch (RemoteException e) {
2933 // so sorry
2934 }
Wale Ogunwale6213caa2016-12-02 16:47:15 +00002935 }, true /* traverseTopToBottom */);
Wale Ogunwale494009b82016-10-21 09:01:38 -07002936 }
2937
2938 void onWindowFreezeTimeout() {
2939 Slog.w(TAG_WM, "Window freeze timeout expired.");
2940 mService.mWindowsFreezingScreen = WINDOWS_FREEZING_SCREENS_TIMEOUT;
Wale Ogunwale6213caa2016-12-02 16:47:15 +00002941
2942 forAllWindows(w -> {
Bryce Lee8c3cf382017-07-06 19:47:10 -07002943 if (!w.getOrientationChanging()) {
Wale Ogunwale6213caa2016-12-02 16:47:15 +00002944 return;
Wale Ogunwale494009b82016-10-21 09:01:38 -07002945 }
Robert Carr9c1c3a02017-08-08 12:59:01 -07002946 w.orientationChangeTimedOut();
Wale Ogunwale494009b82016-10-21 09:01:38 -07002947 w.mLastFreezeDuration = (int)(SystemClock.elapsedRealtime()
2948 - mService.mDisplayFreezeTime);
2949 Slog.w(TAG_WM, "Force clearing orientation change: " + w);
Wale Ogunwale6213caa2016-12-02 16:47:15 +00002950 }, true /* traverseTopToBottom */);
Wale Ogunwale494009b82016-10-21 09:01:38 -07002951 mService.mWindowPlacerLocked.performSurfacePlacement();
2952 }
2953
2954 void waitForAllWindowsDrawn() {
2955 final WindowManagerPolicy policy = mService.mPolicy;
Wale Ogunwale6213caa2016-12-02 16:47:15 +00002956 forAllWindows(w -> {
2957 final boolean keyguard = policy.isKeyguardHostWindow(w.mAttrs);
2958 if (w.isVisibleLw() && (w.mAppToken != null || keyguard)) {
2959 w.mWinAnimator.mDrawState = DRAW_PENDING;
Wale Ogunwale494009b82016-10-21 09:01:38 -07002960 // Force add to mResizingWindows.
Wale Ogunwale6213caa2016-12-02 16:47:15 +00002961 w.mLastContentInsets.set(-1, -1, -1, -1);
2962 mService.mWaitingForDrawn.add(w);
Wale Ogunwale494009b82016-10-21 09:01:38 -07002963 }
Wale Ogunwale6213caa2016-12-02 16:47:15 +00002964 }, true /* traverseTopToBottom */);
Wale Ogunwale494009b82016-10-21 09:01:38 -07002965 }
2966
Wale Ogunwalef7cab102016-10-25 15:25:14 -07002967 // TODO: Super crazy long method that should be broken down...
2968 boolean applySurfaceChangesTransaction(boolean recoveringMemory) {
2969
Wale Ogunwalef7cab102016-10-25 15:25:14 -07002970 final int dw = mDisplayInfo.logicalWidth;
2971 final int dh = mDisplayInfo.logicalHeight;
2972 final WindowSurfacePlacer surfacePlacer = mService.mWindowPlacerLocked;
2973
2974 mTmpUpdateAllDrawn.clear();
2975
2976 int repeats = 0;
2977 do {
2978 repeats++;
2979 if (repeats > 6) {
2980 Slog.w(TAG, "Animation repeat aborted after too many iterations");
2981 clearLayoutNeeded();
2982 break;
2983 }
2984
2985 if (DEBUG_LAYOUT_REPEATS) surfacePlacer.debugLayoutRepeats("On entry to LockedInner",
2986 pendingLayoutChanges);
2987
Andrii Kulian839def92016-11-02 10:58:58 -07002988 // TODO(multi-display): For now adjusting wallpaper only on primary display to avoid
2989 // the wallpaper window jumping across displays.
2990 // Remove check for default display when there will be support for multiple wallpaper
2991 // targets (on different displays).
2992 if (isDefaultDisplay && (pendingLayoutChanges & FINISH_LAYOUT_REDO_WALLPAPER) != 0) {
Wale Ogunwale6213caa2016-12-02 16:47:15 +00002993 mWallpaperController.adjustWallpaperWindows(this);
Wale Ogunwalef7cab102016-10-25 15:25:14 -07002994 }
2995
Riddle Hsu654a6f92018-07-13 22:59:36 +08002996 if ((pendingLayoutChanges & FINISH_LAYOUT_REDO_CONFIG) != 0) {
Wale Ogunwalef7cab102016-10-25 15:25:14 -07002997 if (DEBUG_LAYOUT) Slog.v(TAG, "Computing new config from layout");
Robert Carrae606b42018-02-15 15:36:23 -08002998 if (mService.updateOrientationFromAppTokensLocked(mDisplayId)) {
Wale Ogunwalef7cab102016-10-25 15:25:14 -07002999 setLayoutNeeded();
Andrii Kulianb17e8692016-11-01 10:37:22 -07003000 mService.mH.obtainMessage(SEND_NEW_CONFIGURATION, mDisplayId).sendToTarget();
Wale Ogunwalef7cab102016-10-25 15:25:14 -07003001 }
3002 }
3003
3004 if ((pendingLayoutChanges & FINISH_LAYOUT_REDO_LAYOUT) != 0) {
3005 setLayoutNeeded();
3006 }
3007
3008 // FIRST LOOP: Perform a layout, if needed.
3009 if (repeats < LAYOUT_REPEAT_THRESHOLD) {
3010 performLayout(repeats == 1, false /* updateInputWindows */);
3011 } else {
3012 Slog.w(TAG, "Layout repeat skipped after too many iterations");
3013 }
3014
3015 // FIRST AND ONE HALF LOOP: Make WindowManagerPolicy think it is animating.
3016 pendingLayoutChanges = 0;
3017
3018 if (isDefaultDisplay) {
3019 mService.mPolicy.beginPostLayoutPolicyLw(dw, dh);
Wale Ogunwale1e129a42016-11-21 13:03:47 -08003020 forAllWindows(mApplyPostLayoutPolicy, true /* traverseTopToBottom */);
Wale Ogunwalef7cab102016-10-25 15:25:14 -07003021 pendingLayoutChanges |= mService.mPolicy.finishPostLayoutPolicyLw();
3022 if (DEBUG_LAYOUT_REPEATS) surfacePlacer.debugLayoutRepeats(
3023 "after finishPostLayoutPolicyLw", pendingLayoutChanges);
3024 }
3025 } while (pendingLayoutChanges != 0);
3026
Wale Ogunwale6213caa2016-12-02 16:47:15 +00003027 mTmpApplySurfaceChangesTransactionState.reset();
Wale Ogunwalef7cab102016-10-25 15:25:14 -07003028
Wale Ogunwale1e129a42016-11-21 13:03:47 -08003029 mTmpRecoveringMemory = recoveringMemory;
3030 forAllWindows(mApplySurfaceChangesTransaction, true /* traverseTopToBottom */);
Jorim Jaggi6b0f8462018-01-05 17:23:47 +01003031 prepareSurfaces();
Wale Ogunwalef7cab102016-10-25 15:25:14 -07003032
3033 mService.mDisplayManagerInternal.setDisplayProperties(mDisplayId,
Wale Ogunwale6213caa2016-12-02 16:47:15 +00003034 mTmpApplySurfaceChangesTransactionState.displayHasContent,
3035 mTmpApplySurfaceChangesTransactionState.preferredRefreshRate,
3036 mTmpApplySurfaceChangesTransactionState.preferredModeId,
Wale Ogunwalef7cab102016-10-25 15:25:14 -07003037 true /* inTraversal, must call performTraversalInTrans... below */);
3038
Lucas Dupin1ead7fc2017-05-24 14:14:44 -07003039 final boolean wallpaperVisible = mWallpaperController.isWallpaperVisible();
3040 if (wallpaperVisible != mLastWallpaperVisible) {
3041 mLastWallpaperVisible = wallpaperVisible;
3042 mService.mWallpaperVisibilityListeners.notifyWallpaperVisibilityChanged(this);
3043 }
3044
Wale Ogunwalef7cab102016-10-25 15:25:14 -07003045 while (!mTmpUpdateAllDrawn.isEmpty()) {
3046 final AppWindowToken atoken = mTmpUpdateAllDrawn.removeLast();
3047 // See if any windows have been drawn, so they (and others associated with them)
3048 // can now be shown.
Matthew Ng498c71d2017-04-18 13:55:45 -07003049 atoken.updateAllDrawn();
Wale Ogunwalef7cab102016-10-25 15:25:14 -07003050 }
3051
Wale Ogunwale6213caa2016-12-02 16:47:15 +00003052 return mTmpApplySurfaceChangesTransactionState.focusDisplayed;
Wale Ogunwalef7cab102016-10-25 15:25:14 -07003053 }
3054
Bryce Leef3c6a472017-11-14 14:53:06 -08003055 private void updateBounds() {
3056 calculateBounds(mTmpBounds);
3057 setBounds(mTmpBounds);
3058 }
3059
3060 // Determines the current display bounds based on the current state
3061 private void calculateBounds(Rect out) {
3062 // Uses same calculation as in LogicalDisplay#configureDisplayInTransactionLocked.
3063 final int orientation = mDisplayInfo.rotation;
3064 boolean rotated = (orientation == ROTATION_90 || orientation == ROTATION_270);
3065 final int physWidth = rotated ? mBaseDisplayHeight : mBaseDisplayWidth;
3066 final int physHeight = rotated ? mBaseDisplayWidth : mBaseDisplayHeight;
3067 int width = mDisplayInfo.logicalWidth;
3068 int left = (physWidth - width) / 2;
3069 int height = mDisplayInfo.logicalHeight;
3070 int top = (physHeight - height) / 2;
3071 out.set(left, top, left + width, top + height);
3072 }
3073
3074 @Override
3075 public void getBounds(Rect out) {
3076 calculateBounds(out);
3077 }
3078
3079 private void getBounds(Rect out, int orientation) {
3080 getBounds(out);
3081
3082 // Rotate the Rect if needed.
3083 final int currentRotation = mDisplayInfo.rotation;
3084 final int rotationDelta = deltaRotation(currentRotation, orientation);
3085 if (rotationDelta == ROTATION_90 || rotationDelta == ROTATION_270) {
3086 createRotationMatrix(rotationDelta, mBaseDisplayWidth, mBaseDisplayHeight, mTmpMatrix);
3087 mTmpRectF.set(out);
3088 mTmpMatrix.mapRect(mTmpRectF);
3089 mTmpRectF.round(out);
3090 }
3091 }
3092
Wale Ogunwalef7cab102016-10-25 15:25:14 -07003093 void performLayout(boolean initial, boolean updateInputWindows) {
3094 if (!isLayoutNeeded()) {
3095 return;
3096 }
3097 clearLayoutNeeded();
3098
3099 final int dw = mDisplayInfo.logicalWidth;
3100 final int dh = mDisplayInfo.logicalHeight;
Wale Ogunwalef7cab102016-10-25 15:25:14 -07003101 if (DEBUG_LAYOUT) {
3102 Slog.v(TAG, "-------------------------------------");
3103 Slog.v(TAG, "performLayout: needed=" + isLayoutNeeded() + " dw=" + dw + " dh=" + dh);
3104 }
3105
Adrian Roos6a4fa0e2018-03-05 19:50:16 +01003106 mDisplayFrames.onDisplayInfoUpdated(mDisplayInfo,
3107 calculateDisplayCutoutForRotation(mDisplayInfo.rotation));
Wale Ogunwale828ff7e2017-11-14 01:01:29 +00003108 // TODO: Not sure if we really need to set the rotation here since we are updating from the
3109 // display info above...
3110 mDisplayFrames.mRotation = mRotation;
3111 mService.mPolicy.beginLayoutLw(mDisplayFrames, getConfiguration().uiMode);
Wale Ogunwalef7cab102016-10-25 15:25:14 -07003112 if (isDefaultDisplay) {
3113 // Not needed on non-default displays.
3114 mService.mSystemDecorLayer = mService.mPolicy.getSystemDecorLayerLw();
3115 mService.mScreenRect.set(0, 0, dw, dh);
3116 }
3117
Adrian Roos5251b1d2018-03-23 18:57:43 +01003118 int seq = mLayoutSeq + 1;
Wale Ogunwalef7cab102016-10-25 15:25:14 -07003119 if (seq < 0) seq = 0;
Adrian Roos5251b1d2018-03-23 18:57:43 +01003120 mLayoutSeq = seq;
Wale Ogunwalef7cab102016-10-25 15:25:14 -07003121
Wale Ogunwale6213caa2016-12-02 16:47:15 +00003122 // Used to indicate that we have processed the dream window and all additional windows are
3123 // behind it.
3124 mTmpWindow = null;
Wale Ogunwale1e129a42016-11-21 13:03:47 -08003125 mTmpInitial = initial;
Wale Ogunwalef7cab102016-10-25 15:25:14 -07003126
3127 // First perform layout of any root windows (not attached to another window).
Wale Ogunwale1e129a42016-11-21 13:03:47 -08003128 forAllWindows(mPerformLayout, true /* traverseTopToBottom */);
Wale Ogunwalef7cab102016-10-25 15:25:14 -07003129
Wale Ogunwale6213caa2016-12-02 16:47:15 +00003130 // Used to indicate that we have processed the dream window and all additional attached
3131 // windows are behind it.
Wale Ogunwale1e129a42016-11-21 13:03:47 -08003132 mTmpWindow2 = mTmpWindow;
Wale Ogunwale6213caa2016-12-02 16:47:15 +00003133 mTmpWindow = null;
Wale Ogunwalef7cab102016-10-25 15:25:14 -07003134
3135 // Now perform layout of attached windows, which usually depend on the position of the
3136 // window they are attached to. XXX does not deal with windows that are attached to windows
3137 // that are themselves attached.
Wale Ogunwale1e129a42016-11-21 13:03:47 -08003138 forAllWindows(mPerformLayoutAttached, true /* traverseTopToBottom */);
Wale Ogunwalef7cab102016-10-25 15:25:14 -07003139
3140 // Window frames may have changed. Tell the input dispatcher about it.
Arthur Hung95b38a92018-07-20 18:56:12 +08003141 mInputMonitor.layoutInputConsumers(dw, dh);
3142 mInputMonitor.setUpdateInputWindowsNeededLw();
Wale Ogunwalef7cab102016-10-25 15:25:14 -07003143 if (updateInputWindows) {
Arthur Hung95b38a92018-07-20 18:56:12 +08003144 mInputMonitor.updateInputWindowsLw(false /*force*/);
Wale Ogunwalef7cab102016-10-25 15:25:14 -07003145 }
3146
Wale Ogunwalef7cab102016-10-25 15:25:14 -07003147 mService.mH.sendEmptyMessage(UPDATE_DOCKED_STACK_DIVIDER);
3148 }
3149
3150 /**
3151 * Takes a snapshot of the display. In landscape mode this grabs the whole screen.
3152 * In portrait mode, it grabs the full screenshot.
3153 *
Wale Ogunwalef7cab102016-10-25 15:25:14 -07003154 * @param config of the output bitmap
Wale Ogunwalef7cab102016-10-25 15:25:14 -07003155 */
chaviw0315a1a2018-03-05 15:28:35 -08003156 Bitmap screenshotDisplayLocked(Bitmap.Config config) {
3157 if (!mService.mPolicy.isScreenOn()) {
3158 if (DEBUG_SCREENSHOT) {
3159 Slog.i(TAG_WM, "Attempted to take screenshot while display was off.");
Wale Ogunwalef7cab102016-10-25 15:25:14 -07003160 }
chaviw0315a1a2018-03-05 15:28:35 -08003161 return null;
Wale Ogunwalef7cab102016-10-25 15:25:14 -07003162 }
chaviwfbe47df2017-11-10 16:14:49 -08003163
chaviw0315a1a2018-03-05 15:28:35 -08003164 int dw = mDisplayInfo.logicalWidth;
3165 int dh = mDisplayInfo.logicalHeight;
chaviwfbe47df2017-11-10 16:14:49 -08003166
chaviw0315a1a2018-03-05 15:28:35 -08003167 if (dw <= 0 || dh <= 0) {
3168 return null;
3169 }
chaviwfbe47df2017-11-10 16:14:49 -08003170
chaviw0315a1a2018-03-05 15:28:35 -08003171 final Rect frame = new Rect(0, 0, dw, dh);
chaviwfbe47df2017-11-10 16:14:49 -08003172
chaviw0315a1a2018-03-05 15:28:35 -08003173 // The screenshot API does not apply the current screen rotation.
3174 int rot = mDisplay.getRotation();
chaviwfbe47df2017-11-10 16:14:49 -08003175
chaviw0315a1a2018-03-05 15:28:35 -08003176 if (rot == ROTATION_90 || rot == ROTATION_270) {
3177 rot = (rot == ROTATION_90) ? ROTATION_270 : ROTATION_90;
3178 }
chaviwfbe47df2017-11-10 16:14:49 -08003179
chaviw0315a1a2018-03-05 15:28:35 -08003180 // SurfaceFlinger is not aware of orientation, so convert our logical
3181 // crop to SurfaceFlinger's portrait orientation.
3182 convertCropForSurfaceFlinger(frame, rot, dw, dh);
3183
3184 final ScreenRotationAnimation screenRotationAnimation =
3185 mService.mAnimator.getScreenRotationAnimationLocked(DEFAULT_DISPLAY);
3186 final boolean inRotation = screenRotationAnimation != null &&
3187 screenRotationAnimation.isAnimating();
3188 if (DEBUG_SCREENSHOT && inRotation) Slog.v(TAG_WM, "Taking screenshot while rotating");
3189
3190 // TODO(b/68392460): We should screenshot Task controls directly
3191 // but it's difficult at the moment as the Task doesn't have the
3192 // correct size set.
3193 final Bitmap bitmap = SurfaceControl.screenshot(frame, dw, dh, 0, 1, inRotation, rot);
3194 if (bitmap == null) {
3195 Slog.w(TAG_WM, "Failed to take screenshot");
3196 return null;
3197 }
3198
3199 // Create a copy of the screenshot that is immutable and backed in ashmem.
3200 // This greatly reduces the overhead of passing the bitmap between processes.
3201 final Bitmap ret = bitmap.createAshmemBitmap(config);
3202 bitmap.recycle();
3203 return ret;
Wale Ogunwalef7cab102016-10-25 15:25:14 -07003204 }
3205
3206 // TODO: Can this use createRotationMatrix()?
3207 private static void convertCropForSurfaceFlinger(Rect crop, int rot, int dw, int dh) {
3208 if (rot == Surface.ROTATION_90) {
3209 final int tmp = crop.top;
3210 crop.top = dw - crop.right;
3211 crop.right = crop.bottom;
3212 crop.bottom = dw - crop.left;
3213 crop.left = tmp;
3214 } else if (rot == Surface.ROTATION_180) {
3215 int tmp = crop.top;
3216 crop.top = dh - crop.bottom;
3217 crop.bottom = dh - tmp;
3218 tmp = crop.right;
3219 crop.right = dw - crop.left;
3220 crop.left = dw - tmp;
3221 } else if (rot == Surface.ROTATION_270) {
3222 final int tmp = crop.top;
3223 crop.top = crop.left;
3224 crop.left = dh - crop.bottom;
3225 crop.bottom = crop.right;
3226 crop.right = dh - tmp;
3227 }
3228 }
3229
3230 void onSeamlessRotationTimeout() {
Wale Ogunwale6213caa2016-12-02 16:47:15 +00003231 // Used to indicate the layout is needed.
3232 mTmpWindow = null;
3233
3234 forAllWindows(w -> {
Wale Ogunwalef7cab102016-10-25 15:25:14 -07003235 if (!w.mSeamlesslyRotated) {
Wale Ogunwale6213caa2016-12-02 16:47:15 +00003236 return;
Wale Ogunwalef7cab102016-10-25 15:25:14 -07003237 }
Wale Ogunwale6213caa2016-12-02 16:47:15 +00003238 mTmpWindow = w;
Wale Ogunwalef7cab102016-10-25 15:25:14 -07003239 w.setDisplayLayoutNeeded();
3240 mService.markForSeamlessRotation(w, false);
Wale Ogunwale6213caa2016-12-02 16:47:15 +00003241 }, true /* traverseTopToBottom */);
Wale Ogunwalef7cab102016-10-25 15:25:14 -07003242
Wale Ogunwale6213caa2016-12-02 16:47:15 +00003243 if (mTmpWindow != null) {
Wale Ogunwalef7cab102016-10-25 15:25:14 -07003244 mService.mWindowPlacerLocked.performSurfacePlacement();
3245 }
3246 }
3247
Wale Ogunwale1666e312016-12-16 11:27:18 -08003248 void setExitingTokensHasVisible(boolean hasVisible) {
3249 for (int i = mExitingTokens.size() - 1; i >= 0; i--) {
3250 mExitingTokens.get(i).hasVisible = hasVisible;
3251 }
3252
3253 // Initialize state of exiting applications.
3254 mTaskStackContainers.setExitingTokensHasVisible(hasVisible);
3255 }
3256
3257 void removeExistingTokensIfPossible() {
3258 for (int i = mExitingTokens.size() - 1; i >= 0; i--) {
3259 final WindowToken token = mExitingTokens.get(i);
3260 if (!token.hasVisible) {
3261 mExitingTokens.remove(i);
3262 }
3263 }
3264
3265 // Time to remove any exiting applications?
3266 mTaskStackContainers.removeExistingAppTokensIfPossible();
3267 }
3268
Wale Ogunwale55ddf8f2017-03-20 08:56:38 -07003269 @Override
3270 void onDescendantOverrideConfigurationChanged() {
3271 setLayoutNeeded();
3272 mService.requestTraversal();
3273 }
3274
David Stevens9440dc82017-03-16 19:00:20 -07003275 boolean okToDisplay() {
3276 if (mDisplayId == DEFAULT_DISPLAY) {
3277 return !mService.mDisplayFrozen
3278 && mService.mDisplayEnabled && mService.mPolicy.isScreenOn();
3279 }
3280 return mDisplayInfo.state == Display.STATE_ON;
3281 }
3282
3283 boolean okToAnimate() {
3284 return okToDisplay() &&
3285 (mDisplayId != DEFAULT_DISPLAY || mService.mPolicy.okToAnimate());
3286 }
3287
Wale Ogunwale3f4433d2016-08-18 20:42:42 -07003288 static final class TaskForResizePointSearchResult {
3289 boolean searchDone;
3290 Task taskForResize;
3291
3292 void reset() {
3293 searchDone = false;
3294 taskForResize = null;
3295 }
3296 }
Robert Carr3b716242016-08-16 16:02:21 -07003297
Wale Ogunwale6213caa2016-12-02 16:47:15 +00003298 private static final class ApplySurfaceChangesTransactionState {
3299 boolean displayHasContent;
3300 boolean obscured;
3301 boolean syswin;
3302 boolean focusDisplayed;
3303 float preferredRefreshRate;
3304 int preferredModeId;
3305
3306 void reset() {
3307 displayHasContent = false;
3308 obscured = false;
3309 syswin = false;
3310 focusDisplayed = false;
3311 preferredRefreshRate = 0;
3312 preferredModeId = 0;
3313 }
3314 }
3315
3316 private static final class ScreenshotApplicationState {
3317 WindowState appWin;
3318 int maxLayer;
3319 int minLayer;
3320 boolean screenshotReady;
3321
3322 void reset(boolean screenshotReady) {
3323 appWin = null;
3324 maxLayer = 0;
3325 minLayer = 0;
3326 this.screenshotReady = screenshotReady;
3327 minLayer = (screenshotReady) ? 0 : Integer.MAX_VALUE;
3328 }
3329 }
3330
Wale Ogunwale19e452e2016-10-12 12:36:29 -07003331 /**
3332 * Base class for any direct child window container of {@link #DisplayContent} need to inherit
3333 * from. This is mainly a pass through class that allows {@link #DisplayContent} to have
3334 * homogeneous children type which is currently required by sub-classes of
3335 * {@link WindowContainer} class.
3336 */
3337 static class DisplayChildWindowContainer<E extends WindowContainer> extends WindowContainer<E> {
3338
Jorim Jaggiffe128d2017-11-30 13:54:36 +01003339 DisplayChildWindowContainer(WindowManagerService service) {
3340 super(service);
3341 }
3342
Wale Ogunwale19e452e2016-10-12 12:36:29 -07003343 @Override
3344 boolean fillsParent() {
3345 return true;
3346 }
3347
3348 @Override
3349 boolean isVisible() {
3350 return true;
Robert Carr3b716242016-08-16 16:02:21 -07003351 }
3352 }
3353
Wale Ogunwale19e452e2016-10-12 12:36:29 -07003354 /**
3355 * Window container class that contains all containers on this display relating to Apps.
3356 * I.e Activities.
3357 */
Wale Ogunwale3a931692016-11-02 16:49:48 -07003358 private final class TaskStackContainers extends DisplayChildWindowContainer<TaskStack> {
Robert Carrb1579c82017-09-05 14:54:47 -07003359 /**
3360 * A control placed at the appropriate level for transitions to occur.
3361 */
chaviw23ee71c2017-12-18 11:29:41 -08003362 SurfaceControl mAppAnimationLayer = null;
Jorim Jaggibe418292018-03-26 16:14:12 +02003363 SurfaceControl mBoostedAppAnimationLayer = null;
Jorim Jaggi391790622018-04-18 15:30:44 +02003364 SurfaceControl mHomeAppAnimationLayer = null;
Wale Ogunwale19e452e2016-10-12 12:36:29 -07003365
Robert Carrf7a7ca82017-12-06 13:17:07 -08003366 /**
3367 * Given that the split-screen divider does not have an AppWindowToken, it
3368 * will have to live inside of a "NonAppWindowContainer", in particular
3369 * {@link DisplayContent#mAboveAppWindowsContainers}. However, in visual Z order
3370 * it will need to be interleaved with some of our children, appearing on top of
3371 * both docked stacks but underneath any assistant stacks.
3372 *
3373 * To solve this problem we have this anchor control, which will always exist so
3374 * we can always assign it the correct value in our {@link #assignChildLayers}.
3375 * Likewise since it always exists, {@link AboveAppWindowContainers} can always
3376 * assign the divider a layer relative to it. This way we prevent linking lifecycle
3377 * events between the two containers.
3378 */
3379 SurfaceControl mSplitScreenDividerAnchor = null;
3380
Wale Ogunwale61911492017-10-11 08:50:50 -07003381 // Cached reference to some special stacks we tend to get a lot so we don't need to loop
3382 // through the list to find them.
3383 private TaskStack mHomeStack = null;
3384 private TaskStack mPinnedStack = null;
3385 private TaskStack mSplitScreenPrimaryStack = null;
3386
Jorim Jaggiffe128d2017-11-30 13:54:36 +01003387 TaskStackContainers(WindowManagerService service) {
3388 super(service);
3389 }
3390
Wale Ogunwale61911492017-10-11 08:50:50 -07003391 /**
3392 * Returns the topmost stack on the display that is compatible with the input windowing mode
3393 * and activity type. Null is no compatible stack on the display.
3394 */
3395 TaskStack getStack(int windowingMode, int activityType) {
3396 if (activityType == ACTIVITY_TYPE_HOME) {
3397 return mHomeStack;
3398 }
3399 if (windowingMode == WINDOWING_MODE_PINNED) {
3400 return mPinnedStack;
3401 } else if (windowingMode == WINDOWING_MODE_SPLIT_SCREEN_PRIMARY) {
3402 return mSplitScreenPrimaryStack;
3403 }
3404 for (int i = mTaskStackContainers.getChildCount() - 1; i >= 0; --i) {
3405 final TaskStack stack = mTaskStackContainers.getChildAt(i);
Wale Ogunwale30e441d2017-11-09 08:28:45 -08003406 if (activityType == ACTIVITY_TYPE_UNDEFINED
3407 && windowingMode == stack.getWindowingMode()) {
3408 // Passing in undefined type means we want to match the topmost stack with the
3409 // windowing mode.
3410 return stack;
3411 }
Wale Ogunwale61911492017-10-11 08:50:50 -07003412 if (stack.isCompatible(windowingMode, activityType)) {
3413 return stack;
3414 }
3415 }
3416 return null;
3417 }
3418
3419 @VisibleForTesting
3420 TaskStack getTopStack() {
3421 return mTaskStackContainers.getChildCount() > 0
3422 ? mTaskStackContainers.getChildAt(mTaskStackContainers.getChildCount() - 1) : null;
3423 }
3424
3425 TaskStack getHomeStack() {
3426 if (mHomeStack == null && mDisplayId == DEFAULT_DISPLAY) {
3427 Slog.e(TAG_WM, "getHomeStack: Returning null from this=" + this);
3428 }
3429 return mHomeStack;
3430 }
3431
3432 TaskStack getPinnedStack() {
3433 return mPinnedStack;
3434 }
3435
Matthew Ng64e77cf2017-10-31 14:01:31 -07003436 TaskStack getSplitScreenPrimaryStack() {
Wale Ogunwale61911492017-10-11 08:50:50 -07003437 return mSplitScreenPrimaryStack;
3438 }
3439
Winson Chunge2d72172018-01-25 17:46:20 +00003440 ArrayList<Task> getVisibleTasks() {
3441 final ArrayList<Task> visibleTasks = new ArrayList<>();
3442 forAllTasks(task -> {
3443 if (task.isVisible()) {
3444 visibleTasks.add(task);
3445 }
3446 });
3447 return visibleTasks;
3448 }
3449
Andrii Kulian839def92016-11-02 10:58:58 -07003450 /**
3451 * Adds the stack to this container.
Wale Ogunwale61911492017-10-11 08:50:50 -07003452 * @see DisplayContent#createStack(int, boolean, StackWindowController)
Andrii Kulian839def92016-11-02 10:58:58 -07003453 */
3454 void addStackToDisplay(TaskStack stack, boolean onTop) {
Wale Ogunwale61911492017-10-11 08:50:50 -07003455 addStackReferenceIfNeeded(stack);
Wale Ogunwale19e452e2016-10-12 12:36:29 -07003456 addChild(stack, onTop);
3457 stack.onDisplayChanged(DisplayContent.this);
Robert Carr3b716242016-08-16 16:02:21 -07003458 }
Wale Ogunwale19e452e2016-10-12 12:36:29 -07003459
Wale Ogunwale61911492017-10-11 08:50:50 -07003460 void onStackWindowingModeChanged(TaskStack stack) {
3461 removeStackReferenceIfNeeded(stack);
3462 addStackReferenceIfNeeded(stack);
3463 if (stack == mPinnedStack && getTopStack() != stack) {
3464 // Looks like this stack changed windowing mode to pinned. Move it to the top.
3465 positionChildAt(POSITION_TOP, stack, false /* includingParents */);
3466 }
3467 }
3468
3469 private void addStackReferenceIfNeeded(TaskStack stack) {
3470 if (stack.isActivityTypeHome()) {
Louis Chang6322c422018-07-18 18:37:28 +08003471 // TODO(b/111363427) Rollback to throws exceptions once we figure out how to
3472 // properly deal with home type stack when external display removed
Wale Ogunwale61911492017-10-11 08:50:50 -07003473 if (mHomeStack != null) {
Louis Chang6322c422018-07-18 18:37:28 +08003474 // throw new IllegalArgumentException("addStackReferenceIfNeeded: home stack="
3475 // + mHomeStack + " already exist on display=" + this + " stack=" + stack);
3476 Slog.e(TAG, "addStackReferenceIfNeeded: home stack="
Wale Ogunwale61911492017-10-11 08:50:50 -07003477 + mHomeStack + " already exist on display=" + this + " stack=" + stack);
Louis Chang6322c422018-07-18 18:37:28 +08003478 } else {
3479 mHomeStack = stack;
Wale Ogunwale61911492017-10-11 08:50:50 -07003480 }
Wale Ogunwale61911492017-10-11 08:50:50 -07003481 }
3482 final int windowingMode = stack.getWindowingMode();
3483 if (windowingMode == WINDOWING_MODE_PINNED) {
3484 if (mPinnedStack != null) {
3485 throw new IllegalArgumentException("addStackReferenceIfNeeded: pinned stack="
3486 + mPinnedStack + " already exist on display=" + this
3487 + " stack=" + stack);
3488 }
3489 mPinnedStack = stack;
3490 } else if (windowingMode == WINDOWING_MODE_SPLIT_SCREEN_PRIMARY) {
3491 if (mSplitScreenPrimaryStack != null) {
3492 throw new IllegalArgumentException("addStackReferenceIfNeeded:"
3493 + " split-screen-primary" + " stack=" + mSplitScreenPrimaryStack
3494 + " already exist on display=" + this + " stack=" + stack);
3495 }
3496 mSplitScreenPrimaryStack = stack;
Wale Ogunwale30e441d2017-11-09 08:28:45 -08003497 mDividerControllerLocked.notifyDockedStackExistsChanged(true);
Wale Ogunwale61911492017-10-11 08:50:50 -07003498 }
3499 }
3500
3501 private void removeStackReferenceIfNeeded(TaskStack stack) {
3502 if (stack == mHomeStack) {
3503 mHomeStack = null;
3504 } else if (stack == mPinnedStack) {
3505 mPinnedStack = null;
3506 } else if (stack == mSplitScreenPrimaryStack) {
3507 mSplitScreenPrimaryStack = null;
Wale Ogunwale30e441d2017-11-09 08:28:45 -08003508 // Re-set the split-screen create mode whenever the split-screen stack is removed.
3509 mService.setDockedStackCreateStateLocked(
3510 SPLIT_SCREEN_CREATE_MODE_TOP_OR_LEFT, null /* initialBounds */);
3511 mDividerControllerLocked.notifyDockedStackExistsChanged(false);
Wale Ogunwale61911492017-10-11 08:50:50 -07003512 }
Andrii Kulian839def92016-11-02 10:58:58 -07003513 }
3514
Wale Ogunwale19e452e2016-10-12 12:36:29 -07003515 private void addChild(TaskStack stack, boolean toTop) {
Andrii Kuliancd5dcb8b2017-01-03 17:09:45 -08003516 final int addIndex = findPositionForStack(toTop ? mChildren.size() : 0, stack,
3517 true /* adding */);
Wale Ogunwale19e452e2016-10-12 12:36:29 -07003518 addChild(stack, addIndex);
3519 setLayoutNeeded();
3520 }
3521
Wale Ogunwale61911492017-10-11 08:50:50 -07003522 @Override
3523 protected void removeChild(TaskStack stack) {
3524 super.removeChild(stack);
3525 removeStackReferenceIfNeeded(stack);
3526 }
Bryce Lee00d586d2017-07-28 20:48:43 -07003527
3528 @Override
3529 boolean isOnTop() {
3530 // Considered always on top
3531 return true;
3532 }
3533
Wale Ogunwalee6f806e2016-10-20 15:29:42 -07003534 @Override
Andrii Kuliand2765632016-12-12 22:26:34 -08003535 void positionChildAt(int position, TaskStack child, boolean includingParents) {
Wale Ogunwale3382ab12017-07-27 08:55:03 -07003536 if (child.getWindowConfiguration().isAlwaysOnTop()
3537 && position != POSITION_TOP) {
Andrii Kuliand2765632016-12-12 22:26:34 -08003538 // This stack is always-on-top, override the default behavior.
3539 Slog.w(TAG_WM, "Ignoring move of always-on-top stack=" + this + " to bottom");
3540
3541 // Moving to its current position, as we must call super but we don't want to
3542 // perform any meaningful action.
3543 final int currentPosition = mChildren.indexOf(child);
3544 super.positionChildAt(currentPosition, child, false /* includingParents */);
3545 return;
3546 }
3547
Andrii Kuliancd5dcb8b2017-01-03 17:09:45 -08003548 final int targetPosition = findPositionForStack(position, child, false /* adding */);
3549 super.positionChildAt(targetPosition, child, includingParents);
3550
3551 setLayoutNeeded();
3552 }
3553
3554 /**
3555 * When stack is added or repositioned, find a proper position for it.
3556 * This will make sure that pinned stack always stays on top.
3557 * @param requestedPosition Position requested by caller.
3558 * @param stack Stack to be added or positioned.
3559 * @param adding Flag indicates whether we're adding a new stack or positioning an existing.
3560 * @return The proper position for the stack.
3561 */
3562 private int findPositionForStack(int requestedPosition, TaskStack stack, boolean adding) {
Kazuki Takise148d00a2018-05-31 15:32:19 +09003563 if (stack.inPinnedWindowingMode()) {
Kazuki Takisef85197b2018-06-18 18:18:36 +09003564 return POSITION_TOP;
Kazuki Takise148d00a2018-05-31 15:32:19 +09003565 }
3566
Kazuki Takisef85197b2018-06-18 18:18:36 +09003567 final int topChildPosition = mChildren.size() - 1;
3568 int belowAlwaysOnTopPosition = POSITION_BOTTOM;
3569 for (int i = topChildPosition; i >= 0; --i) {
3570 if (getStacks().get(i) != stack && !getStacks().get(i).isAlwaysOnTop()) {
3571 belowAlwaysOnTopPosition = i;
3572 break;
3573 }
3574 }
3575
3576 // The max possible position we can insert the stack at.
3577 int maxPosition = POSITION_TOP;
3578 // The min possible position we can insert the stack at.
3579 int minPosition = POSITION_BOTTOM;
3580
3581 if (stack.isAlwaysOnTop()) {
3582 if (hasPinnedStack()) {
3583 // Always-on-top stacks go below the pinned stack.
3584 maxPosition = getStacks().indexOf(mPinnedStack) - 1;
3585 }
3586 // Always-on-top stacks need to be above all other stacks.
3587 minPosition = belowAlwaysOnTopPosition !=
3588 POSITION_BOTTOM ? belowAlwaysOnTopPosition : topChildPosition;
3589 } else {
3590 // Other stacks need to be below the always-on-top stacks.
3591 maxPosition = belowAlwaysOnTopPosition !=
Arthur Hung928d8dc2018-07-18 15:38:05 +08003592 POSITION_BOTTOM ? belowAlwaysOnTopPosition : 0;
Kazuki Takisef85197b2018-06-18 18:18:36 +09003593 }
3594
3595 int targetPosition = requestedPosition;
3596 targetPosition = Math.min(targetPosition, maxPosition);
3597 targetPosition = Math.max(targetPosition, minPosition);
3598
3599 int prevPosition = getStacks().indexOf(stack);
3600 // The positions we calculated above (maxPosition, minPosition) do not take into
3601 // consideration the following edge cases.
3602 // 1) We need to adjust the position depending on the value "adding".
3603 // 2) When we are moving a stack to another position, we also need to adjust the
3604 // position depending on whether the stack is moving to a higher or lower position.
3605 if ((targetPosition != requestedPosition) &&
3606 (adding || targetPosition < prevPosition)) {
Kazuki Takise148d00a2018-05-31 15:32:19 +09003607 targetPosition++;
3608 }
3609
Andrii Kuliancd5dcb8b2017-01-03 17:09:45 -08003610 return targetPosition;
Andrii Kuliand2765632016-12-12 22:26:34 -08003611 }
3612
3613 @Override
Wale Ogunwalef4ebe2e2016-11-09 13:24:43 -08003614 boolean forAllWindows(ToBooleanFunction<WindowState> callback,
3615 boolean traverseTopToBottom) {
Wale Ogunwaleb783fd82016-11-04 09:51:54 -07003616 if (traverseTopToBottom) {
Wale Ogunwalef4ebe2e2016-11-09 13:24:43 -08003617 if (super.forAllWindows(callback, traverseTopToBottom)) {
3618 return true;
3619 }
3620 if (forAllExitingAppTokenWindows(callback, traverseTopToBottom)) {
3621 return true;
3622 }
Wale Ogunwaleb783fd82016-11-04 09:51:54 -07003623 } else {
Wale Ogunwalef4ebe2e2016-11-09 13:24:43 -08003624 if (forAllExitingAppTokenWindows(callback, traverseTopToBottom)) {
3625 return true;
3626 }
3627 if (super.forAllWindows(callback, traverseTopToBottom)) {
3628 return true;
3629 }
Wale Ogunwaleb783fd82016-11-04 09:51:54 -07003630 }
Wale Ogunwalef4ebe2e2016-11-09 13:24:43 -08003631 return false;
Wale Ogunwaleb783fd82016-11-04 09:51:54 -07003632 }
3633
Wale Ogunwalef4ebe2e2016-11-09 13:24:43 -08003634 private boolean forAllExitingAppTokenWindows(ToBooleanFunction<WindowState> callback,
Wale Ogunwaleb783fd82016-11-04 09:51:54 -07003635 boolean traverseTopToBottom) {
3636 // For legacy reasons we process the TaskStack.mExitingAppTokens first here before the
3637 // app tokens.
3638 // TODO: Investigate if we need to continue to do this or if we can just process them
3639 // in-order.
3640 if (traverseTopToBottom) {
3641 for (int i = mChildren.size() - 1; i >= 0; --i) {
3642 final AppTokenList appTokens = mChildren.get(i).mExitingAppTokens;
3643 for (int j = appTokens.size() - 1; j >= 0; --j) {
Wale Ogunwalef4ebe2e2016-11-09 13:24:43 -08003644 if (appTokens.get(j).forAllWindowsUnchecked(callback,
3645 traverseTopToBottom)) {
3646 return true;
3647 }
Wale Ogunwaleb783fd82016-11-04 09:51:54 -07003648 }
3649 }
3650 } else {
3651 final int count = mChildren.size();
3652 for (int i = 0; i < count; ++i) {
3653 final AppTokenList appTokens = mChildren.get(i).mExitingAppTokens;
3654 final int appTokensCount = appTokens.size();
3655 for (int j = 0; j < appTokensCount; j++) {
Wale Ogunwalef4ebe2e2016-11-09 13:24:43 -08003656 if (appTokens.get(j).forAllWindowsUnchecked(callback,
3657 traverseTopToBottom)) {
3658 return true;
3659 }
Wale Ogunwaleb783fd82016-11-04 09:51:54 -07003660 }
3661 }
3662 }
Wale Ogunwalef4ebe2e2016-11-09 13:24:43 -08003663 return false;
Wale Ogunwaleb783fd82016-11-04 09:51:54 -07003664 }
3665
Wale Ogunwale1666e312016-12-16 11:27:18 -08003666 void setExitingTokensHasVisible(boolean hasVisible) {
3667 for (int i = mChildren.size() - 1; i >= 0; --i) {
3668 final AppTokenList appTokens = mChildren.get(i).mExitingAppTokens;
3669 for (int j = appTokens.size() - 1; j >= 0; --j) {
3670 appTokens.get(j).hasVisible = hasVisible;
3671 }
3672 }
3673 }
3674
3675 void removeExistingAppTokensIfPossible() {
3676 for (int i = mChildren.size() - 1; i >= 0; --i) {
3677 final AppTokenList appTokens = mChildren.get(i).mExitingAppTokens;
3678 for (int j = appTokens.size() - 1; j >= 0; --j) {
3679 final AppWindowToken token = appTokens.get(j);
3680 if (!token.hasVisible && !mService.mClosingApps.contains(token)
3681 && (!token.mIsExiting || token.isEmpty())) {
3682 // Make sure there is no animation running on this token, so any windows
3683 // associated with it will be removed as soon as their animations are
3684 // complete.
Jorim Jaggif5f9e122017-10-24 18:21:09 +02003685 cancelAnimation();
Wale Ogunwale1666e312016-12-16 11:27:18 -08003686 if (DEBUG_ADD_REMOVE || DEBUG_TOKEN_MOVEMENT) Slog.v(TAG,
3687 "performLayout: App token exiting now removed" + token);
3688 token.removeIfPossible();
3689 }
3690 }
3691 }
3692 }
3693
Wale Ogunwaleb783fd82016-11-04 09:51:54 -07003694 @Override
Wale Ogunwalee6f806e2016-10-20 15:29:42 -07003695 int getOrientation() {
Wale Ogunwale44f036f2017-09-29 05:09:09 -07003696 if (isStackVisible(WINDOWING_MODE_SPLIT_SCREEN_PRIMARY)
3697 || isStackVisible(WINDOWING_MODE_FREEFORM)) {
Wale Ogunwalee6f806e2016-10-20 15:29:42 -07003698 // Apps and their containers are not allowed to specify an orientation while the
Wale Ogunwaled0c225c2018-06-15 14:47:46 -07003699 // docked or freeform stack is visible...except for the home stack if the docked
3700 // stack is minimized and it actually set something and the bounds is different from
3701 // the display.
Wale Ogunwalee6f806e2016-10-20 15:29:42 -07003702 if (mHomeStack != null && mHomeStack.isVisible()
Wale Ogunwalecf2d6472018-06-14 08:55:42 -07003703 && mDividerControllerLocked.isMinimizedDock()
Wale Ogunwalecf2d6472018-06-14 08:55:42 -07003704 && !(mDividerControllerLocked.isHomeStackResizable()
3705 && mHomeStack.matchParentBounds())) {
Wale Ogunwalee6f806e2016-10-20 15:29:42 -07003706 final int orientation = mHomeStack.getOrientation();
3707 if (orientation != SCREEN_ORIENTATION_UNSET) {
3708 return orientation;
3709 }
3710 }
3711 return SCREEN_ORIENTATION_UNSPECIFIED;
3712 }
3713
3714 final int orientation = super.getOrientation();
Dean Harding3e5a1522017-10-06 09:19:01 -07003715 boolean isCar = mService.mContext.getPackageManager().hasSystemFeature(
3716 PackageManager.FEATURE_AUTOMOTIVE);
3717 if (isCar) {
3718 // In a car, you cannot physically rotate the screen, so it doesn't make sense to
3719 // allow anything but the default orientation.
3720 if (DEBUG_ORIENTATION) Slog.v(TAG_WM,
Andrii Kulianef5ce1c2018-03-20 19:27:24 -07003721 "Forcing UNSPECIFIED orientation in car for display id=" + mDisplayId
3722 + ". Ignoring " + orientation);
Dean Harding3e5a1522017-10-06 09:19:01 -07003723 return SCREEN_ORIENTATION_UNSPECIFIED;
3724 }
3725
Wale Ogunwalee6f806e2016-10-20 15:29:42 -07003726 if (orientation != SCREEN_ORIENTATION_UNSET
3727 && orientation != SCREEN_ORIENTATION_BEHIND) {
3728 if (DEBUG_ORIENTATION) Slog.v(TAG_WM,
Andrii Kulianef5ce1c2018-03-20 19:27:24 -07003729 "App is requesting an orientation, return " + orientation
3730 + " for display id=" + mDisplayId);
Wale Ogunwalee6f806e2016-10-20 15:29:42 -07003731 return orientation;
3732 }
3733
3734 if (DEBUG_ORIENTATION) Slog.v(TAG_WM,
Andrii Kulianef5ce1c2018-03-20 19:27:24 -07003735 "No app is requesting an orientation, return " + mLastOrientation
3736 + " for display id=" + mDisplayId);
Wale Ogunwalee6f806e2016-10-20 15:29:42 -07003737 // The next app has not been requested to be visible, so we keep the current orientation
3738 // to prevent freezing/unfreezing the display too early.
Andrii Kulian8ee72852017-03-10 10:36:45 -08003739 return mLastOrientation;
Wale Ogunwalee6f806e2016-10-20 15:29:42 -07003740 }
Robert Carrb1579c82017-09-05 14:54:47 -07003741
3742 @Override
3743 void assignChildLayers(SurfaceControl.Transaction t) {
Robert Carr2f8aa392018-01-31 14:46:51 -08003744 assignStackOrdering(t);
Robert Carrf7a7ca82017-12-06 13:17:07 -08003745
Robert Carr2f8aa392018-01-31 14:46:51 -08003746 for (int i = 0; i < mChildren.size(); i++) {
3747 final TaskStack s = mChildren.get(i);
3748 s.assignChildLayers(t);
3749 }
3750 }
3751
3752 void assignStackOrdering(SurfaceControl.Transaction t) {
Jorim Jaggibe418292018-03-26 16:14:12 +02003753
Robert Carrf7a7ca82017-12-06 13:17:07 -08003754 final int HOME_STACK_STATE = 0;
3755 final int NORMAL_STACK_STATE = 1;
3756 final int ALWAYS_ON_TOP_STATE = 2;
3757
Jorim Jaggiffe128d2017-11-30 13:54:36 +01003758 int layer = 0;
Robert Carr2f8aa392018-01-31 14:46:51 -08003759 int layerForAnimationLayer = 0;
Jorim Jaggibe418292018-03-26 16:14:12 +02003760 int layerForBoostedAnimationLayer = 0;
Jorim Jaggi391790622018-04-18 15:30:44 +02003761 int layerForHomeAnimationLayer = 0;
Robert Carr2f8aa392018-01-31 14:46:51 -08003762
Robert Carrf7a7ca82017-12-06 13:17:07 -08003763 for (int state = 0; state <= ALWAYS_ON_TOP_STATE; state++) {
3764 for (int i = 0; i < mChildren.size(); i++) {
3765 final TaskStack s = mChildren.get(i);
Robert Carr2f8aa392018-01-31 14:46:51 -08003766 if (state == HOME_STACK_STATE && !s.isActivityTypeHome()) {
3767 continue;
3768 } else if (state == NORMAL_STACK_STATE && (s.isActivityTypeHome()
3769 || s.isAlwaysOnTop())) {
3770 continue;
3771 } else if (state == ALWAYS_ON_TOP_STATE && !s.isAlwaysOnTop()) {
3772 continue;
3773 }
3774 s.assignLayer(t, layer++);
3775 if (s.inSplitScreenWindowingMode() && mSplitScreenDividerAnchor != null) {
3776 t.setLayer(mSplitScreenDividerAnchor, layer++);
3777 }
Winson Chungd41f71d2018-03-16 15:26:07 -07003778 if ((s.isTaskAnimating() || s.isAppAnimating())
3779 && state != ALWAYS_ON_TOP_STATE) {
Robert Carr2f8aa392018-01-31 14:46:51 -08003780 // Ensure the animation layer ends up above the
3781 // highest animating stack and no higher.
3782 layerForAnimationLayer = layer++;
Robert Carrf7a7ca82017-12-06 13:17:07 -08003783 }
Jorim Jaggibe418292018-03-26 16:14:12 +02003784 if (state != ALWAYS_ON_TOP_STATE) {
3785 layerForBoostedAnimationLayer = layer++;
3786 }
Robert Carrf7a7ca82017-12-06 13:17:07 -08003787 }
Jorim Jaggi391790622018-04-18 15:30:44 +02003788 if (state == HOME_STACK_STATE) {
3789 layerForHomeAnimationLayer = layer++;
3790 }
Jorim Jaggiffe128d2017-11-30 13:54:36 +01003791 }
Robert Carr2f8aa392018-01-31 14:46:51 -08003792 if (mAppAnimationLayer != null) {
3793 t.setLayer(mAppAnimationLayer, layerForAnimationLayer);
Jorim Jaggiffe128d2017-11-30 13:54:36 +01003794 }
Jorim Jaggibe418292018-03-26 16:14:12 +02003795 if (mBoostedAppAnimationLayer != null) {
3796 t.setLayer(mBoostedAppAnimationLayer, layerForBoostedAnimationLayer);
3797 }
Jorim Jaggi391790622018-04-18 15:30:44 +02003798 if (mHomeAppAnimationLayer != null) {
3799 t.setLayer(mHomeAppAnimationLayer, layerForHomeAnimationLayer);
3800 }
Robert Carrb1579c82017-09-05 14:54:47 -07003801 }
3802
3803 @Override
Jorim Jaggi391790622018-04-18 15:30:44 +02003804 SurfaceControl getAppAnimationLayer(@AnimationLayer int animationLayer) {
3805 switch (animationLayer) {
3806 case ANIMATION_LAYER_BOOSTED:
3807 return mBoostedAppAnimationLayer;
3808 case ANIMATION_LAYER_HOME:
3809 return mHomeAppAnimationLayer;
3810 case ANIMATION_LAYER_STANDARD:
3811 default:
3812 return mAppAnimationLayer;
3813 }
chaviw23ee71c2017-12-18 11:29:41 -08003814 }
3815
Robert Carrf7a7ca82017-12-06 13:17:07 -08003816 SurfaceControl getSplitScreenDividerAnchor() {
3817 return mSplitScreenDividerAnchor;
3818 }
3819
chaviw23ee71c2017-12-18 11:29:41 -08003820 @Override
Robert Carrb1579c82017-09-05 14:54:47 -07003821 void onParentSet() {
3822 super.onParentSet();
3823 if (getParent() != null) {
chaviw23ee71c2017-12-18 11:29:41 -08003824 mAppAnimationLayer = makeChildSurface(null)
3825 .setName("animationLayer")
3826 .build();
Jorim Jaggibe418292018-03-26 16:14:12 +02003827 mBoostedAppAnimationLayer = makeChildSurface(null)
3828 .setName("boostedAnimationLayer")
3829 .build();
Jorim Jaggi391790622018-04-18 15:30:44 +02003830 mHomeAppAnimationLayer = makeChildSurface(null)
3831 .setName("homeAnimationLayer")
3832 .build();
Robert Carrf7a7ca82017-12-06 13:17:07 -08003833 mSplitScreenDividerAnchor = makeChildSurface(null)
3834 .setName("splitScreenDividerAnchor")
3835 .build();
3836 getPendingTransaction()
3837 .show(mAppAnimationLayer)
Jorim Jaggibe418292018-03-26 16:14:12 +02003838 .show(mBoostedAppAnimationLayer)
Jorim Jaggi391790622018-04-18 15:30:44 +02003839 .show(mHomeAppAnimationLayer)
Robert Carrf7a7ca82017-12-06 13:17:07 -08003840 .show(mSplitScreenDividerAnchor);
chaviw23ee71c2017-12-18 11:29:41 -08003841 scheduleAnimation();
Robert Carrb1579c82017-09-05 14:54:47 -07003842 } else {
chaviw23ee71c2017-12-18 11:29:41 -08003843 mAppAnimationLayer.destroy();
3844 mAppAnimationLayer = null;
Jorim Jaggibe418292018-03-26 16:14:12 +02003845 mBoostedAppAnimationLayer.destroy();
3846 mBoostedAppAnimationLayer = null;
Jorim Jaggi391790622018-04-18 15:30:44 +02003847 mHomeAppAnimationLayer.destroy();
3848 mHomeAppAnimationLayer = null;
Robert Carrf7a7ca82017-12-06 13:17:07 -08003849 mSplitScreenDividerAnchor.destroy();
3850 mSplitScreenDividerAnchor = null;
Robert Carrb1579c82017-09-05 14:54:47 -07003851 }
3852 }
Wale Ogunwale19e452e2016-10-12 12:36:29 -07003853 }
3854
Robert Carree4d4b92017-11-22 12:21:46 -08003855 private final class AboveAppWindowContainers extends NonAppWindowContainers {
Jorim Jaggiffe128d2017-11-30 13:54:36 +01003856 AboveAppWindowContainers(String name, WindowManagerService service) {
3857 super(name, service);
Robert Carree4d4b92017-11-22 12:21:46 -08003858 }
3859
Robert Carrb9506032018-02-13 13:54:00 -08003860 @Override
Vishnu Nair83537a72018-07-19 21:27:48 -07003861 SurfaceControl.Builder makeChildSurface(WindowContainer child) {
3862 final SurfaceControl.Builder builder = super.makeChildSurface(child);
3863 if (child instanceof WindowToken && ((WindowToken) child).mRoundedCornerOverlay) {
3864 // To draw above the ColorFade layer during the screen off transition, the
3865 // rounded corner overlays need to be at the root of the surface hierarchy.
3866 // TODO: move the ColorLayer into the display overlay layer such that this is not
3867 // necessary anymore.
3868 builder.setParent(null);
3869 }
3870 return builder;
3871 }
3872
3873 @Override
Robert Carrb9506032018-02-13 13:54:00 -08003874 void assignChildLayers(SurfaceControl.Transaction t) {
3875 assignChildLayers(t, null /* imeContainer */);
3876 }
3877
Robert Carree4d4b92017-11-22 12:21:46 -08003878 void assignChildLayers(SurfaceControl.Transaction t, WindowContainer imeContainer) {
3879 boolean needAssignIme = imeContainer != null
3880 && imeContainer.getSurfaceControl() != null;
3881 for (int j = 0; j < mChildren.size(); ++j) {
3882 final WindowToken wt = mChildren.get(j);
Robert Carrf7a7ca82017-12-06 13:17:07 -08003883
3884 // See {@link mSplitScreenDividerAnchor}
3885 if (wt.windowType == TYPE_DOCK_DIVIDER) {
3886 wt.assignRelativeLayer(t, mTaskStackContainers.getSplitScreenDividerAnchor(), 1);
3887 continue;
3888 }
Vishnu Nair83537a72018-07-19 21:27:48 -07003889 if (wt.mRoundedCornerOverlay) {
3890 wt.assignLayer(t, WindowManagerPolicy.COLOR_FADE_LAYER + 1);
3891 continue;
3892 }
Robert Carree4d4b92017-11-22 12:21:46 -08003893 wt.assignLayer(t, j);
3894 wt.assignChildLayers(t);
3895
3896 int layer = mService.mPolicy.getWindowLayerFromTypeLw(
3897 wt.windowType, wt.mOwnerCanManageAppTokens);
Robert Carrb8e78fa2017-11-28 13:07:58 -08003898
3899 if (needAssignIme && layer >= mService.mPolicy.getWindowLayerFromTypeLw(
3900 TYPE_INPUT_METHOD_DIALOG, true)) {
Jorim Jaggiffe128d2017-11-30 13:54:36 +01003901 imeContainer.assignRelativeLayer(t, wt.getSurfaceControl(), -1);
Robert Carree4d4b92017-11-22 12:21:46 -08003902 needAssignIme = false;
3903 }
3904 }
3905 if (needAssignIme) {
Jorim Jaggiffe128d2017-11-30 13:54:36 +01003906 imeContainer.assignRelativeLayer(t, getSurfaceControl(), Integer.MAX_VALUE);
Robert Carree4d4b92017-11-22 12:21:46 -08003907 }
3908 }
3909 }
3910
Wale Ogunwale19e452e2016-10-12 12:36:29 -07003911 /**
3912 * Window container class that contains all containers on this display that are not related to
3913 * Apps. E.g. status bar.
3914 */
Robert Carree4d4b92017-11-22 12:21:46 -08003915 private class NonAppWindowContainers extends DisplayChildWindowContainer<WindowToken> {
Wale Ogunwale3a931692016-11-02 16:49:48 -07003916 /**
3917 * Compares two child window tokens returns -1 if the first is lesser than the second in
3918 * terms of z-order and 1 otherwise.
3919 */
Wale Ogunwale1e129a42016-11-21 13:03:47 -08003920 private final Comparator<WindowToken> mWindowComparator = (token1, token2) ->
Wale Ogunwale3a931692016-11-02 16:49:48 -07003921 // Tokens with higher base layer are z-ordered on-top.
Wale Ogunwale5cd907d2017-01-26 14:14:08 -08003922 mService.mPolicy.getWindowLayerFromTypeLw(token1.windowType,
3923 token1.mOwnerCanManageAppTokens)
3924 < mService.mPolicy.getWindowLayerFromTypeLw(token2.windowType,
3925 token2.mOwnerCanManageAppTokens) ? -1 : 1;
Wale Ogunwale19e452e2016-10-12 12:36:29 -07003926
Wale Ogunwale1e129a42016-11-21 13:03:47 -08003927 private final Predicate<WindowState> mGetOrientingWindow = w -> {
3928 if (!w.isVisibleLw() || !w.mPolicyVisibilityAfterAnim) {
3929 return false;
3930 }
3931 final int req = w.mAttrs.screenOrientation;
3932 if(req == SCREEN_ORIENTATION_UNSPECIFIED || req == SCREEN_ORIENTATION_BEHIND
3933 || req == SCREEN_ORIENTATION_UNSET) {
3934 return false;
3935 }
3936 return true;
3937 };
3938
Wale Ogunwale3a931692016-11-02 16:49:48 -07003939 private final String mName;
chaviwf29223e2018-01-31 13:23:51 -08003940 private final Dimmer mDimmer = new Dimmer(this);
3941 private final Rect mTmpDimBoundsRect = new Rect();
3942
Jorim Jaggiffe128d2017-11-30 13:54:36 +01003943 NonAppWindowContainers(String name, WindowManagerService service) {
3944 super(service);
Wale Ogunwale3a931692016-11-02 16:49:48 -07003945 mName = name;
3946 }
3947
3948 void addChild(WindowToken token) {
3949 addChild(token, mWindowComparator);
3950 }
3951
3952 @Override
Wale Ogunwale6213caa2016-12-02 16:47:15 +00003953 int getOrientation() {
3954 final WindowManagerPolicy policy = mService.mPolicy;
3955 // Find a window requesting orientation.
Wale Ogunwale1e129a42016-11-21 13:03:47 -08003956 final WindowState win = getWindow(mGetOrientingWindow);
Wale Ogunwale6213caa2016-12-02 16:47:15 +00003957
3958 if (win != null) {
3959 final int req = win.mAttrs.screenOrientation;
Wale Ogunwale6213caa2016-12-02 16:47:15 +00003960 if (policy.isKeyguardHostWindow(win.mAttrs)) {
Andrii Kulian8ee72852017-03-10 10:36:45 -08003961 mLastKeyguardForcedOrientation = req;
Wale Ogunwalebfa81ad2017-05-24 15:14:42 -07003962 if (mService.mKeyguardGoingAway) {
3963 // Keyguard can't affect the orientation if it is going away...
3964 mLastWindowForcedOrientation = SCREEN_ORIENTATION_UNSPECIFIED;
3965 return SCREEN_ORIENTATION_UNSET;
3966 }
Wale Ogunwale6213caa2016-12-02 16:47:15 +00003967 }
Andrii Kulianef5ce1c2018-03-20 19:27:24 -07003968 if (DEBUG_ORIENTATION) Slog.v(TAG_WM, win + " forcing orientation to " + req
3969 + " for display id=" + mDisplayId);
Andrii Kulian8ee72852017-03-10 10:36:45 -08003970 return (mLastWindowForcedOrientation = req);
Wale Ogunwale6213caa2016-12-02 16:47:15 +00003971 }
3972
Andrii Kulian8ee72852017-03-10 10:36:45 -08003973 mLastWindowForcedOrientation = SCREEN_ORIENTATION_UNSPECIFIED;
Wale Ogunwale6213caa2016-12-02 16:47:15 +00003974
Jorim Jaggi1c530592018-04-06 15:11:47 +02003975 // Only allow force setting the orientation when all unknown visibilities have been
3976 // resolved, as otherwise we just may be starting another occluding activity.
3977 final boolean isUnoccluding =
3978 mService.mAppTransition.getAppTransition() == TRANSIT_KEYGUARD_UNOCCLUDE
3979 && mService.mUnknownAppVisibilityController.allResolved();
3980 if (policy.isKeyguardShowingAndNotOccluded() || isUnoccluding) {
Andrii Kulian8ee72852017-03-10 10:36:45 -08003981 return mLastKeyguardForcedOrientation;
Wale Ogunwale6213caa2016-12-02 16:47:15 +00003982 }
3983
3984 return SCREEN_ORIENTATION_UNSET;
3985 }
3986
3987 @Override
Wale Ogunwale3a931692016-11-02 16:49:48 -07003988 String getName() {
3989 return mName;
3990 }
chaviwf29223e2018-01-31 13:23:51 -08003991
3992 @Override
3993 Dimmer getDimmer() {
3994 return mDimmer;
3995 }
3996
3997 @Override
3998 void prepareSurfaces() {
3999 mDimmer.resetDimStates();
4000 super.prepareSurfaces();
4001 getBounds(mTmpDimBoundsRect);
4002
4003 if (mDimmer.updateDims(getPendingTransaction(), mTmpDimBoundsRect)) {
4004 scheduleAnimation();
4005 }
4006 }
Robert Carr3b716242016-08-16 16:02:21 -07004007 }
Jorim Jaggi6a7a8592017-01-12 00:44:33 +01004008
Robert Carr9034d962018-01-04 18:27:42 -08004009 private class NonMagnifiableWindowContainers extends NonAppWindowContainers {
4010 NonMagnifiableWindowContainers(String name, WindowManagerService service) {
4011 super(name, service);
4012 }
4013
4014 @Override
4015 void applyMagnificationSpec(Transaction t, MagnificationSpec spec) {
4016 }
4017 };
4018
Robert Carrb1579c82017-09-05 14:54:47 -07004019 SurfaceControl.Builder makeSurface(SurfaceSession s) {
4020 return mService.makeSurfaceBuilder(s)
4021 .setParent(mWindowingLayer);
4022 }
4023
4024 @Override
4025 SurfaceSession getSession() {
4026 return mSession;
4027 }
4028
4029 @Override
4030 SurfaceControl.Builder makeChildSurface(WindowContainer child) {
Robert Carrf59b8dd2017-10-02 18:58:36 -07004031 SurfaceSession s = child != null ? child.getSession() : getSession();
4032 final SurfaceControl.Builder b = mService.makeSurfaceBuilder(s);
Robert Carrb1579c82017-09-05 14:54:47 -07004033 b.setSize(mSurfaceSize, mSurfaceSize);
Robert Carrf59b8dd2017-10-02 18:58:36 -07004034
4035 if (child == null) {
4036 return b;
4037 }
4038
Robert Carree4d4b92017-11-22 12:21:46 -08004039 return b.setName(child.getName())
4040 .setParent(mWindowingLayer);
Robert Carrb1579c82017-09-05 14:54:47 -07004041 }
4042
4043 /**
4044 * The makeSurface variants are for use by the window-container
4045 * hierarchy. makeOverlay here is a function for various non windowing
4046 * overlays like the ScreenRotation screenshot, the Strict Mode Flash
4047 * and other potpourii.
4048 */
4049 SurfaceControl.Builder makeOverlay() {
4050 return mService.makeSurfaceBuilder(mSession)
4051 .setParent(mOverlayLayer);
4052 }
4053
Daichi Hironoa1fb9be2017-12-18 17:02:54 +09004054 /**
4055 * Reparents the given surface to mOverlayLayer.
4056 */
4057 void reparentToOverlay(Transaction transaction, SurfaceControl surface) {
4058 transaction.reparent(surface, mOverlayLayer.getHandle());
4059 }
4060
Robert Carrb1579c82017-09-05 14:54:47 -07004061 void applyMagnificationSpec(MagnificationSpec spec) {
Robert Carr24be9ab2018-04-30 17:54:53 -07004062 if (spec.scale != 1.0) {
4063 mMagnificationSpec = spec;
4064 } else {
4065 mMagnificationSpec = null;
4066 }
4067
Robert Carrf59b8dd2017-10-02 18:58:36 -07004068 applyMagnificationSpec(getPendingTransaction(), spec);
4069 getPendingTransaction().apply();
Robert Carrb1579c82017-09-05 14:54:47 -07004070 }
4071
Robert Carr24be9ab2018-04-30 17:54:53 -07004072 void reapplyMagnificationSpec() {
4073 if (mMagnificationSpec != null) {
4074 applyMagnificationSpec(getPendingTransaction(), mMagnificationSpec);
4075 }
4076 }
4077
Robert Carrb1579c82017-09-05 14:54:47 -07004078 @Override
4079 void onParentSet() {
4080 // Since we are the top of the SurfaceControl hierarchy here
4081 // we create the root surfaces explicitly rather than chaining
4082 // up as the default implementation in onParentSet does. So we
4083 // explicitly do NOT call super here.
4084 }
4085
4086 @Override
4087 void assignChildLayers(SurfaceControl.Transaction t) {
Robert Carrb1579c82017-09-05 14:54:47 -07004088
4089 // These are layers as children of "mWindowingLayer"
4090 mBelowAppWindowsContainers.assignLayer(t, 0);
4091 mTaskStackContainers.assignLayer(t, 1);
4092 mAboveAppWindowsContainers.assignLayer(t, 2);
4093
4094 WindowState imeTarget = mService.mInputMethodTarget;
Robert Carree4d4b92017-11-22 12:21:46 -08004095 boolean needAssignIme = true;
Robert Carr1cafdf82017-11-22 13:56:43 -08004096
Robert Carree4d4b92017-11-22 12:21:46 -08004097 // In the case where we have an IME target that is not in split-screen
4098 // mode IME assignment is easy. We just need the IME to go directly above
4099 // the target. This way children of the target will naturally go above the IME
4100 // and everyone is happy.
Robert Carr1cafdf82017-11-22 13:56:43 -08004101 //
Robert Carree4d4b92017-11-22 12:21:46 -08004102 // In the case of split-screen windowing mode, we need to elevate the IME above the
4103 // docked divider while keeping the app itself below the docked divider, so instead
4104 // we use relative layering of the IME targets child windows, and place the
4105 // IME in the non-app layer (see {@link AboveAppWindowContainers#assignChildLayers}).
Robert Carr1cafdf82017-11-22 13:56:43 -08004106 //
Robert Carr234b6332018-03-20 13:38:16 -07004107 // In the case the IME target is animating, the animation Z order may be different
4108 // than the WindowContainer Z order, so it's difficult to be sure we have the correct
4109 // IME target. In this case we just layer the IME over all transitions by placing it in the
4110 // above applications layer.
4111 //
Robert Carree4d4b92017-11-22 12:21:46 -08004112 // In the case where we have no IME target we assign it where it's base layer would
4113 // place it in the AboveAppWindowContainers.
Robert Carr234b6332018-03-20 13:38:16 -07004114 if (imeTarget != null && !(imeTarget.inSplitScreenWindowingMode()
4115 || imeTarget.mToken.isAppAnimating())
Robert Carree4d4b92017-11-22 12:21:46 -08004116 && (imeTarget.getSurfaceControl() != null)) {
Jorim Jaggiffe128d2017-11-30 13:54:36 +01004117 mImeWindowsContainers.assignRelativeLayer(t, imeTarget.getSurfaceControl(),
Robert Carrb1579c82017-09-05 14:54:47 -07004118 // TODO: We need to use an extra level on the app surface to ensure
4119 // this is always above SurfaceView but always below attached window.
4120 1);
Robert Carree4d4b92017-11-22 12:21:46 -08004121 needAssignIme = false;
Robert Carrb1579c82017-09-05 14:54:47 -07004122 }
4123
4124 // Above we have assigned layers to our children, now we ask them to assign
4125 // layers to their children.
4126 mBelowAppWindowsContainers.assignChildLayers(t);
4127 mTaskStackContainers.assignChildLayers(t);
Robert Carree4d4b92017-11-22 12:21:46 -08004128 mAboveAppWindowsContainers.assignChildLayers(t,
4129 needAssignIme == true ? mImeWindowsContainers : null);
Robert Carrb1579c82017-09-05 14:54:47 -07004130 mImeWindowsContainers.assignChildLayers(t);
4131 }
4132
4133 /**
4134 * Here we satisfy an unfortunate special case of the IME in split-screen mode. Imagine
4135 * that the IME target is one of the docked applications. We'd like the docked divider to be
4136 * above both of the applications, and we'd like the IME to be above the docked divider.
4137 * However we need child windows of the applications to be above the IME (Text drag handles).
4138 * This is a non-strictly hierarcical layering and we need to break out of the Z ordering
4139 * somehow. We do this by relatively ordering children of the target to the IME in cooperation
4140 * with {@link #WindowState#assignLayer}
4141 */
4142 void assignRelativeLayerForImeTargetChild(SurfaceControl.Transaction t, WindowContainer child) {
Robert Carrbb5de662018-04-26 13:29:51 -07004143 child.assignRelativeLayer(t, mImeWindowsContainers.getSurfaceControl(), 1);
Robert Carrb1579c82017-09-05 14:54:47 -07004144 }
4145
4146 @Override
Jorim Jaggi9af095b2017-12-12 17:18:57 +01004147 void prepareSurfaces() {
4148 final ScreenRotationAnimation screenRotationAnimation =
4149 mService.mAnimator.getScreenRotationAnimationLocked(mDisplayId);
4150 if (screenRotationAnimation != null && screenRotationAnimation.isAnimating()) {
4151 screenRotationAnimation.getEnterTransformation().getMatrix().getValues(mTmpFloats);
4152 mPendingTransaction.setMatrix(mWindowingLayer,
4153 mTmpFloats[Matrix.MSCALE_X], mTmpFloats[Matrix.MSKEW_Y],
4154 mTmpFloats[Matrix.MSKEW_X], mTmpFloats[Matrix.MSCALE_Y]);
4155 mPendingTransaction.setPosition(mWindowingLayer,
4156 mTmpFloats[Matrix.MTRANS_X], mTmpFloats[Matrix.MTRANS_Y]);
4157 mPendingTransaction.setAlpha(mWindowingLayer,
4158 screenRotationAnimation.getEnterTransformation().getAlpha());
4159 }
Chavi Weingartenb736e322018-02-23 00:27:54 +00004160
Jorim Jaggi9af095b2017-12-12 17:18:57 +01004161 super.prepareSurfaces();
4162 }
Robert Carr2f8aa392018-01-31 14:46:51 -08004163
Jorim Jaggibe418292018-03-26 16:14:12 +02004164 void assignStackOrdering() {
4165 mTaskStackContainers.assignStackOrdering(getPendingTransaction());
Robert Carr2f8aa392018-01-31 14:46:51 -08004166 }
Chavi Weingarten3a748552018-05-14 17:32:42 +00004167
4168 /**
4169 * Increment the deferral count to determine whether to update the IME target.
4170 */
4171 void deferUpdateImeTarget() {
4172 mDeferUpdateImeTargetCount++;
4173 }
4174
4175 /**
4176 * Decrement the deferral count to determine whether to update the IME target. If the count
4177 * reaches 0, a new ime target will get computed.
4178 */
4179 void continueUpdateImeTarget() {
4180 if (mDeferUpdateImeTargetCount == 0) {
4181 return;
4182 }
4183
4184 mDeferUpdateImeTargetCount--;
4185 if (mDeferUpdateImeTargetCount == 0) {
4186 computeImeTarget(true /* updateImeTarget */);
4187 }
4188 }
4189
4190 /**
4191 * @return Whether a new IME target should be computed.
4192 */
4193 private boolean canUpdateImeTarget() {
4194 return mDeferUpdateImeTargetCount == 0;
4195 }
Arthur Hung95b38a92018-07-20 18:56:12 +08004196
4197 InputMonitor getInputMonitor() {
4198 return mInputMonitor;
4199 }
Craig Mautner59c00972012-07-30 12:10:24 -07004200}