Searched defs:outInsetsState (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | WindowlessWindowManager.java | 184 InputChannel outInputChannel, InsetsState outInsetsState, in addToDisplay() 264 InputChannel outInputChannel, InsetsState outInsetsState, in addToDisplayAsUser() 356 InsetsState outInsetsState, InsetsSourceControl.Array outActiveControls, in relayoutLegacy() 370 final InsetsState outInsetsState; in relayout() local 394 InsetsState outInsetsState, InsetsSourceControl.Array outActiveControls) { in relayoutInner()
|
D | IWindowManager.aidl | 774 boolean getWindowInsets(int displayId, in IBinder token, out InsetsState outInsetsState); in getWindowInsets()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | WindowManagerServiceTests.java | 292 final InsetsState outInsetsState = new InsetsState(); in testRelayoutExitingWindow_legacy() local 352 final InsetsState outInsetsState = new InsetsState(); in testRelayoutExitingWindow() local 1384 final InsetsState outInsetsState = new InsetsState(); in testRelayout_appWindowSendActivityWindowInfo_legacy() local 1445 final InsetsState outInsetsState = new InsetsState(); in testRelayout_appWindowSendActivityWindowInfo() local
|
D | WindowStateTests.java | 1386 final InsetsState outInsetsState = new InsetsState(); in testImeTargetChangeListener_OnImeTargetOverlayVisibilityChanged_legacy() local 1444 final InsetsState outInsetsState = new InsetsState(); in testImeTargetChangeListener_OnImeTargetOverlayVisibilityChanged() local
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | Session.java | 243 InputChannel outInputChannel, InsetsState outInsetsState, in addToDisplay() 254 InputChannel outInputChannel, InsetsState outInsetsState, in addToDisplayAsUser() 264 int viewVisibility, int displayId, InsetsState outInsetsState, Rect outAttachedFrame, in addToDisplayWithoutInputChannel() 300 InsetsState outInsetsState, InsetsSourceControl.Array outActiveControls, in relayoutLegacy()
|
D | InsetsPolicy.java | 233 @NonNull InsetsState outInsetsState) { in getInsetsForWindowMetrics()
|
D | WindowManagerService.java | 1525 InputChannel outInputChannel, InsetsState outInsetsState, in addWindow() 2278 final InsetsState outInsetsState; in relayoutWindow() local 2305 InsetsState outInsetsState, InsetsSourceControl.Array outActiveControls, in relayoutWindow() 2317 InsetsState outInsetsState, InsetsSourceControl.Array outActiveControls, in relayoutWindowInner() 9598 public boolean getWindowInsets(int displayId, IBinder token, InsetsState outInsetsState) { in getWindowInsets()
|
D | WindowState.java | 3684 void fillInsetsState(@NonNull InsetsState outInsetsState, boolean copySources) { in fillInsetsState()
|