blob: 0489e14993e3233123f5418b068026073a1020f8 [file] [log] [blame]
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001/* //device/java/android/android/view/IWindowSession.aidl
2**
3** Copyright 2006, The Android Open Source Project
4**
Vishnu Nairf7645aa2019-06-18 11:14:01 -07005** Licensed under the Apache License, Version 2.0 (the "License");
6** you may not use this file except in compliance with the License.
7** You may obtain a copy of the License at
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08008**
Vishnu Nairf7645aa2019-06-18 11:14:01 -07009** http://www.apache.org/licenses/LICENSE-2.0
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080010**
Vishnu Nairf7645aa2019-06-18 11:14:01 -070011** Unless required by applicable law or agreed to in writing, software
12** distributed under the License is distributed on an "AS IS" BASIS,
13** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
Andrii Kulian44607962017-03-16 11:06:24 -070014** See the License for the specific language governing permissions and
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080015** limitations under the License.
16*/
17
18package android.view;
19
Christopher Tatea53146c2010-09-07 11:57:52 -070020import android.content.ClipData;
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080021import android.graphics.Rect;
22import android.graphics.Region;
Dianne Hackborn75804932009-10-20 20:15:20 -070023import android.os.Bundle;
Andrii Kulian44607962017-03-16 11:06:24 -070024import android.util.MergedConfiguration;
Adrian Roos5c6b6222017-11-07 17:36:10 +010025import android.view.DisplayCutout;
Jeff Brown46b9ac02010-04-22 18:58:52 -070026import android.view.InputChannel;
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080027import android.view.IWindow;
Dianne Hackborne3f23a32013-03-01 13:25:35 -080028import android.view.IWindowId;
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080029import android.view.MotionEvent;
30import android.view.WindowManager;
Jorim Jaggif96c90a2018-09-26 16:55:15 +020031import android.view.InsetsState;
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080032import android.view.Surface;
Daichi Hironoa1fb9be2017-12-18 17:02:54 +090033import android.view.SurfaceControl;
Vishnu Nair676cdb32019-09-12 09:27:43 -070034import android.view.SurfaceControl.Transaction;
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080035
Adrian Roos4ffc8972019-02-07 20:45:11 +010036import java.util.List;
37
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080038/**
39 * System private per-application interface to the window manager.
40 *
41 * {@hide}
42 */
43interface IWindowSession {
Craig Mautner6881a102012-07-27 13:04:51 -070044 int addToDisplay(IWindow window, int seq, in WindowManager.LayoutParams attrs,
Adrian Roos9e370f22018-03-06 18:19:45 +010045 in int viewVisibility, in int layerStackId, out Rect outFrame,
Jorim Jaggif081f062019-10-24 16:24:54 +020046 out Rect outContentInsets, out Rect outStableInsets,
Jorim Jaggif96c90a2018-09-26 16:55:15 +020047 out DisplayCutout.ParcelableWrapper displayCutout, out InputChannel outInputChannel,
48 out InsetsState insetsState);
Craig Mautner6881a102012-07-27 13:04:51 -070049 int addToDisplayWithoutInputChannel(IWindow window, int seq, in WindowManager.LayoutParams attrs,
Adrian Roos37d7a682014-11-06 18:15:16 +010050 in int viewVisibility, in int layerStackId, out Rect outContentInsets,
Jorim Jaggif96c90a2018-09-26 16:55:15 +020051 out Rect outStableInsets, out InsetsState insetsState);
Andrei Oneaf4fb6fb2019-02-27 14:46:52 +000052 @UnsupportedAppUsage
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080053 void remove(IWindow window);
Svetoslavf7174e82014-06-12 11:29:35 -070054
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080055 /**
56 * Change the parameters of a window. You supply the
57 * new parameters, it returns the new frame of the window on screen (the
58 * position should be ignored) and surface of the window. The surface
59 * will be invalid if the window is currently hidden, else you can use it
60 * to draw the window's contents.
Vishnu Nairf7645aa2019-06-18 11:14:01 -070061 *
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080062 * @param window The window being modified.
Dianne Hackborn9a230e02011-10-06 11:51:27 -070063 * @param seq Ordering sequence number.
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080064 * @param attrs If non-null, new attributes to apply to the window.
65 * @param requestedWidth The width the window wants to be.
66 * @param requestedHeight The height the window wants to be.
67 * @param viewVisibility Window root view's visibility.
Jeff Brown98365d72012-08-19 20:30:52 -070068 * @param flags Request flags: {@link WindowManagerGlobal#RELAYOUT_INSETS_PENDING},
69 * {@link WindowManagerGlobal#RELAYOUT_DEFER_SURFACE_DESTROY}.
chaviwbe43ac82018-04-04 15:14:49 -070070 * @param frameNumber A frame number in which changes requested in this layout will be rendered.
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080071 * @param outFrame Rect in which is placed the new position/size on
72 * screen.
73 * @param outContentInsets Rect in which is placed the offsets from
74 * <var>outFrame</var> in which the content of the window should be
75 * placed. This can be used to modify the window layout to ensure its
76 * contents are visible to the user, taking into account system windows
77 * like the status bar or a soft keyboard.
78 * @param outVisibleInsets Rect in which is placed the offsets from
79 * <var>outFrame</var> in which the window is actually completely visible
80 * to the user. This can be used to temporarily scroll the window's
81 * contents to make sure the user can see it. This is different than
82 * <var>outContentInsets</var> in that these insets change transiently,
83 * so complex relayout of the window should not happen based on them.
Filip Gruszczynski2217f612015-05-26 11:32:08 -070084 * @param outOutsets Rect in which is placed the dead area of the screen that we would like to
85 * treat as real display. Example of such area is a chin in some models of wearable devices.
Jorim Jaggi2e95a482016-01-14 17:36:55 -080086 * @param outBackdropFrame Rect which is used draw the resizing background during a resize
87 * operation.
Andrii Kulian44607962017-03-16 11:06:24 -070088 * @param outMergedConfiguration New config container that holds global, override and merged
89 * config for window, if it is now becoming visible and the merged configuration has changed
90 * since it was last displayed.
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080091 * @param outSurface Object in which is placed the new display surface.
Jorim Jaggif96c90a2018-09-26 16:55:15 +020092 * @param insetsState The current insets state in the system.
Filip Gruszczynski2217f612015-05-26 11:32:08 -070093 *
Jeff Brown98365d72012-08-19 20:30:52 -070094 * @return int Result flags: {@link WindowManagerGlobal#RELAYOUT_SHOW_FOCUS},
95 * {@link WindowManagerGlobal#RELAYOUT_FIRST_TIME}.
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080096 */
Dianne Hackborn9a230e02011-10-06 11:51:27 -070097 int relayout(IWindow window, int seq, in WindowManager.LayoutParams attrs,
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080098 int requestedWidth, int requestedHeight, int viewVisibility,
Jorim Jaggif081f062019-10-24 16:24:54 +020099 int flags, long frameNumber, out Rect outFrame,
Adrian Roosfa104232014-06-20 16:10:14 -0700100 out Rect outContentInsets, out Rect outVisibleInsets, out Rect outStableInsets,
Jorim Jaggif081f062019-10-24 16:24:54 +0200101 out Rect outBackdropFrame,
Adrian Roos5c6b6222017-11-07 17:36:10 +0100102 out DisplayCutout.ParcelableWrapper displayCutout,
Robert Carr5fea55b2018-12-10 13:05:52 -0800103 out MergedConfiguration outMergedConfiguration, out SurfaceControl outSurfaceControl,
Jorim Jaggif96c90a2018-09-26 16:55:15 +0200104 out InsetsState insetsState);
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800105
Robert Carr23fa16b2016-01-13 13:19:58 -0800106 /*
107 * Notify the window manager that an application is relaunching and
Robert Carr77bdfb52016-05-02 18:18:31 -0700108 * windows should be prepared for replacement.
Robert Carr23fa16b2016-01-13 13:19:58 -0800109 *
110 * @param appToken The application
Robert Carr77bdfb52016-05-02 18:18:31 -0700111 * @param childrenOnly Whether to only prepare child windows for replacement
112 * (for example when main windows are being reused via preservation).
Robert Carr23fa16b2016-01-13 13:19:58 -0800113 */
Robert Carr77bdfb52016-05-02 18:18:31 -0700114 void prepareToReplaceWindows(IBinder appToken, boolean childrenOnly);
Robert Carr23fa16b2016-01-13 13:19:58 -0800115
Rob Carr64e516f2015-10-29 00:20:45 +0000116 /**
Dianne Hackborn64825172011-03-02 21:32:58 -0800117 * Called by a client to report that it ran out of graphics memory.
118 */
119 boolean outOfMemory(IWindow window);
120
121 /**
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800122 * Give the window manager a hint of the part of the window that is
123 * completely transparent, allowing it to work with the surface flinger
124 * to optimize compositing of this part of the window.
125 */
Andrei Oneaf4fb6fb2019-02-27 14:46:52 +0000126 @UnsupportedAppUsage
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800127 void setTransparentRegion(IWindow window, in Region region);
Svetoslavf7174e82014-06-12 11:29:35 -0700128
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800129 /**
130 * Tell the window manager about the content and visible insets of the
131 * given window, which can be used to adjust the <var>outContentInsets</var>
132 * and <var>outVisibleInsets</var> values returned by
133 * {@link #relayout relayout()} for windows behind this one.
134 *
135 * @param touchableInsets Controls which part of the window inside of its
136 * frame can receive pointer events, as defined by
137 * {@link android.view.ViewTreeObserver.InternalInsetsInfo}.
138 */
139 void setInsets(IWindow window, int touchableInsets, in Rect contentInsets,
Jeff Brownfbf09772011-01-16 14:06:57 -0800140 in Rect visibleInsets, in Region touchableRegion);
Svetoslavf7174e82014-06-12 11:29:35 -0700141
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800142 /**
143 * Return the current display size in which the window is being laid out,
144 * accounting for screen decorations around it.
145 */
146 void getDisplayFrame(IWindow window, out Rect outDisplayFrame);
Svetoslavf7174e82014-06-12 11:29:35 -0700147
Vishnu Nairf7645aa2019-06-18 11:14:01 -0700148 /**
149 * Called when the client has finished drawing the surface, if needed.
150 *
151 * @param postDrawTransaction transaction filled by the client that can be
152 * used to synchronize any post draw transactions with the server. Transaction
153 * is null if there is no sync required.
154 */
Andrei Oneaf4fb6fb2019-02-27 14:46:52 +0000155 @UnsupportedAppUsage
Vishnu Nair676cdb32019-09-12 09:27:43 -0700156 void finishDrawing(IWindow window, in SurfaceControl.Transaction postDrawTransaction);
Svetoslavf7174e82014-06-12 11:29:35 -0700157
Andrei Oneaf4fb6fb2019-02-27 14:46:52 +0000158 @UnsupportedAppUsage
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800159 void setInTouchMode(boolean showFocus);
Andrei Oneaf4fb6fb2019-02-27 14:46:52 +0000160 @UnsupportedAppUsage
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800161 boolean getInTouchMode();
Svetoslavf7174e82014-06-12 11:29:35 -0700162
Andrei Oneaf4fb6fb2019-02-27 14:46:52 +0000163 @UnsupportedAppUsage
Arthur Hunga4c52062019-02-19 11:31:44 +0800164 boolean performHapticFeedback(int effectId, boolean always);
Svetoslavf7174e82014-06-12 11:29:35 -0700165
Dianne Hackbornc8a0a752009-08-10 23:05:49 -0700166 /**
Christopher Tatea53146c2010-09-07 11:57:52 -0700167 * Initiate the drag operation itself
Daichi Hironofabca092017-12-19 15:02:50 +0900168 *
169 * @param window Window which initiates drag operation.
170 * @param flags See {@code View#startDragAndDrop}
171 * @param surface Surface containing drag shadow image
172 * @param touchSource See {@code InputDevice#getSource()}
Daichi Hirono1456b922018-01-24 15:37:26 +0900173 * @param touchX X coordinate of last touch point
174 * @param touchY Y coordinate of last touch point
Daichi Hironofabca092017-12-19 15:02:50 +0900175 * @param thumbCenterX X coordinate for the position within the shadow image that should be
176 * underneath the touch point during the drag and drop operation.
177 * @param thumbCenterY Y coordinate for the position within the shadow image that should be
178 * underneath the touch point during the drag and drop operation.
179 * @param data Data transferred by drag and drop
180 * @return Token of drag operation which will be passed to cancelDragAndDrop.
Christopher Tatea53146c2010-09-07 11:57:52 -0700181 */
Andrei Oneaf4fb6fb2019-02-27 14:46:52 +0000182 @UnsupportedAppUsage
Daichi Hironofabca092017-12-19 15:02:50 +0900183 IBinder performDrag(IWindow window, int flags, in SurfaceControl surface, int touchSource,
Vladislav Kaznacheevba761122016-01-22 12:09:45 -0800184 float touchX, float touchY, float thumbCenterX, float thumbCenterY, in ClipData data);
Christopher Tatea53146c2010-09-07 11:57:52 -0700185
Daichi Hironoa1fb9be2017-12-18 17:02:54 +0900186 /**
Svetoslavf7174e82014-06-12 11:29:35 -0700187 * Report the result of a drop action targeted to the given window.
188 * consumed is 'true' when the drop was accepted by a valid recipient,
189 * 'false' otherwise.
190 */
Daichi Hironoa1fb9be2017-12-18 17:02:54 +0900191 void reportDropResult(IWindow window, boolean consumed);
Chris Tated4533f12010-10-19 15:15:08 -0700192
Christopher Tatea53146c2010-09-07 11:57:52 -0700193 /**
Vladislav Kaznacheev82063912015-11-20 14:20:13 -0800194 * Cancel the current drag operation.
Daichi Hirono3e9d5102019-04-15 15:58:11 +0900195 * skipAnimation is 'true' when it should skip the drag cancel animation which brings the drag
196 * shadow image back to the drag start position.
Vladislav Kaznacheev82063912015-11-20 14:20:13 -0800197 */
Daichi Hirono3e9d5102019-04-15 15:58:11 +0900198 void cancelDragAndDrop(IBinder dragToken, boolean skipAnimation);
Vladislav Kaznacheev82063912015-11-20 14:20:13 -0800199
200 /**
Christopher Tatea53146c2010-09-07 11:57:52 -0700201 * Tell the OS that we've just dragged into a View that is willing to accept the drop
202 */
203 void dragRecipientEntered(IWindow window);
204
205 /**
206 * Tell the OS that we've just dragged *off* of a View that was willing to accept the drop
207 */
208 void dragRecipientExited(IWindow window);
209
210 /**
Dianne Hackbornc8a0a752009-08-10 23:05:49 -0700211 * For windows with the wallpaper behind them, and the wallpaper is
212 * larger than the screen, set the offset within the screen.
Marco Nelissenbf6956b2009-11-09 15:21:13 -0800213 * For multi screen launcher type applications, xstep and ystep indicate
214 * how big the increment is from one screen to another.
Dianne Hackbornc8a0a752009-08-10 23:05:49 -0700215 */
Marco Nelissenbf6956b2009-11-09 15:21:13 -0800216 void setWallpaperPosition(IBinder windowToken, float x, float y, float xstep, float ystep);
Svetoslavf7174e82014-06-12 11:29:35 -0700217
Andrei Oneaf4fb6fb2019-02-27 14:46:52 +0000218 @UnsupportedAppUsage
Dianne Hackborn19382ac2009-09-11 21:13:37 -0700219 void wallpaperOffsetsComplete(IBinder window);
Svetoslavf7174e82014-06-12 11:29:35 -0700220
Dianne Hackborn067e5f62014-09-07 23:14:30 -0700221 /**
222 * Apply a raw offset to the wallpaper service when shown behind this window.
223 */
224 void setWallpaperDisplayOffset(IBinder windowToken, int x, int y);
225
Dianne Hackborn75804932009-10-20 20:15:20 -0700226 Bundle sendWallpaperCommand(IBinder window, String action, int x, int y,
227 int z, in Bundle extras, boolean sync);
Svetoslavf7174e82014-06-12 11:29:35 -0700228
Andrei Oneaf4fb6fb2019-02-27 14:46:52 +0000229 @UnsupportedAppUsage
Dianne Hackborn75804932009-10-20 20:15:20 -0700230 void wallpaperCommandComplete(IBinder window, in Bundle result);
Dianne Hackborna4b7f2f2012-05-21 11:28:41 -0700231
Svetoslav Ganov1cf70bb2012-08-06 10:53:34 -0700232 /**
233 * Notifies that a rectangle on the screen has been requested.
234 */
Svetoslavf7174e82014-06-12 11:29:35 -0700235 void onRectangleOnScreenRequested(IBinder token, in Rect rectangle);
Dianne Hackborne3f23a32013-03-01 13:25:35 -0800236
237 IWindowId getWindowId(IBinder window);
Jeff Brownc2932a12014-11-20 18:04:05 -0800238
239 /**
240 * When the system is dozing in a low-power partially suspended state, pokes a short
241 * lived wake lock and ensures that the display is ready to accept the next frame
242 * of content drawn in the window.
243 *
244 * This mechanism is bound to the window rather than to the display manager or the
245 * power manager so that the system can ensure that the window is actually visible
246 * and prevent runaway applications from draining the battery. This is similar to how
247 * FLAG_KEEP_SCREEN_ON works.
248 *
249 * This method is synchronous because it may need to acquire a wake lock before returning.
250 * The assumption is that this method will be called rather infrequently.
251 */
252 void pokeDrawLock(IBinder window);
Chong Zhang8e89b312015-09-09 15:09:30 -0700253
254 /**
255 * Starts a task window move with {startX, startY} as starting point. The amount of move
256 * will be the offset between {startX, startY} and the new cursor position.
257 *
258 * Returns true if the move started successfully; false otherwise.
259 */
260 boolean startMovingTask(IWindow window, float startX, float startY);
Vladislav Kaznacheev989b58a2016-02-10 12:19:33 -0800261
yj81.kwon19585ff2019-04-23 18:53:57 -0700262 void finishMovingTask(IWindow window);
263
Vladislav Kaznacheev989b58a2016-02-10 12:19:33 -0800264 void updatePointerIcon(IWindow window);
Andrii Kulian4b6599e2018-01-15 17:24:08 -0800265
266 /**
Tiger Huangd8ec9382019-04-18 14:35:09 -0700267 * Reparent the top layers for a display to the requested SurfaceControl. The display that is
268 * going to be re-parented (the displayId passed in) needs to have been created by the same
269 * process that is requesting the re-parent. This is to ensure clients can't just re-parent
270 * display content info to any SurfaceControl, as this would be a security issue.
271 *
272 * @param window The window which owns the SurfaceControl. This indicates the z-order of the
273 * windows of this display against the windows on the parent display.
274 * @param sc The SurfaceControl that the top level layers for the display should be re-parented
275 * to.
276 * @param displayId The id of the display to be re-parented.
277 */
278 void reparentDisplayContent(IWindow window, in SurfaceControl sc, int displayId);
279
280 /**
281 * Update the location of a child display in its parent window. This enables windows in the
282 * child display to compute the global transformation matrix.
283 *
284 * @param window The parent window of the display.
285 * @param x The x coordinate in the parent window.
286 * @param y The y coordinate in the parent window.
287 * @param displayId The id of the display to be notified.
288 */
289 void updateDisplayContentLocation(IWindow window, int x, int y, int displayId);
290
291 /**
Tiger Huang2b210c22019-03-18 21:21:26 +0800292 * Update a tap exclude region identified by provided id in the window. Touches on this region
293 * will neither be dispatched to this window nor change the focus to this window. Passing an
294 * invalid region will remove the area from the exclude region of this window.
Andrii Kulian4b6599e2018-01-15 17:24:08 -0800295 */
Tiger Huang2b210c22019-03-18 21:21:26 +0800296 void updateTapExcludeRegion(IWindow window, int regionId, in Region region);
Jorim Jaggie35c0592018-11-06 16:21:08 +0100297
298 /**
299 * Called when the client has changed the local insets state, and now the server should reflect
300 * that new state.
301 */
302 void insetsModified(IWindow window, in InsetsState state);
Adrian Roos4ffc8972019-02-07 20:45:11 +0100303
304
305 /**
306 * Called when the system gesture exclusion has changed.
307 */
Adrian Roos2dccd142019-07-16 18:35:15 +0200308 oneway void reportSystemGestureExclusionChanged(IWindow window, in List<Rect> exclusionRects);
Robert Carr9d431e12018-12-17 13:11:48 -0800309
310 /**
311 * Request the server to call setInputWindowInfo on a given Surface, and return
312 * an input channel where the client can receive input.
313 */
Vishnu Nair5cf253192019-11-07 15:33:20 -0800314 void grantInputChannel(int displayId, in SurfaceControl surface, in IWindow window,
315 in IBinder hostInputToken, out InputChannel outInputChannel);
The Android Open Source Project9066cfe2009-03-03 19:31:44 -0800316}