Searched defs:outInsetsState (Results 1 – 7 of 7) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | Session.java | 205 InputChannel outInputChannel, InsetsState outInsetsState, in addToDisplay() 216 InputChannel outInputChannel, InsetsState outInsetsState, in addToDisplayAsUser() 226 int viewVisibility, int displayId, InsetsState outInsetsState, Rect outAttachedFrame, in addToDisplayWithoutInputChannel() 249 InsetsState outInsetsState, InsetsSourceControl.Array outActiveControls, in relayout()
|
H A D | InsetsPolicy.java | 235 @NonNull InsetsState outInsetsState) { in getInsetsForWindowMetrics()
|
H A D | WindowManagerService.java | 1409 InputChannel outInputChannel, InsetsState outInsetsState, in addWindow() 2155 InsetsState outInsetsState, InsetsSourceControl.Array outActiveControls, in relayoutWindow() 9060 public boolean getWindowInsets(int displayId, IBinder token, InsetsState outInsetsState) { in getWindowInsets()
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | WindowlessWindowManager.java | 182 InputChannel outInputChannel, InsetsState outInsetsState, in addToDisplay() 262 InputChannel outInputChannel, InsetsState outInsetsState, in addToDisplayAsUser() 354 InsetsState outInsetsState, InsetsSourceControl.Array outActiveControls, in relayout()
|
H A D | IWindowManager.aidl | 743 boolean getWindowInsets(int displayId, in IBinder token, out InsetsState outInsetsState); in getWindowInsets()
|
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | WindowManagerServiceTests.java | 246 final InsetsState outInsetsState = new InsetsState(); in testRelayoutExitingWindow() local
|
H A D | WindowStateTests.java | 1344 final InsetsState outInsetsState = new InsetsState(); in testImeTargetChangeListener_OnImeTargetOverlayVisibilityChanged() local
|