Home
last modified time | relevance | path

Searched refs:outControls (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowManagerServiceTests.java247 final InsetsSourceControl.Array outControls = new InsetsSourceControl.Array(); in testRelayoutExitingWindow() local
250 outFrames, outConfig, outSurfaceControl, outInsetsState, outControls, outBundle); in testRelayoutExitingWindow()
261 outFrames, outConfig, outSurfaceControl, outInsetsState, outControls, outBundle); in testRelayoutExitingWindow()
271 outFrames, outConfig, outSurfaceControl, outInsetsState, outControls, outBundle); in testRelayoutExitingWindow()
H A DWindowStateTests.java1345 final InsetsSourceControl.Array outControls = new InsetsSourceControl.Array(); in testImeTargetChangeListener_OnImeTargetOverlayVisibilityChanged() local
1357 outFrames, outConfig, outSurfaceControl, outInsetsState, outControls, outBundle); in testImeTargetChangeListener_OnImeTargetOverlayVisibilityChanged()
1369 outFrames, outConfig, outSurfaceControl, outInsetsState, outControls, outBundle); in testImeTargetChangeListener_OnImeTargetOverlayVisibilityChanged()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java2544 final InsetsSourceControl[] outControls = new InsetsSourceControl[length]; in getInsetsSourceControls() local
2553 outControls[i] = new InsetsSourceControl(controls[i]); in getInsetsSourceControls()
2554 outControls[i].setParcelableFlags(PARCELABLE_WRITE_RETURN_VALUE); in getInsetsSourceControls()
2557 outArray.set(outControls); in getInsetsSourceControls()