Searched defs:outInsetsState (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | Session.java | 200 InputChannel outInputChannel, InsetsState outInsetsState, in addToDisplay() 211 InputChannel outInputChannel, InsetsState outInsetsState, in addToDisplayAsUser() 221 int viewVisibility, int displayId, InsetsState outInsetsState, Rect outAttachedFrame, in addToDisplayWithoutInputChannel() 248 InsetsState outInsetsState, InsetsSourceControl[] outActiveControls, in relayout()
|
D | WindowManagerService.java | 1479 InputChannel outInputChannel, InsetsState outInsetsState, in addWindow() 2282 InsetsState outInsetsState, InsetsSourceControl[] outActiveControls, in relayoutWindow() 8952 InsetsState outInsetsState) { in getWindowInsets()
|
/frameworks/base/core/java/android/view/ |
D | WindowlessWindowManager.java | 151 InputChannel outInputChannel, InsetsState outInsetsState, in addToDisplay() 201 InputChannel outInputChannel, InsetsState outInsetsState, in addToDisplayAsUser() 292 InsetsState outInsetsState, InsetsSourceControl[] outActiveControls, in relayout()
|
D | IWindowManager.aidl | 721 out InsetsState outInsetsState); in getWindowInsets()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | WindowManagerServiceTests.java | 216 final InsetsState outInsetsState = new InsetsState(); in testRelayoutExitingWindow() local
|