Home
last modified time | relevance | path

Searched refs:getControlsForDispatch (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DInsetsPolicyTest.java141 = mDisplayContent.getInsetsStateController().getControlsForDispatch(notifShade); in testControlsForDispatch_statusBarForceShowNavigation_butFocusedAnyways()
187 mDisplayContent.getInsetsStateController().getControlsForDispatch(dialog); in testControlsForDispatch_topAppHidesStatusBar()
194 mDisplayContent.getInsetsStateController().getControlsForDispatch(fullscreenApp); in testControlsForDispatch_topAppHidesStatusBar()
222 mDisplayContent.getInsetsStateController().getControlsForDispatch(panel); in testControlsForDispatch_topAppHidesStatusBar()
234 panelControls = mDisplayContent.getInsetsStateController().getControlsForDispatch(panel); in testControlsForDispatch_topAppHidesStatusBar()
244 panelControls = mDisplayContent.getInsetsStateController().getControlsForDispatch(panel); in testControlsForDispatch_topAppHidesStatusBar()
278 mDisplayContent.getInsetsStateController().getControlsForDispatch(mAppWindow); in testShowTransientBars_bothCanBeTransient_appGetsBothFakeControls()
306 mDisplayContent.getInsetsStateController().getControlsForDispatch(mAppWindow); in testShowTransientBars_statusBarCanBeTransient_appGetsStatusBarFakeControl()
339 mDisplayContent.getInsetsStateController().getControlsForDispatch(mAppWindow); in testAbortTransientBars_bothCanBeAborted_appGetsBothRealControls()
385 mDisplayContent.getInsetsStateController().getControlsForDispatch(app); in testShowTransientBars_abortsWhenControlTargetChanges()
[all …]
H A DInsetsStateControllerTest.java327 InsetsSourceControl[] controls = getController().getControlsForDispatch(app); in testBarControllingWinChanged()
338 assertNotNull(getController().getControlsForDispatch(app)); in testControlRevoked()
340 assertNull(getController().getControlsForDispatch(app)); in testControlRevoked()
350 assertNotNull(getController().getControlsForDispatch(app)); in testControlRevoked_animation()
352 assertNull(getController().getControlsForDispatch(app)); in testControlRevoked_animation()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DInsetsStateController.java76 InsetsSourceControl[] controls = getControlsForDispatch(this);
99 @Nullable InsetsSourceControl[] getControlsForDispatch(InsetsControlTarget target) { in getControlsForDispatch() method in InsetsStateController
H A DInsetsPolicy.java719 mInsetsController.onControlsChanged(mStateController.getControlsForDispatch(this)); in notifyInsetsControlChanged()
H A DWindowState.java3819 stateController.getControlsForDispatch(this)); in notifyInsetsControlChanged()
H A DDisplayContent.java6960 stateController.getControlsForDispatch(this)); in notifyInsetsControlChanged()
H A DWindowManagerService.java2541 win.getDisplayContent().getInsetsStateController().getControlsForDispatch(win); in getInsetsSourceControls()
/aosp14/frameworks/base/services/
H A Dart-profile11148 HSPLcom/android/server/wm/InsetsStateController;->getControlsForDispatch(Lcom/android/server/wm/Ins…