Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DSession.java205 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 DInsetsPolicy.java235 @NonNull InsetsState outInsetsState) { in getInsetsForWindowMetrics()
H A DWindowManagerService.java1409 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 DWindowlessWindowManager.java182 InputChannel outInputChannel, InsetsState outInsetsState, in addToDisplay()
262 InputChannel outInputChannel, InsetsState outInsetsState, in addToDisplayAsUser()
354 InsetsState outInsetsState, InsetsSourceControl.Array outActiveControls, in relayout()
H A DIWindowManager.aidl743 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 DWindowManagerServiceTests.java246 final InsetsState outInsetsState = new InsetsState(); in testRelayoutExitingWindow() local
H A DWindowStateTests.java1344 final InsetsState outInsetsState = new InsetsState(); in testImeTargetChangeListener_OnImeTargetOverlayVisibilityChanged() local