Remove unused API on IWindowSession, prepare for multi-display.
Scan on code base and found those API are not be used anymore, and IWindowSession only be used in frameworks. Should be able to remove them if needed. Bug:111361793 Test: atest CtsWindowManagerDeviceTestCases Test: atest CtsActivityManagerDeviceTestCases Change-Id: Idbf680ae68d21e055d9ccfa33aea4a73891ddd14
This commit is contained in:
committed by
Wei Sheng Shih
parent
7f6857eb80
commit
70f6ae7649
@@ -37,15 +37,10 @@ import android.view.SurfaceControl;
|
||||
* {@hide}
|
||||
*/
|
||||
interface IWindowSession {
|
||||
int add(IWindow window, int seq, in WindowManager.LayoutParams attrs,
|
||||
in int viewVisibility, out Rect outContentInsets, out Rect outStableInsets,
|
||||
out InputChannel outInputChannel);
|
||||
int addToDisplay(IWindow window, int seq, in WindowManager.LayoutParams attrs,
|
||||
in int viewVisibility, in int layerStackId, out Rect outFrame,
|
||||
out Rect outContentInsets, out Rect outStableInsets, out Rect outOutsets,
|
||||
out DisplayCutout.ParcelableWrapper displayCutout, out InputChannel outInputChannel);
|
||||
int addWithoutInputChannel(IWindow window, int seq, in WindowManager.LayoutParams attrs,
|
||||
in int viewVisibility, out Rect outContentInsets, out Rect outStableInsets);
|
||||
int addToDisplayWithoutInputChannel(IWindow window, int seq, in WindowManager.LayoutParams attrs,
|
||||
in int viewVisibility, in int layerStackId, out Rect outContentInsets,
|
||||
out Rect outStableInsets);
|
||||
|
||||
Reference in New Issue
Block a user