Home
last modified time | relevance | path

Searched defs:outInsetsState (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/view/
DWindowlessWindowManager.java184 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()
DIWindowManager.aidl774 boolean getWindowInsets(int displayId, in IBinder token, out InsetsState outInsetsState); in getWindowInsets()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowManagerServiceTests.java292 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
DWindowStateTests.java1386 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/
DSession.java243 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()
DInsetsPolicy.java233 @NonNull InsetsState outInsetsState) { in getInsetsForWindowMetrics()
DWindowManagerService.java1525 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()
DWindowState.java3684 void fillInsetsState(@NonNull InsetsState outInsetsState, boolean copySources) { in fillInsetsState()